Searched refs:NOARGS (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/usr.bin/m4/
H A Dmain.c93 { "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...]
H A Dmdef.h94 #define NOARGS 512 /* builtin needs no args */ macro
/freebsd-10.1-release/contrib/binutils/include/
H A Dansidecl.h112 AND, DOTS, NOARGS. Don't use them. */
198 #define NOARGS void macro
237 #define NOARGS macro
/freebsd-10.1-release/contrib/gcclibs/include/
H A Dansidecl.h112 AND, DOTS, NOARGS. Don't use them. */
198 #define NOARGS void macro
237 #define NOARGS macro
/freebsd-10.1-release/contrib/gdb/include/
H A Dansidecl.h112 AND, DOTS, NOARGS. Don't use them. */
193 #define NOARGS void macro
232 #define NOARGS macro
/freebsd-10.1-release/contrib/opie/
H A Dopie.h147 #define NOARGS void macro
/freebsd-10.1-release/usr.bin/rs/
H A Drs.c73 #define NOARGS 0200000 macro
143 if (flags & NOARGS && curlen < owidth)
396 flags |= NOARGS | TRANSPOSE;
/freebsd-10.1-release/crypto/openssh/
H A Dsftp.c172 #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 },
[all...]

Completed in 125 milliseconds