Searched refs:NOARGS (Results 1 – 9 of 9) sorted by relevance
| /trueos/usr.bin/m4/ |
| HD | main.c | 93 { "divert", DIVRTYPE | NOARGS }, 102 { "dnl", DNLNTYPE | NOARGS }, 103 { "changequote", CHNQTYPE | NOARGS }, 104 { "changecom", CHNCTYPE | NOARGS }, 115 { "__file__", FILENAMETYPE | NOARGS}, 116 { "__line__", LINETYPE | NOARGS}, 120 { "dumpdef", DUMPTYPE | NOARGS }, 121 { "shift", SHIFTYPE | NOARGS }, 124 { "undivert", UNDVTYPE | NOARGS }, 125 { "divnum", DIVNTYPE | NOARGS }, [all …]
|
| HD | mdef.h | 94 #define NOARGS 512 /* builtin needs no args */ macro
|
| /trueos/contrib/gdb/include/ |
| HD | ansidecl.h | 193 #define NOARGS void macro 232 #define NOARGS macro
|
| /trueos/contrib/gcclibs/include/ |
| HD | ansidecl.h | 198 #define NOARGS void macro 237 #define NOARGS macro
|
| /trueos/contrib/binutils/include/ |
| HD | ansidecl.h | 198 #define NOARGS void macro 237 #define NOARGS macro
|
| /trueos/usr.bin/rs/ |
| HD | rs.c | 73 #define NOARGS 0200000 macro 143 if (flags & NOARGS && curlen < owidth) in getfile() 396 flags |= NOARGS | TRANSPOSE; in getargs()
|
| /trueos/crypto/openssh/ |
| HD | sftp.c | 172 #define NOARGS 0 macro 177 { "bye", I_QUIT, NOARGS }, 185 { "exit", I_QUIT, NOARGS }, 187 { "help", I_HELP, NOARGS }, 195 { "lumask", I_LUMASK, NOARGS }, 199 { "progress", I_PROGRESS, NOARGS }, 202 { "quit", I_QUIT, NOARGS }, 208 { "version", I_VERSION, NOARGS }, 209 { "!", I_SHELL, NOARGS }, 210 { "?", I_HELP, NOARGS },
|
| /trueos/contrib/opie/ |
| HD | opie.h | 147 #define NOARGS void macro
|
| /trueos/ |
| D | mach-compat.diff | 584 +; type one of STD, OBSOL, UNIMPL, NODEF, NOARGS, or one of 592 +; NOARGS included, but don't define the syscall args structure 600 +; For STD, NODEF, NOARGS, and compat syscalls: 888 +; type one of STD, OBSOL, UNIMPL, NODEF, NOARGS, or one of 896 +; NOARGS included, but don't define the syscall args structure 904 +; For STD, NODEF, NOARGS, and compat syscalls: 14570 +; type one of STD, OBSOL, UNIMPL, NODEF, NOARGS, or one of 14578 +; NOARGS included, but don't define the syscall args structure 14586 +; For STD, NODEF, NOARGS, and compat syscalls:
|