Home
last modified time | relevance | path

Searched defs:iswhite (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/tic/
H A Dtic_scan.c91 #define iswhite(ch) (ch == ' ' || ch == '\t') macro
/titanic_41/usr/src/uts/common/sys/
H A Dkobj_lex.h49 #define iswhite(ch) ((ch) == ' ' || (ch) == '\t') macro
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dexportent.c241 #define iswhite(c) ((c) == ' ' || c == '\t') macro
/titanic_41/usr/src/lib/libxcurses/src/tic/
H A Dticscan.c48 #define iswhite(ch) (ch == ' ' || ch == '\t') macro
/titanic_41/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.h64 #define iswhite(ch) ((ch) == ' ' || (ch) == '\t') macro
/titanic_41/usr/src/tools/ndrgen/
H A Dndr_lex.c65 #define iswhite(c) ((c) == ' ' || (c) == '\t' || (c) == '\n' || (c) == '\f') macro
/titanic_41/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c36 #define iswhite(ch) ((ch) == ' ' || (ch) == '\t') macro
/titanic_41/usr/src/cmd/vi/misc/
H A Dctags.c66 #define iswhite(arg) (_wht[arg]) /* T if char is white */ macro
/titanic_41/usr/src/cmd/vi/port/
H A Dex_subr.c247 iswhite(int c) in iswhite() function