HomeSort by: relevance | last modified time | path
    Searched refs:NOLIST (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/mail/
cmdtab.c 100 { "shell", dosh, 0, CMP(n) T|I|NOLIST, 0, 0 },
102 { "version", pversion, S, CMP(n) T|M|NOLIST, 0, 0 },
108 { "folders", folders, S, CMP(n) T|M|NOLIST, 0, 0 },
113 { "?", help, S, CMP(n) T|M|NOLIST, 0, 0 },
116 { "help", help, S, CMP(n) T|M|NOLIST, 0, 0 },
124 { "quit", quitcmd, 0, CMP(n) NOLIST, 0, 0 },
125 { "list", pcmdlist, S, CMP(n) T|M|NOLIST, 0, 0 },
126 { "xit", rexit, 0, CMP(n) M|NOLIST, 0, 0 },
127 { "exit", rexit, 0, CMP(n) M|NOLIST, 0, 0 },
143 { "core", core, 0, CMP(F) T|M|NOLIST, 0, 0 }
    [all...]
def.h 216 #define NOLIST 3 /* Just plain 0 */
lex.c 780 case NOLIST:
  /src/sys/sys/
buf.h 86 #define NOLIST ((struct buf *)0x87654321)
  /src/sys/kern/
vfs_subr.c 171 (bp)->b_vnbufs.le_next = NOLIST; \
472 if (LIST_NEXT(bp, b_vnbufs) != NOLIST)
504 if (LIST_NEXT(bp, b_vnbufs) != NOLIST)
vfs_bio.c 2173 bp->b_vnbufs.le_next = NOLIST;
  /src/sys/uvm/
uvm_swap.c 1970 bp->b_vnbufs.le_next = NOLIST;

Completed in 16 milliseconds