Symbol: LIST
bin/pax/ar_io.c
110
case LIST:
bin/pax/ar_io.c
335
if ((act == LIST || act == EXTRACT) && nflag && zpid > 0)
bin/pax/options.c
1111
act = LIST;
bin/pax/options.c
1232
case LIST:
bin/pax/options.c
515
act = LIST;
bin/pax/options.c
549
case LIST:
bin/pax/options.c
705
act = LIST;
bin/pax/options.c
836
case LIST:
bin/pax/pax.c
278
case LIST:
bin/pax/pax.h
61
#define DEFOP LIST /* if no flags default is to LIST */
games/atc/extern.c
58
LIST air, ground;
games/atc/extern.h
53
extern LIST air, ground;
games/atc/extern.h
79
extern void append(LIST *, PLANE *);
games/atc/extern.h
80
extern void delete(LIST *, PLANE *);
games/atc/list.c
56
append(LIST *l, PLANE *p)
games/atc/list.c
93
delete(LIST *l, PLANE *p)
games/rogue/inventory.c
276
case LIST:
games/rogue/pack.c
297
if (ch == LIST) {
games/rogue/pack.c
537
*c = LIST;
games/rogue/pack.c
540
return(((*c >= 'a') && (*c <= 'z')) || (*c == CANCEL) || (*c == LIST));
lib/libc/isc/eventlib_p.h
226
LIST(evAccept) accepts;
lib/libc/resolv/res_findzonecut.c
52
typedef LIST(rr_a) rrset_a;
lib/libc/resolv/res_findzonecut.c
60
typedef LIST(rr_ns) rrset_ns;
lib/libc/resolv/res_update.c
71
LIST(ns_updrec) z_rrlist;
lib/libc/resolv/res_update.c
97
LIST(struct zonegrp) zgrps;
libexec/ftpd/ftpcmd.y
1124
{ "LIST", LIST, OSTR, 1, "[ <sp> path-name ]" },
libexec/ftpd/ftpcmd.y
125
ABOR DELE CWD LIST NLST SITE
libexec/ftpd/ftpcmd.y
478
| LIST check_login CRLF
libexec/ftpd/ftpcmd.y
483
| LIST check_login SP pathstring CRLF
usr.bin/paste/paste.c
120
LIST *lp;
usr.bin/paste/paste.c
125
LIST *head, *tmp;
usr.bin/paste/paste.c
129
if ((lp = malloc(sizeof(LIST))) == NULL)