Searched refs:VMS_COMMA (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | read.c | 2263 # define VMS_COMMA ',' in parse_file_seq() macro 2265 # define VMS_COMMA 0 in parse_file_seq() macro 2279 p = find_char_unquote (q, stopchar, VMS_COMMA, 1, 0); in parse_file_seq() 2290 p = find_char_unquote (p+1, stopchar, VMS_COMMA, 1, 0); in parse_file_seq() 2301 p = find_char_unquote (p + 1, stopchar, VMS_COMMA, 1, 0); in parse_file_seq()
|