Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.h64 #define A_CNT(ARRAY) (sizeof (ARRAY) / sizeof ((ARRAY)[0])) argument
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.h61 #define A_CNT(ARRAY) (sizeof (ARRAY) / sizeof ((ARRAY)[0])) argument
/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk3.c380 if (running && type != VAR && type != ARRAY) { in emptynode()
716 case ARRAY: in action()
1021 if ((np = np->n_next)->n_type == ARRAY) in exprreduce()
1052 if (tnp->n_type != ARRAY) { in exprreduce()
1224 case ARRAY: in exprreduce()
1724 case ARRAY: in userfunc()
1725 t = ARRAY; in userfunc()
1749 if (t != ARRAY) in userfunc()
1810 if (temp->n_type == ARRAY && (temp->n_scope == slevel)) in userfunc()
1977 if (np->n_type != ARRAY) { in s_forin()
[all …]
H A Dawk4.c379 case ARRAY: in f_split()
594 if (array->n_type != ARRAY) in f_asort()
H A Dawk.y64 %token <node> PARM ARRAY UFUNC FIELD IN INDEX CONCAT
H A Dawk1.c810 case ARRAY: in lexid()
/titanic_50/usr/src/lib/libshell/common/tests/
H A Darrays.sh365 typeset -n ARRAY=$1
366 for i in ${!ARRAY[@]}
367 do unset ARRAY[$i]
/titanic_50/usr/src/tools/stabs/
H A Dstabs.h65 ARRAY, enumerator
H A Dgenassym.c154 case ARRAY: in switch_on_type()
H A Dforth.c131 case ARRAY: in switch_on_type()
H A Dstabs.c470 (*rtdp)->type = ARRAY; in tdefdecl()
/titanic_50/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_auth.c149 #define ARRAY_LENGTH(ARRAY) (sizeof (ARRAY) / sizeof (ARRAY[0])) argument
/titanic_50/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); }
/titanic_50/usr/src/cmd/awk/
H A Dmaketab.c51 { ARRAY, "array", NULL },
H A Dawk.g.y62 %token <i> ARRAY
412 | varname '[' patlist ']' { $$ = op2(ARRAY, makearr($1), $3); }
/titanic_50/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c136 #define ARRAY_LENGTH(ARRAY) (sizeof (ARRAY) / sizeof (ARRAY[0])) argument
/titanic_50/usr/src/cmd/sgs/lex/common/
H A Dparser.y61 %token CHAR CCL NCCL STR DELIM SCON ITER NEWE NULLS XSCON ARRAY POINTER
63 %nonassoc ARRAY POINTER
288 | ARRAY
/titanic_50/usr/src/tools/ctf/cvt/
H A Ddwarf.c185 case ARRAY: in tdesc_size()
220 case ARRAY: in tdesc_bitsize()
705 dimtdp->t_type = ARRAY; in tdesc_array_create()
771 dimtdp->t_type == ARRAY; in die_array_create()
1129 if (mt->t_type == ARRAY && mt->t_ardef->ad_nelems == 0) in die_sou_resolve()
H A Dctftools.h136 ARRAY, enumerator
H A Dtdata.c77 case ARRAY: in tdesc_layouthash()
H A Dctf.c304 case ARRAY: in write_type()
1010 tdp->t_type = ARRAY; in resurrect_types()
H A Dst_parse.c698 (*rtdp)->t_type = ARRAY; in tdefdecl()