Searched refs:_isword (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/edit/ | ||
H A D | emacs.c | 91 static int _isword(int); 92 # define isword(c) _isword(out[c]) 1479 static int _isword(register int c) function |
Completed in 59 milliseconds