Searched refs:skip_past_comma (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-score.c885 skip_past_comma (char **str) function
917 || skip_past_comma (&str) == (int) FAIL
919 || skip_past_comma (&str) == (int) FAIL
1326 || skip_past_comma (&str) == (int) FAIL
1359 && skip_past_comma (&str) != (int) FAIL
1372 && skip_past_comma (&str) != (int) FAIL
1374 && skip_past_comma (&str) != (int) FAIL)
1385 && skip_past_comma (&str) != (int) FAIL
1387 && skip_past_comma (&str) != (int) FAIL
1399 || skip_past_comma (
[all...]
H A Dtc-arm.c758 #define skip_past_comma(str) skip_past_char (str, ',')
1483 while (skip_past_comma (&str) != FAIL
1712 while (skip_past_comma (&str) != FAIL);
1899 while ((count != 1 || leading_brace) && skip_past_comma (&ptr) != FAIL);
3299 if (skip_past_comma (&input_line_pointer) != FAIL)
3469 while (skip_past_comma (&input_line_pointer) != FAIL);
3602 while (skip_past_comma (&input_line_pointer) != FAIL);
3701 if (skip_past_comma (&input_line_pointer) != FAIL)
3764 if (skip_past_comma (&input_line_pointer) == FAIL)
3777 if (skip_past_comma (
756 #define skip_past_comma macro
[all...]

Completed in 84 milliseconds