Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dcommand.c414 #define isinword(ch) (isalnum(ch) || (ch) == '_') macro
427 if ((pos != big && isinword(pos[-1])) || isinword(pos[len])) in strstrword()