OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextarg
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/x68k/usr.bin/bellctrl/
bellctrl.c
23
#define
nextarg
(i, argv) \
macro
76
arg =
nextarg
(i, argv);
103
arg =
nextarg
(i, argv);
111
arg =
nextarg
(i, argv);
130
arg =
nextarg
(i, argv);
142
arg =
nextarg
(i, argv);
/src/sbin/restore/
interactive.c
67
static char *
nextarg
= NULL;
variable
124
nextarg
= NULL;
324
if (
nextarg
!= NULL)
353
nextarg
= cp;
358
cp = copynext(
nextarg
, rawname);
360
nextarg
= NULL;
362
nextarg
= cp;
/src/lib/libc/stdio/
vfwprintf.c
687
int
nextarg
; /* 1-based argument index */
local
759
* Get the argument indexed by
nextarg
. If the argument table is
764
((/*CONSTCOND*/argtable != NULL) ? *((type*)(void*)(&argtable[
nextarg
++])) : \
765
(
nextarg
++, va_arg(ap, type)))
794
* Get * arguments, including the form *nn$. Preserve the
nextarg
805
int hold =
nextarg
; \
811
nextarg
= n2; \
813
nextarg
= hold; \
845
nextarg
= 1;
960
nextarg
= n
1548
size_t
nextarg
; \/* 1-based argument index *\/
local
[
all
...]
/src/usr.bin/rpcgen/
rpc_main.c
1017
goto
nextarg
;
1026
goto
nextarg
;
1050
goto
nextarg
;
1056
goto
nextarg
;
1066
goto
nextarg
;
1076
nextarg
:
Completed in 37 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026