Home
last modified time | relevance | path

Searched refs:ARRAY (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.h62 #define A_CNT(ARRAY) (sizeof (ARRAY) / sizeof ((ARRAY)[0])) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.h61 #define A_CNT(ARRAY) (sizeof (ARRAY) / sizeof ((ARRAY)[0])) argument
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dexit2.awk2 BEGIN { ARRAY[_fn0()] }
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c378 if (running && type != VAR && type != ARRAY) { in emptynode()
714 case ARRAY: in action()
1020 if ((np = np->n_next)->n_type == ARRAY) in exprreduce()
1051 if (tnp->n_type != ARRAY) { in exprreduce()
1223 case ARRAY: in exprreduce()
1721 case ARRAY: in userfunc()
1722 t = ARRAY; in userfunc()
1746 if (t != ARRAY) in userfunc()
1974 if (np->n_type != ARRAY) { in s_forin()
2195 n->n_type = ARRAY; in promote()
[all …]
H A Dawk4.c377 case ARRAY: in f_split()
593 if (array->n_type != ARRAY) in f_asort()
H A Dawk.y64 %token <node> PARM ARRAY UFUNC FIELD IN INDEX CONCAT
H A Dawk1.c805 case ARRAY: in lexid()
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_auth.c149 #define ARRAY_LENGTH(ARRAY) (sizeof (ARRAY) / sizeof (ARRAY[0])) argument
/illumos-gate/usr/src/cmd/oawk/
H A Dmakeprctab.c49 { ARRAY, "array", XNULL},
H A Dawk.g.y51 %left NUMBER VAR ARRAY FNCN SUBSTR LSUBSTR INDEX
156 | VAR '[' expr ']' { $$ = op2(ARRAY, $1, $3); }
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Darrays.sh365 typeset -n ARRAY=$1
366 for i in ${!ARRAY[@]}
367 do unset ARRAY[$i]
/illumos-gate/usr/src/cmd/awk/
H A Dmaketab.c81 { ARRAY, "array", NULL },
H A Dawk.g.y84 %token <i> ARRAY
454 | varname '[' patlist ']' { $$ = op2(ARRAY, makearr($1), $3); }
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dparser.y60 %token CHAR CCL NCCL STR DELIM SCON ITER NEWE NULLS XSCON ARRAY POINTER
62 %nonassoc ARRAY POINTER
287 | ARRAY
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dregress.sh220 typeset -n ARRAY=$1
221 for i in ${!ARRAY[@]}
222 do unset ARRAY[$i]
/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c136 #define ARRAY_LENGTH(ARRAY) (sizeof (ARRAY) / sizeof (ARRAY[0])) argument