Searched refs:iswhite (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.h60 #define iswhite(ch) ((ch) == ' ' || (ch) == '\t') macro
H A Dcfga_conf.c253 if (iswhite(ch) || (ch == '\n')) {
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticscan.c48 #define iswhite(ch) (ch == ' ' || ch == '\t') macro
114 while ((ch = next_char()) == '\n' || iswhite(ch)) {
279 while (iswhite(line[curr_column]))
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c36 #define iswhite(ch) ((ch) == ' ' || (ch) == '\t') macro
384 if (iswhite(ch) || (ch == '\n')) {

Completed in 33 milliseconds