Home
last modified time | relevance | path

Searched refs:isunary (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dkobj_lex.h47 #define isunary(ch) ((ch) == '~' || (ch) == '-') macro
/titanic_44/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.h63 #define isunary(ch) ((ch) == '~' || (ch) == '-') macro
H A Dcfga_conf.c259 } else if (isunary(ch)) { in ib_lex()
/titanic_44/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c35 #define isunary(ch) ((ch) == '~' || (ch) == '-') macro
390 } else if (isunary(ch)) { in lex()
/titanic_44/usr/src/uts/common/os/
H A Dmodsysfile.c344 } else if (isunary(ch)) { in kobj_lex()