Lines Matching full:comma
1252 space. Parentheses within each argument must balance; a comma within
1255 prevent a comma from separating arguments. Thus,
1286 there must be exactly one comma at the top level of its argument list.
1507 string. In standard C, you cannot omit the comma separating the named
1510 will be an extra comma after the format string.
1522 between a comma and a variable argument. If you write
1527 then the comma before the `##' will be deleted. This does _not_ happen
1529 preceding `##' is anything other than a comma.
1538 comma must remain, however the existing GCC extension used to swallow
1539 the comma. So CPP retains the comma when conforming to a specific C
1556 Previous versions of CPP implemented the comma-deletion extension
1560 a comma, and there must be white space between that comma and whatever
2496 The extra pair of parentheses prevents the comma in `foo''s
3324 within parentheses, are comma-separated, and can cross physical lines.
3327 a following comma or parenthesis that comes before the closing quote is
3801 a comma and a variable arguments parameter, and the variable
3802 argument is omitted entirely, the comma will be removed from the
3804 `##' is not a comma, then `##' behaves as a normal token paste.