Searched refs:anystr (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | sh.c | 815 static int anystr(char *s, char **try) in anystr() function 3278 if (3 == (pl->type = anystr(s, tails) ? 3 : 2)) { in parse_line() 3318 if (!anystr(end, tails)) dlist_add(expect, 0); in parse_line() 3323 if (!pl->type && anystr(s, (char *[]){"then", "do", "esac", "}", "]]", ")", in parse_line()
|