Home
last modified time | relevance | path

Searched refs:LIST (Results 1 – 25 of 152) sorted by relevance

1234567

/openbsd-src/usr.bin/mklocale/
H A Dlex.l85 return(LIST); }
87 return(LIST); }
89 return(LIST); }
91 return(LIST); }
93 return(LIST); }
95 return(LIST); }
97 return(LIST); }
99 return(LIST); }
101 return(LIST); }
103 return(LIST); }
[all …]
/openbsd-src/usr.sbin/tokenadm/
H A Dtokenadm.c54 typedef enum { LIST, ENABLE, DISABLE, REMOVE, MODECH } what_t; enumerator
79 what = LIST; in main()
112 if (what != LIST) in main()
117 if (what != LIST) in main()
122 if (what != LIST) in main()
127 if (what != LIST) in main()
132 if (what != LIST) in main()
137 if (what != LIST) in main()
142 if (what != LIST || how) in main()
147 if (what != LIST || how) in main()
[all …]
/openbsd-src/usr.bin/make/
H A Dgnode.h135 LIST cohorts; /* Other nodes for the :: operator */
136 LIST parents; /* Nodes that depend on this one */
137 LIST children; /* Nodes on which this one depends */
138 LIST predecessors;
139 LIST successors;
142 LIST commands; /* Creation commands */
H A Dmain.c70 static LIST to_create; /* Targets to be made */
75 static LIST makefiles; /* ordered list of makefiles to read */
76 static LIST varstoprint; /* list of variables to print */
89 static LIST unreadable;
609 LIST sysMkPath; /* Path of sys.mk */ in read_all_make_rules()
634 LIST l; in run_node()
647 static LIST targs; /* target nodes to create */ in main()
H A Dexpandchildren.c80 LIST members; in ExpandVarChildren()
165 LIST exp; /* List of expansions */ in ExpandWildChildren()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp11667.C8 class LIST {
11 LIST() { nitems = 16; items = new T[nitems]; }; in LIST() function
13 LIST(int u) { nitems = u; items = new T[nitems]; }; in LIST() function
44 LIST<int> mylist(10); in main()
/openbsd-src/games/atc/
H A Dextern.h63 extern LIST air, ground;
70 void append(LIST *, PLANE *);
79 void delete(LIST *, PLANE *);
H A Dlist.c60 append(LIST *l, PLANE *p) in append()
97 delete(LIST *l, PLANE *p) in delete()
/openbsd-src/gnu/usr.bin/perl/
H A Dmkppport122 open LIST, $list or die "$list: $!\n";
123 while (<LIST>) {
127 close LIST;
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A D20001201.f3 NAMELIST /LIST/ TF,TT,FF,XYZ namelist
9 READ(1,LIST)
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dcheck.tpl110 find * -type f -print > ${TESTDIR}/LIST
125 exec < ${TESTDIR}/LIST
147 fgrep -v 'CVS/' > ${TESTDIR}/LIST
150 exec < ${TESTDIR}/LIST
165 rm -rf inc res LIST
/openbsd-src/gnu/gcc/fixincludes/
H A Dcheck.tpl110 find * -type f -print > ${TESTDIR}/LIST
125 exec < ${TESTDIR}/LIST
148 fgrep -v '.svn/' > ${TESTDIR}/LIST
151 exec < ${TESTDIR}/LIST
166 rm -rf inc res LIST
/openbsd-src/regress/usr.bin/mandoc/mdoc/Tg/
H A Dlist.out_ascii1 TG-LIST(1) General Commands Manual TG-LIST(1)
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Darlex.l54 "LIST" { return LIST; }
69 "list" { return LIST; }
H A Darparse.y47 %token LIST
125 LIST
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Darlex.l53 "LIST" { return LIST; }
68 "list" { return LIST; }
H A Darparse.y47 %token LIST
125 LIST
/openbsd-src/gnu/llvm/lldb/tools/intel-features/
H A DCMakeLists.txt9 LIST (APPEND FEATURE_LIBS "")
14 LIST (APPEND FEATURE_LIBS ${FEATURE_LIBS} lldbIntelMPX)
/openbsd-src/regress/usr.bin/mandoc/mdoc/blank/
H A Dlist.out_ascii1 BLANK-LIST(1) General Commands Manual BLANK-LIST(1)
/openbsd-src/bin/pax/
H A Dpax.c278 if (act == LIST) { in main()
293 if (act == LIST) { in main()
325 case LIST: in main()
H A Dpax.h57 #define LIST 0 /* List the file in an archive */ macro
62 #define DEFOP LIST /* if no flags default is to LIST */
/openbsd-src/gnu/usr.bin/perl/cpan/Memoize/
H A DMemoize.pm88 die 'bad cache setup order' if not exists $caches{LIST}; # should never happen
90 $caches{SCALAR} = $caches{LIST};
105 L => $caches{LIST},
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperltie.pod8 tie VARIABLE, CLASSNAME, LIST
35 the correct type. Any additional arguments in the C<LIST> are passed to
78 =item TIESCALAR classname, LIST
234 =item TIEARRAY classname, LIST
412 =item PUSH this, LIST
415 Append elements of I<LIST> to the array. For example:
446 =item UNSHIFT this, LIST
449 Insert LIST elements at the beginning of the array, moving existing elements
462 =item SPLICE this, offset, length, LIST
472 I<LIST> ma
[all...]
H A Dperlfunc.pod20 L<C<splice>|/splice ARRAY,OFFSET,LENGTH,LIST> has three scalar arguments
26 with LIST as an argument. Such a list may consist of any combination
30 Commas should separate literal elements of the LIST.
89 L<C<syscall>|/syscall NUMBER, LIST>. System calls also set the special
123 L<C<pack>|/pack TEMPLATE,LIST>,
125 L<C<qqE<sol>E<sol>>|/qqE<sol>STRINGE<sol>>, L<C<reverse>|/reverse LIST>,
127 L<C<sprintf>|/sprintf FORMAT, LIST>,
167 L<C<push>|/push ARRAY,LIST>, L<C<shift>|/shift ARRAY>,
168 L<C<splice>|/splice ARRAY,OFFSET,LENGTH,LIST>,
169 L<C<unshift>|/unshift ARRAY,LIST>,
[all...]
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/
H A Dformat.py63 lit.TestRunner.ParserKind.LIST,
66 lit.TestRunner.ParserKind.LIST,
75 lit.TestRunner.ParserKind.LIST,

1234567