Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/readline/
H A Dtext.c1287 int inword, c, nc, nop; local
/dragonfly/contrib/nvi2/vi/
H A Dvi.h11 #define inword(ch) ((ch) == '_' || (ISGRAPH(ch) && !ISPUNCT(ch))) macro