Home
last modified time | relevance | path

Searched refs:LIST (Results 1 – 25 of 37) sorted by path

12

/original-bsd/bin/csh/
H A Dfile.c53 LIST, RECOGNIZE enumerator
453 if (command == LIST) {
604 command = (last_Char == ESC) ? RECOGNIZE : LIST;
605 if (command == LIST)
638 if (command == LIST) /* Always retype after a LIST */
/original-bsd/bin/pax/
H A Dar_io.c90 case LIST:
281 if (act == LIST) in ar_close()
H A Doptions.c482 act = LIST;
515 case LIST:
652 act = LIST;
735 case LIST:
H A Dpax.c226 case LIST:
H A Dpax.h31 #define LIST 0 /* List the file in an archive */ macro
36 #define DEFOP LIST /* if no flags default is to LIST */
/original-bsd/etc/
H A Dsecurity14 LIST=/tmp/_secure5.$$
351 sort | sed -e 's/^/ls -ldgT /' | sh > $LIST) 2> $OUTPUT
361 egrep -v '^[bc]' $LIST > $TMP1
414 egrep "^b.*/${i}[0-9][0-9]*[a-h]$" $LIST >> $TMP1
415 egrep "^c.*/r${i}[0-9][0-9]*[a-h]$" $LIST >> $TMP1
428 egrep '^[bc]' $LIST | sort +10 > $TMP1
/original-bsd/games/atc/
H A Dextern.c36 LIST air, ground;
H A Dextern.h30 extern LIST air, ground;
H A Dlist.c33 LIST *l; in append()
71 LIST *l; in delete()
H A Dstruct.h71 } LIST; typedef
/original-bsd/games/rogue/
H A Dinventory.c255 case LIST: in id_com()
H A Dpack.c268 if (ch == LIST) {
507 *c = LIST;
510 return(((*c >= 'a') && (*c <= 'z')) || (*c == CANCEL) || (*c == LIST));
H A Drogue.h392 #define LIST '*' macro
/original-bsd/lib/libcurses/PSD.doc/
H A Dlife.c19 } LIST;
21 LIST *Head; /* head of linked list */
105 Head = malloc(sizeof (LIST));
124 reg LIST *hp;
/original-bsd/libexec/ftpd/
H A DCHANGES19 be sending the LIST command. The new ftp client has been corrected to do
H A Dftpcmd.y85 ABOR DELE CWD LIST NLST SITE
238 | LIST check_login CRLF
243 | LIST check_login SP pathname CRLF
748 { "LIST", LIST, OSTR, 1, "[ <sp> path-name ]" },
/original-bsd/local/ditroff/ditroff.okeeffe/chem/
H A DREADME222 WISH LIST
/original-bsd/old/adb/common_scripts/
H A DMakefile3 LIST= buf callout callout.next clist clist.nxt dino dir dir.nxt \ macro
18 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${LIST} \
/original-bsd/old/adb/scripts.tahoe/
H A DMakefile3 LIST= dirblk findproc.nxt frame pcb proc setproc.nxt trapframe macro
9 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${LIST} \
/original-bsd/old/adb/scripts.vax/
H A DMakefile3 LIST= dirblk dmcstats findproc.nxt frame ifuba ifubinfo ifxmt \ macro
11 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${LIST} \
/original-bsd/old/dbx/
H A Dcommands.y35 EDIT FILE FUNC GRIPE HELP IF IGNORE IN LIST MOD NEXT NEXTI NIL NOT OR
74 %type <y_name> EDIT FILE FUNC GRIPE HELP IF IGNORE IN LIST MOD
698 LIST
706 LIST line_number
711 LIST line_number ',' line_number
716 LIST opt_qual_symbol
1087 DOWN | DUMP | EDIT | FILE | FUNC | GRIPE | HELP | IGNORE | IN | LIST |
/original-bsd/sys/tahoe/stand/vdformat/
H A Dproc_cmd.c9 #define LIST 2 macro
24 { LIST, "List", "List operations specified so far" },
68 case LIST : in process_commands()
/original-bsd/usr.bin/ex/
H A Dex_cmds2.c394 ignorf(setlist(listf || value(LIST))); in setflav()
H A Dex_vars.h12 #define LIST 10 macro
H A Dex_vmain.c938 olist = value(LIST); in vmain()
977 if (olist != value(LIST)) in vmain()
978 ignorf(setlist(value(LIST))); in vmain()

12