Searched refs:iswword (Results 1 – 1 of 1) sorted by relevance
277 #define iswword(x) (iswalnum((x)) || (x) == L'_') macro338 if (iswword(wbegin) || iswword(wend)) in procline()