HomeSort by relevance Sort by last modified time
    Searched full:iswword (Results 1 - 1 of 1) sorted by null

  /system/core/toolbox/grep/
util.c 276 #define iswword(x) (iswalnum((x)) || (x) == L'_') macro
337 if (iswword(wbegin) || iswword(wend))

Completed in 59 milliseconds