Searched defs:_isword (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/edit/
H A Demacs.c91 static int _isword(int);
92 # define isword(c) _isword(out[c])
1569 static int _isword(register int c) function

Completed in 13 milliseconds