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

  /external/libppp/src/
command.c 411 #define isinword(ch) (isalnum(ch) || (ch) == '_') macro
424 if ((pos != big && isinword(pos[-1])) || isinword(pos[len]))
    [all...]

Completed in 458 milliseconds