Symbol: LIST
bin/csh/file.c
519
if (command == LIST) {
bin/csh/file.c
662
command = (last_Char == ESC) ? RECOGNIZE : LIST;
bin/csh/file.c
663
if (command == LIST)
bin/csh/file.c
696
if (command == LIST) /* Always retype after a LIST */
bin/pax/ar_io.c
1640
if (act == LIST)
bin/pax/ar_io.c
165
case LIST:
bin/pax/ar_io.c
246
case LIST:
bin/pax/ar_io.c
410
if ((act == LIST || act == EXTRACT) && nflag && zpid > 0)
bin/pax/options.c
1016
tar_set_action(LIST);
bin/pax/options.c
1206
case LIST:
bin/pax/options.c
1496
else if (act == EXTRACT && op == LIST)
bin/pax/options.c
1628
cpio_set_action(LIST);
bin/pax/options.c
1791
act = LIST;
bin/pax/options.c
1823
case LIST:
bin/pax/options.c
688
act = LIST;
bin/pax/options.c
722
case LIST:
bin/pax/pax.c
269
if (act != LIST) {
bin/pax/pax.c
331
case LIST:
games/atc/extern.c
74
LIST air, ground;
games/atc/extern.h
61
extern LIST air, ground;
games/atc/extern.h
75
void append(LIST *, PLANE *);
games/atc/extern.h
77
void delete(LIST *, PLANE *);
games/atc/list.c
104
delete(LIST *l, PLANE *p)
games/atc/list.c
67
append(LIST *l, PLANE *p)
games/rogue/inventory.c
299
case LIST:
games/rogue/pack.c
301
if (ch == LIST) {
games/rogue/pack.c
539
*c = LIST;
games/rogue/pack.c
542
return(((*c >= 'a') && (*c <= 'z')) || (*c == CANCEL) || (*c == LIST));
lib/libc/isc/eventlib_p.h
223
LIST(evAccept) accepts;
lib/libcurses/PSD.doc/life.c
129
Head = malloc(sizeof (LIST));
lib/libcurses/PSD.doc/life.c
148
reg LIST *hp;
lib/libcurses/PSD.doc/life.c
43
} LIST;
lib/libcurses/PSD.doc/life.c
45
LIST *Head; /* head of linked list */
libexec/ftpd/ftpcmd.y
1255
{ "LIST", LIST, OSTR, 1, "[ <sp> path-name ]", 0, },
libexec/ftpd/ftpcmd.y
143
MKD PWD LIST NLST SITE SYST
libexec/ftpd/ftpcmd.y
504
| LIST check_login CRLF
libexec/ftpd/ftpcmd.y
514
| LIST check_login SP pathname CRLF
usr.bin/mklocale/yacc.y
117
%token <i> LIST
usr.bin/mklocale/yacc.y
184
| LIST list
usr.bin/tee/tee.c
141
LIST *p;
usr.bin/tee/tee.c
143
if ((p = malloc(sizeof(LIST))) == NULL)
usr.bin/tee/tee.c
62
LIST *head;
usr.bin/tee/tee.c
69
LIST *p;