Searched refs:scan_comma_elt (Results 1 – 14 of 14) sorted by relevance
50 while ((tag = scan_comma_elt (&p)) != 0) in gen_attr()
403 extern const char *scan_comma_elt (const char **);
474 while ((code = scan_comma_elt (&codes)) != 0) in write_match_code()562 while ((code = scan_comma_elt (&codes)) != 0) in write_match_code_switch()
776 scan_comma_elt (const char **pstr) in scan_comma_elt() function
283 while ((code = scan_comma_elt (&next_code)) != 0) in compute_test_codes()2541 while ((p = scan_comma_elt (&str)) != NULL) in gen_mnemonic_attr()
4633 start = scan_comma_elt (pstr); in next_comma_elt()
22196 (scan_comma_elt): New function. Accepts whitespace in comma lists.22198 * genattr.c (gen_attr): Use scan_comma_elt. Avoid unnecessary22201 (next_comma_elt): Use scan_comma_elt.
26679 * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):26682 (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
283 while ((code = scan_comma_elt (&next_code)) != 0) in compute_test_codes()2544 while ((p = scan_comma_elt (&str)) != NULL) in gen_mnemonic_attr()
4634 start = scan_comma_elt (pstr); in next_comma_elt()