OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOARGS
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/m4/
main.c
106
{ "divert", DIVRTYPE |
NOARGS
},
115
{ "dnl", DNLNTYPE |
NOARGS
},
116
{ "changequote", CHNQTYPE |
NOARGS
},
117
{ "changecom", CHNCTYPE |
NOARGS
},
128
{ "__file__", FILENAMETYPE |
NOARGS
},
129
{ "__line__", LINETYPE |
NOARGS
},
133
{ "dumpdef", DUMPTYPE |
NOARGS
},
134
{ "shift", SHIFTYPE |
NOARGS
},
137
{ "undivert", UNDVTYPE |
NOARGS
},
138
{ "divnum", DIVNTYPE |
NOARGS
},
[
all
...]
mdef.h
93
#define
NOARGS
0x200 /* builtin needs no args */
look.c
290
if (d->type & (
NOARGS
|NEEDARGS))
293
(d->type & (
NOARGS
|NEEDARGS)) ? 'F' : 'T',
/src/libexec/ftpd/
ftpcmd.y
1220
#define
NOARGS
9 /* No arguments allowed */
1229
{ "CDUP", CDUP,
NOARGS
, 1, "(change to parent directory)", 0, },
1231
{ "QUIT", QUIT,
NOARGS
, 1, "(terminate service)", 0, },
1232
{ "REIN", REIN,
NOARGS
, 0, "(reinitialize server state)", 0, },
1236
{ "PASV", PASV,
NOARGS
, 1, "(set server in passive mode)", 0, },
1250
{ "ABOR", ABOR,
NOARGS
, 4, "(abort operation)", 0, },
1254
{ "PWD", PWD,
NOARGS
, 1, "(return current directory)", 0, },
1258
{ "SYST", SYST,
NOARGS
, 1, "(get type of operating system)", 0, },
1261
{ "NOOP", NOOP,
NOARGS
, 2, "", 0, },
1268
{ "CCC", CCC,
NOARGS
, 1, "(Disable data protection)", 0, }
[
all
...]
/src/usr.bin/rs/
rs.c
76
#define
NOARGS
0200000
143
if (flags &
NOARGS
&& curlen < owidth)
398
flags |=
NOARGS
| TRANSPOSE;
Completed in 147 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025