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

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Ddoscan.c55 * _sptab[c+1] is 1 iff 'c' is a white space character according to the
59 static char _sptab[1+256] = { variable
79 #define isws(c) ((_sptab + 1)[c] != 0)

Completed in 54 milliseconds