Home
last modified time | relevance | path

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

/xv6-public/
H A Dsh.c311 peek(char **ps, char *es, char *toks) in peek() argument
319 return *s && strchr(toks, *s); in peek()