Searched refs:nextchar (Results 1 – 1 of 1) sorted by relevance
848 static char nextchar(char **s) in nextchar() function873 while ((*s1 = nextchar(&s)) != '\0') in unescape_string_in_place()1136 *s++ = nextchar(&pp); in next_token()