Home
last modified time | relevance | path

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

/third_party/musl/src/stdio/
Dvfwscanf.c240 int gotmatch = 0; in vfwscanf() local
280 gotmatch=1; in vfwscanf()
284 if (t == 'c' || !gotmatch) goto match_fail; in vfwscanf()
/third_party/mksh/
Deval.c586 bool gotmatch; in expand() local
590 gotmatch = tobool(gmatchx(sbeg, pat, false)); in expand()
592 if (gotmatch) in expand()