Home
last modified time | relevance | path

Searched refs:nextchar (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/editors/
Dawk.c848 static char nextchar(char **s) in nextchar() function
873 while ((*s1 = nextchar(&s)) != '\0') in unescape_string_in_place()
1136 *s++ = nextchar(&pp); in next_token()