Searched refs:ARRAY (Results 1 - 25 of 75) sorted by relevance

123

/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Darray.h35 } ARRAY; typedef in typeref:struct:array
46 extern ARRAY *array_create __P((void));
47 extern void array_flush __P((ARRAY *));
48 extern void array_dispose __P((ARRAY *));
49 extern ARRAY *array_copy __P((ARRAY *));
50 extern ARRAY *array_slice __P((ARRAY *, ARRAY_ELEMENT *, ARRAY_ELEMENT *));
51 extern void array_walk __P((ARRAY *, sh_ae_map_func_t *, void *));
53 extern ARRAY_ELEMENT *array_shift __P((ARRAY *, in
[all...]
H A Darray.c58 ARRAY *
61 ARRAY *r;
64 r =(ARRAY *)xmalloc(sizeof(ARRAY));
76 ARRAY *a;
94 ARRAY *a;
103 ARRAY *
105 ARRAY *a;
107 ARRAY *a1;
111 return((ARRAY *) NUL
[all...]
H A Dshell.h152 ARRAY *pipestatus;
H A Dvariables.h71 ARRAY *a; /* array */
149 #define array_cell(var) (ARRAY *)((var)->value)
H A Darrayfunc.c63 ARRAY *array;
159 /* ENTRY is an array variable, and ARRAY points to the value. */
255 ARRAY *a;
317 ARRAY *a;
/macosx-10.10.1/bc-21/bc/bc/
H A Dconst.h87 #define ARRAY 1 macro
H A Dbc.y335 { $$ = nextarg (NULL, lookup ($1,ARRAY), FALSE); }
337 { $$ = nextarg (NULL, lookup ($2,ARRAY), TRUE); }
341 { $$ = nextarg ($1, lookup ($3,ARRAY), FALSE); }
343 { $$ = nextarg ($1, lookup ($4,ARRAY), TRUE); }
356 sprintf (genstr, "K%d:", -lookup ($1,ARRAY));
367 sprintf (genstr, "K%d:", -lookup ($3,ARRAY));
627 $$ = lookup($1,ARRAY);
H A Dsbc.y255 { $$ = nextarg (NULL, lookup($1,ARRAY), FALSE); }
259 { $$ = nextarg ($1, lookup($3,ARRAY), FALSE); }
439 { $$ = lookup($1,ARRAY); }
H A Dbc.c1276 { yyval.a_value = nextarg (NULL, lookup (yyvsp[-2].s_value,ARRAY), FALSE); ;
1280 { yyval.a_value = nextarg (NULL, lookup (yyvsp[-2].s_value,ARRAY), TRUE); ;
1288 { yyval.a_value = nextarg (yyvsp[-4].a_value, lookup (yyvsp[-2].s_value,ARRAY), FALSE); ;
1292 { yyval.a_value = nextarg (yyvsp[-5].a_value, lookup (yyvsp[-2].s_value,ARRAY), TRUE); ;
1308 sprintf (genstr, "K%d:", -lookup (yyvsp[-2].s_value,ARRAY));
1323 sprintf (genstr, "K%d:", -lookup (yyvsp[-2].s_value,ARRAY));
1629 yyval.i_value = lookup(yyvsp[-3].s_value,ARRAY);
/macosx-10.10.1/ruby-106/ruby/ext/json/fbuffer/
H A Dfbuffer.h16 #define RARRAY_PTR(ARRAY) RARRAY(ARRAY)->ptr
19 #define RARRAY_LEN(ARRAY) RARRAY(ARRAY)->len
/macosx-10.10.1/CPANInternal-159.1/Data-Dump-1.21/t/
H A Dglob.t22 ($a, *{$a}{ARRAY}[1]);
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dmkbuiltins.c116 } ARRAY; typedef in typeref:struct:__anon6263
124 ARRAY *longdoc; /* The long documentation for this builtin. */
125 ARRAY *dependencies; /* Null terminated array of #define names. */
132 ARRAY *lines; /* The contents of the file. */
136 ARRAY *builtins; /* Null terminated array of BUILTIN_DESC *. */
140 ARRAY *saved_builtins = (ARRAY *)NULL;
338 ARRAY *
342 ARRAY *array;
344 array = (ARRAY *)xmallo
[all...]
H A Dcaller.c44 ARRAY *funcname_a, *bash_source_a, *bash_lineno_a;
H A Devalfile.c87 ARRAY *funcname_a, *bash_source_a, *bash_lineno_a;
90 ARRAY *bash_argv_a, *bash_argc_a;
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/examples/
H A Dperlmask.pl92 # _rmasked_file => \$masked_file, # required ref to ARRAY or SCALAR
93 # _roriginal_file => \$original_file, # optional ref to ARRAY or SCALAR
98 # filehandle or reference to SCALAR or ARRAY
122 unless ( $ref =~ /^(SCALAR|ARRAY)$/ ) {
124 Expecting _rmasked_file = ref to SCALAR or ARRAY in perlmask but got : ($ref)
149 elsif ( ref($rfile) eq 'ARRAY' ) {
/macosx-10.10.1/awk-20/src/
H A Dytab.h49 ARRAY = 265, enumerator in enum:yytokentype
146 #define ARRAY 265 macro
H A Dytabh.bak39 ARRAY = 265,
134 #define ARRAY 265
H A Dmaketab.c52 { ARRAY, "array", NULL },
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/Harness/
H A DIterator.pm43 elsif( ref $thing eq 'ARRAY' ) {
44 bless $self, 'Test::Harness::Iterator::ARRAY';
64 package Test::Harness::Iterator::ARRAY;
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dshmatch.c55 ARRAY *amatch;
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DType.java91 public final static int ARRAY = 9; field in class:Type
357 return new Type(ARRAY, buf, off, len + 1);
378 * {@link #DOUBLE DOUBLE}, {@link #ARRAY ARRAY} or
434 case ARRAY:
530 // case ARRAY:
674 // case ARRAY:
695 // case ARRAY:
724 if (sort == Type.OBJECT || sort == Type.ARRAY) {
744 if (sort == Type.OBJECT || sort == Type.ARRAY) {
[all...]
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DView.pm38 ARRAY => 'list',
545 [% view.print(my_list_ref) %] # type=ARRAY, template='list'
559 [% view.map.ARRAY = 'my_list_template' %]
602 particular item. The TEXT, HASH and ARRAY items default to 'test',
605 [% USE view(map => { ARRAY => 'my_list',
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmodula3.vim22 syn keyword modula3Keyword ARRAY AS BITS BITSIZE BOOLEAN BRANDED BY BYTESIZE
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Darrays.sh365 typeset -n ARRAY=$1
366 for i in ${!ARRAY[@]}
367 do unset ARRAY[$i]
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Stash/
H A DContext.pm36 # HASH.ref, ARRAY.ref return what you expect.
42 # eg: ARRAY.repeat(3) repeats each element in place.
226 if (ref $ident eq 'ARRAY'
280 if (ref $ident eq 'ARRAY'
322 if (ref $ident eq 'ARRAY') {
421 $rootref = 'ARRAY';
444 elsif (ref $item eq 'ARRAY') {
457 elsif ($rootref eq 'ARRAY') {
459 # if root is an ARRAY then we check for a LIST_OPS pseudo-method
480 elsif (ref $item eq 'ARRAY' ) {
[all...]

Completed in 169 milliseconds

123