Home | History | Annotate | Download | only in nasm

Lines Matching refs:comma

767                 error(ERR_FATAL, "expected comma");
1961 { /* got a comma/brace */
1967 * for the comma.
1978 t = t->next; /* eat the comma */
2070 "`%s' expects two comma-separated arguments",
2083 error(ERR_NONFATAL, "`%s': more than one comma on line",
4691 int comma = (!m->plus || i < nparam - 1);
4696 t = t->next, brace = TRUE, comma = FALSE;
4701 if (comma && t->type == TOK_OTHER && !strcmp(t->text, ","))
4702 break; /* ... because we have hit a comma */
4703 if (comma && t->type == TOK_WHITESPACE && tok_is_(t->next, ","))
4704 break; /* ... or a space then a comma */