/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute.h | 64 #define A_CNT(ARRAY) (sizeof (ARRAY) / sizeof ((ARRAY)[0])) argument
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping.h | 59 #define A_CNT(ARRAY) (sizeof (ARRAY) / sizeof ((ARRAY)[0])) argument
|
/titanic_44/usr/src/cmd/awk_xpg4/ |
H A D | awk3.c | 380 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 D | awk4.c | 379 case ARRAY: in f_split() 594 if (array->n_type != ARRAY) in f_asort()
|
H A D | awk.y | 64 %token <node> PARM ARRAY UFUNC FIELD IN INDEX CONCAT
|
H A D | awk1.c | 810 case ARRAY: in lexid()
|
/titanic_44/usr/src/lib/libshell/common/tests/ |
H A D | arrays.sh | 365 typeset -n ARRAY=$1 366 for i in ${!ARRAY[@]} 367 do unset ARRAY[$i]
|
/titanic_44/usr/src/tools/stabs/ |
H A D | stabs.h | 65 ARRAY, enumerator
|
H A D | genassym.c | 154 case ARRAY: in switch_on_type()
|
H A D | forth.c | 131 case ARRAY: in switch_on_type()
|
H A D | stabs.c | 470 (*rtdp)->type = ARRAY; in tdefdecl()
|
/titanic_44/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit_auth.c | 149 #define ARRAY_LENGTH(ARRAY) (sizeof (ARRAY) / sizeof (ARRAY[0])) argument
|
/titanic_44/usr/src/cmd/oawk/ |
H A D | makeprctab.c | 49 { ARRAY, "array", XNULL},
|
H A D | awk.g.y | 51 %left NUMBER VAR ARRAY FNCN SUBSTR LSUBSTR INDEX 156 | VAR '[' expr ']' { $$ = op2(ARRAY, $1, $3); }
|
/titanic_44/usr/src/cmd/awk/ |
H A D | maketab.c | 51 { ARRAY, "array", NULL },
|
H A D | awk.g.y | 62 %token <i> ARRAY 412 | varname '[' patlist ']' { $$ = op2(ARRAY, makearr($1), $3); }
|
/titanic_44/usr/src/cmd/isns/isnsd/xml/ |
H A D | data.c | 130 #define ARRAY_LENGTH(ARRAY) (sizeof (ARRAY) / sizeof (ARRAY[0])) argument
|
/titanic_44/usr/src/cmd/sgs/lex/common/ |
H A D | parser.y | 61 %token CHAR CCL NCCL STR DELIM SCON ITER NEWE NULLS XSCON ARRAY POINTER 63 %nonassoc ARRAY POINTER 288 | ARRAY
|
/titanic_44/usr/src/tools/ctf/cvt/ |
H A D | ctftools.h | 136 ARRAY, enumerator
|
H A D | dwarf.c | 185 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 D | tdata.c | 77 case ARRAY: in tdesc_layouthash()
|
H A D | ctf.c | 304 case ARRAY: in write_type() 1010 tdp->t_type = ARRAY; in resurrect_types()
|
H A D | st_parse.c | 698 (*rtdp)->t_type = ARRAY; in tdefdecl()
|