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

/freebsd-current/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh250 argcount = 1;
253 argcount = 0;
254 if (argcount != 0) {
257 argcount++;
271 argcount = 2;
273 argcount = 3;
332 } else if (argcount != 0) {
349 } else if ( argcount != 0 ) {
359 if (pointer == 0 && argcount != 0 && argtype != "" )
389 for (i = 1; i < argcount;
[all...]
/freebsd-current/sbin/fsdb/
H A Dfsdb.h58 int argcount(struct cmdtable *cmdp, int argc, char *argv[]);
H A Dfsdbutil.c92 argcount(struct cmdtable *cmdp, int argc, char *argv[]) function
H A Dfsdb.c312 rval = argcount(cmdp, cmd_argc, cmd_argv);
/freebsd-current/usr.bin/rpcgen/
H A Drpc_main.c91 static int argcount = 0; variable
1022 if (argcount >= argmax)
1026 arglist[argcount++] = xstrdup(cp);
1028 arglist[argcount++] = NULL;
1039 if (argcount >= argmax)
1043 for (i = argcount - 1; i >= place; i--)
1047 argcount++;
/freebsd-current/usr.bin/mail/
H A Dextern.h82 int argcount(char **);
H A Dutil.c113 argcount(char **argv) function
H A Dcmd3.c703 c = argcount(namelist) + 1;
/freebsd-current/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c528 goto argcount;
533 goto argcount;
538 goto argcount;
555 goto argcount;
572 argcount:

Completed in 158 milliseconds