Lines Matching defs:comma
3182 int comma = 0;
3194 comma = p->l.t == BC_LEX_COMMA;
3195 if (comma) {
3201 if (comma) return bc_parse_err(p, BC_ERROR_PARSE_TOKEN);
3457 int comma = 0;
3475 comma = (p->l.t == BC_LEX_COMMA);
3477 if (comma) s = bc_lex_next(&p->l);
3488 if (comma) return bc_parse_err(p, BC_ERROR_PARSE_TOKEN);
3814 int comma = 0, voidfn;
3875 comma = p->l.t == BC_LEX_COMMA;
3876 if (comma) {
3885 if (comma) return bc_parse_err(p, BC_ERROR_PARSE_FUNC);
3905 int comma, one;
3912 p->auto_part = comma = 0;
3940 comma = p->l.t == BC_LEX_COMMA;
3941 if (comma) {
3950 if (comma) return bc_parse_err(p, BC_ERROR_PARSE_FUNC);