OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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