Searched refs:next_char (Results 1 – 1 of 1) sorted by relevance
621 char* next_char = line + 2; in parse_interp_spec() local624 next_char += strspn(next_char, " \t"); in parse_interp_spec()627 if (*next_char == '\0') in parse_interp_spec()630 *interp_start = next_char; in parse_interp_spec()633 next_char += strcspn(next_char, " \t"); in parse_interp_spec()634 *interp_len = next_char - *interp_start; in parse_interp_spec()636 if (*next_char == '\0') in parse_interp_spec()639 *next_char++ = '\0'; in parse_interp_spec()642 next_char += strspn(next_char, " \t"); in parse_interp_spec()644 if (*next_char == '\0') in parse_interp_spec()[all …]
Completed in 5 milliseconds