Home
last modified time | relevance | path

Searched refs:INDEX (Results 1 – 25 of 86) sorted by path

1234

/illumos-gate/usr/src/cmd/awk/
H A Dawk.g.y89 %token <i> SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT NEXTFILE
116 %left GSUB IF INDEX LSUBSTR MATCHFCN NEXT NUMBER
409 | INDEX '(' pattern comma pattern ')'
410 { $$ = op2(INDEX, $3, $5); }
411 | INDEX '(' pattern comma reg_expr ')'
413 $$ = op2(INDEX, $3, (Node*)$5); }
H A Dlex.c68 { "index", INDEX, INDEX },
H A Dmaketab.c86 { INDEX, "sindex", "sindex" },
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y64 %token <node> PARM ARRAY UFUNC FIELD IN INDEX CONCAT
357 $$ = node(INDEX, $1, $3);
420 && (np = np->n_left)->n_type == INDEX
H A Dawk1.c337 ARGVsubi = node(INDEX, vlook(s_ARGV), constant); in awkarginit()
H A Dawk2.c428 NODE *ENVsubname = node(INDEX, varENVIRON, namep); in dobegin()
H A Dawk3.c249 case INDEX: in assign()
718 case INDEX: in action()
1036 case INDEX: in exprreduce()
1077 if (temp == INDEX) { in exprreduce()
1151 if ((np = np->n_left)->n_type == INDEX) in exprreduce()
1167 if ((np = np->n_left)->n_type == INDEX) in exprreduce()
1191 if ((np = np->n_left)->n_type == INDEX) in exprreduce()
H A Dawk4.c370 if (snp->n_type == INDEX && snp->n_left == tnp) in f_split()
421 tnp = node(INDEX, tnp, constant); in f_split()
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c59 #define INDEX 277 macro
98 SUBSTR, LENGTH, INDEX
592 if (ylex > MCH && ylex <= INDEX) { in expres()
611 case INDEX: in expres()
626 case INDEX: in expres()
/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c116 #define DEF_XML_PROP(INDEX, TYPE, NAME, TAG, ID) TYPE, argument
121 #define DEF_XML_PROP(INDEX, TYPE, NAME, TAG, ID) (xmlChar *)NAME, argument
126 #define DEF_XML_PROP(INDEX, TYPE, NAME, TAG, ID) TAG, argument
131 #define DEF_XML_PROP(INDEX, TYPE, NAME, TAG, ID) ID, argument
H A Ddata.def36 #define DEF_XML_PROP(INDEX, TYPE, NAME, TAG, ID)
/illumos-gate/usr/src/cmd/krb5/kproplog/
H A Dkproplog.c120 indx_log = (kdb_ent_header_t *)INDEX(ulog, indx); in print_update()
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.g.y51 %left NUMBER VAR ARRAY FNCN SUBSTR LSUBSTR INDEX
180 | INDEX '(' expr ',' expr ')'
181 { $$ = op2(INDEX, $3, $5); }
H A Dawk.lx.l138 <A>index RETURN(INDEX);
H A Dmakeprctab.c52 { INDEX, "sindex", "sindex"},
/illumos-gate/usr/src/cmd/sf880drd/
H A Dsf880drd.c51 #define INDEX2SLOT(INDEX) ((INDEX)%4) /* cf init_poll_events() */ argument
52 #define INDEX2CONTROLLER(INDEX) ((INDEX)/4) /* cf init_poll_events() */ argument
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.c1472 enum { NAME, INDEX, TYPE } op; in cpl_e_shstrndx() enumerator
1485 op = INDEX; in cpl_e_shstrndx()
1510 case INDEX: in cpl_e_shstrndx()
H A Dshdr.c757 enum { NAME, INDEX, TYPE } op; in cpl_1starg_sec() enumerator
766 op = INDEX; in cpl_1starg_sec()
780 case INDEX: in cpl_1starg_sec()
H A Dstr.c751 enum { NAME, INDEX, TYPE } op; in cpl_sh_opt() enumerator
761 op = INDEX; in cpl_sh_opt()
800 case INDEX: in cpl_sh_opt()
H A Dsym.c1472 enum { NAME, INDEX, TYPE } op; in cpl_sh_opt() enumerator
1482 op = INDEX; in cpl_sh_opt()
1510 case INDEX: in cpl_sh_opt()
1545 enum { NAME, INDEX, TYPE } op; in cpl_st_shndx() enumerator
1562 op = INDEX; in cpl_st_shndx()
1577 case INDEX: in cpl_st_shndx()
/illumos-gate/usr/src/contrib/ast/lib/package/
H A DINIT.pkg5 :INDEX: the package command with support scripts and utilities
H A Dast-ast.pkg7 :INDEX: the ast library, period
H A Dast-base.pkg14 :INDEX: ksh, ksh builtin commands, pax, nmake, tw, sfio, and ast libraries
H A Dast-dss.pkg9 :INDEX: data stream scan command and support libraries
H A Dast-ksh.pkg9 :INDEX: ksh and support libraries

1234