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

/ast/src/lib/libast/misc/
H A Dcmdlib.h38 int argcount; /* current arg count */ \
H A Dcmdarg.c241 if ((cmd->flags & CMD_MINIMUM) && cmd->argcount < cmd->argmax)
244 (*cmd->errorf)(NiL, cmd, 2, "%d arg command would be too long", cmd->argcount);
247 cmd->total.args += cmd->argcount;
249 cmd->argcount = 0;
381 cmd->argcount++;
382 if (cmd->argcount >= cmd->argmax && (i = cmdflush(cmd)) > r)
386 cmd->argcount += len;
399 if ((cmd->flags & CMD_EXACT) && cmd->argcount < cmd->argmax)
402 (*cmd->errorf)(NiL, cmd, 2, "only %d arguments for last command", cmd->argcount);
/ast/src/cmd/nmake/
H A Dvariable.c309 argcount();
H A Dmake.h930 extern void argcount(void);
H A Dparse.c428 argcount(void) function

Completed in 35 milliseconds