Home
last modified time | relevance | path

Searched defs:inword (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/libreadline/
HDtext.c1239 int inword, c, nc, nop; local
/trueos/contrib/nvi/vi/
HDvi.h13 #define inword(ch) ((ch) == '_' || (ISGRAPH(ch) && !ISPUNCT(ch))) macro