Searched refs:NOLIST (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/usr.bin/mail/ |
| H A D | 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 …]
|
| H A D | def.h | 216 #define NOLIST 3 /* Just plain 0 */ macro
|
| H A D | lex.c | 780 case NOLIST: in execute()
|
| /netbsd-src/sys/sys/ |
| H A D | buf.h | 86 #define NOLIST ((struct buf *)0x87654321) macro
|
| /netbsd-src/sys/kern/ |
| H A D | vfs_subr.c | 171 (bp)->b_vnbufs.le_next = NOLIST; \ 472 if (LIST_NEXT(bp, b_vnbufs) != NOLIST) in brelvp() 504 if (LIST_NEXT(bp, b_vnbufs) != NOLIST) in reassignbuf()
|
| H A D | vfs_bio.c | 2173 bp->b_vnbufs.le_next = NOLIST; in buf_destroy()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/Configurations/ |
| H A D | 10-main.conf | 140 …`PIPE CC /NOCROSS_REFERENCE /NOLIST /NOOBJECT /WARNINGS = DISABLE = ( MAYLOSEDATA3, EMPTYFILE ) NL…
|
| /netbsd-src/sys/uvm/ |
| H A D | uvm_swap.c | 1966 bp->b_vnbufs.le_next = NOLIST; in uvm_swap_io()
|