Searched refs:nextchar (Results 1 – 4 of 4) sorted by relevance
146 static char *nextchar; variable411 nextchar = NULL; in _getopt_initialize()548 if (nextchar == NULL || *nextchar == '\0') in _getopt_internal()621 nextchar = (argv[optind] + 1 in _getopt_internal()652 for (nameend = nextchar; *nameend && *nameend != '='; nameend++) in _getopt_internal()658 if (!strncmp (p->name, nextchar, nameend - nextchar)) in _getopt_internal()660 if ((unsigned int) (nameend - nextchar) in _getopt_internal()685 nextchar += strlen (nextchar); in _getopt_internal()716 nextchar += strlen (nextchar); in _getopt_internal()733 nextchar += strlen (nextchar); in _getopt_internal()[all …]
179 enum expr_mode mode, char *nextchar);
462 int nextchar = ','; in get_operands() local464 while (nextchar == ',') in get_operands()504 nextchar = *p++; in get_operands()508 if (nextchar != ',') in get_operands()
1750 enum expr_mode mode ATTRIBUTE_UNUSED, char *nextchar) in tic6x_parse_name() argument1772 *input_line_pointer = *nextchar; in tic6x_parse_name()1834 *nextchar = *input_line_pointer; in tic6x_parse_name()