Lines Matching defs:num_args
38 num_args=(nargs); \
39 LEXOUT(("v(%s%d) ", yytext, num_args)); \
40 if(num_args > 0) { BEGIN(val); } \
53 static int num_args = 0;
61 num_args = 0;
597 if(--num_args == 0) { BEGIN(INITIAL); }
605 if(--num_args == 0) { BEGIN(INITIAL); }
618 if(--num_args == 0) { BEGIN(INITIAL); }
626 if(--num_args == 0) { BEGIN(INITIAL); }
711 if(--num_args == 0) { BEGIN(INITIAL); }