Home
last modified time | relevance | path

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

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