HomeSort by: relevance | last modified time | path
    Searched refs:iswword (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/grep/
util.c 277 #define iswword(x) (iswalnum((x)) || (x) == L'_') macro
338 if (iswword(wbegin) || iswword(wend))

Completed in 11 milliseconds