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

/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/contrib/lukemftpd/src/
H A Dftpcmd.y1218 #define NOARGS 9 /* No arguments allowed */
1227 { "CDUP", CDUP, NOARGS, 1, "(change to parent directory)" },
1229 { "QUIT", QUIT, NOARGS, 1, "(terminate service)" },
1230 { "REIN", REIN, NOARGS, 0, "(reinitialize server state)" },
1234 { "PASV", PASV, NOARGS, 1, "(set server in passive mode)" },
1248 { "ABOR", ABOR, NOARGS, 4, "(abort operation)" },
1252 { "PWD", PWD, NOARGS, 1, "(return current directory)" },
1256 { "SYST", SYST, NOARGS, 1, "(get type of operating system)" },
1259 { "NOOP", NOOP, NOARGS, 2, "" },
1266 { "CCC", CCC, NOARGS,
[all...]
/freebsd-9.3-release/contrib/opie/
H A Dopie.h147 #define NOARGS void macro
/freebsd-9.3-release/usr.bin/rs/
H A Drs.c73 #define NOARGS 0200000 macro
143 if (flags & NOARGS && curlen < owidth)
396 flags |= NOARGS | TRANSPOSE;
/freebsd-9.3-release/crypto/openssh/
H A Dsftp.c173 #define NOARGS 0 macro
178 { "bye", I_QUIT, NOARGS },
186 { "exit", I_QUIT, NOARGS },
188 { "help", I_HELP, NOARGS },
196 { "lumask", I_LUMASK, NOARGS },
200 { "progress", I_PROGRESS, NOARGS },
203 { "quit", I_QUIT, NOARGS },
209 { "version", I_VERSION, NOARGS },
210 { "!", I_SHELL, NOARGS },
211 { "?", I_HELP, NOARGS },
[all...]

Completed in 160 milliseconds