Searched refs:LIST (Results 1 - 25 of 87) sorted by relevance

1234

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A D20001201.f3 NAMELIST /LIST/ TF,TT,FF,XYZ namelist
5 DATA LINE /'&LIST,TF=.T.,.F.,.T.,FF=33.,TT=23.,XYZ=-1234.55,/'/
9 READ(1,LIST)
/openbsd-current/usr.bin/make/lst.lib/
H A Dlst_t.h31 } LIST; typedef in typeref:struct:List_
/openbsd-current/usr.bin/make/
H A Dlst_t.h31 } LIST; typedef in typeref:struct:List_
H A Dgnode.h64 * 16) *commands*: the actual LIST of strings to pass to the shell
135 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 */
634 LIST l;
647 static LIST targs; /* target nodes to create */
H A Ddirexpand.c149 LIST temp;
186 LIST curled; /* Queue of words to expand */
/openbsd-current/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-current/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-current/games/atc/
H A Dextern.c63 LIST air, ground;
H A Dextern.h63 extern LIST air, ground;
70 void append(LIST *, PLANE *);
79 void delete(LIST *, PLANE *);
H A Dstruct.h98 } LIST; typedef in typeref:struct:__anon47
H A Dlist.c60 append(LIST *l, PLANE *p)
97 delete(LIST *l, PLANE *p)
/openbsd-current/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-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp11667.C8 class LIST { class
11 LIST() { nitems = 16; items = new T[nitems]; }; function in class:LIST
13 LIST(int u) { nitems = u; items = new T[nitems]; }; function in class:LIST
44 LIST<int> mylist(10);
/openbsd-current/usr.sbin/tokenadm/
H A Dtokenadm.c54 typedef enum { LIST, ENABLE, DISABLE, REMOVE, MODECH } what_t; enumerator in enum:__anon10911
79 what = LIST;
112 if (what != LIST)
117 if (what != LIST)
122 if (what != LIST)
127 if (what != LIST)
132 if (what != LIST)
137 if (what != LIST)
142 if (what != LIST || how)
147 if (what != LIST || ho
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Text-Abbrev/lib/Text/
H A DAbbrev.pm14 abbrev $hashref, LIST
19 Stores all unambiguous truncations of each element of LIST
39 # abbrev \%foo, LIST;
/openbsd-current/gnu/usr.bin/perl/
H A Dmkppport122 open LIST, $list or die "$list: $!\n";
123 while (<LIST>) {
127 close LIST;
/openbsd-current/bin/pax/
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 */
H A Dpax.c278 if (act == LIST) {
293 if (act == LIST) {
325 case LIST:
/openbsd-current/gnu/usr.bin/perl/lib/Tie/
H A DHandle.pm42 =item TIEHANDLE classname, LIST
45 glob instance with the specified class. C<LIST> would represent additional
53 =item PRINT this, LIST
55 Print the values in I<LIST>
57 =item PRINTF this, format, LIST
59 Print the values in I<LIST> using I<format>
H A DArray.pm182 =item TIEARRAY classname, LIST
185 an array instance with the specified class. C<LIST> would represent
240 =item PUSH this, LIST
242 Append elements of LIST to the array.
253 =item UNSHIFT this, LIST
255 Insert LIST elements at the beginning of the array, moving existing elements
258 =item SPLICE this, offset, length, LIST
267 I<LIST> may be empty.
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dhash.h19 NT_UNKNOWN, HEADER, ENTRIES, FILES, LIST, RCSNODE, enumerator in enum:ntype
/openbsd-current/usr.sbin/pkg_add/OpenBSD/PackageRepository/
H A DSCP.pm101 if (m/^LIST\s+(.*)$/o) {

Completed in 394 milliseconds

1234