Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dsh.c603 static int anystart(char *s, char **try) in anystart() function
646 } else if ((ii = anystart(ss, (void *)redirectors))) return ss+ii; in parse_word()
679 ss = end + anystart(end, (char *[]){";;&", ";;", ";&", ";", "||", in parse_word()
2101 sss = ss + anystart(ss, (void *)redirectors); in expand_redir()