HomeSort by: relevance | last modified time | path
    Searched defs:nextarg (Results 1 - 3 of 3) 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 in typeref:typename:char *
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 in function:WDECL
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 in function:__find_arguments
    [all...]

Completed in 14 milliseconds