Searched refs:gotmatch (Results 1 – 2 of 2) sorted by relevance
240 int gotmatch = 0; in vfwscanf() local280 gotmatch=1; in vfwscanf()284 if (t == 'c' || !gotmatch) goto match_fail; in vfwscanf()
586 bool gotmatch; in expand() local590 gotmatch = tobool(gmatchx(sbeg, pat, false)); in expand()592 if (gotmatch) in expand()