Searched refs:iswword (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/upstream-netbsd/usr.bin/grep/
H A Dutil.c277 #define iswword(x) (iswalnum((x)) || (x) == L'_') macro
338 if (iswword(wbegin) || iswword(wend))

Completed in 70 milliseconds