Home
last modified time | relevance | path

Searched defs:isunary (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dkobj_lex.h47 #define isunary(ch) ((ch) == '~' || (ch) == '-') macro
/titanic_50/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.h63 #define isunary(ch) ((ch) == '~' || (ch) == '-') macro
/titanic_50/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c35 #define isunary(ch) ((ch) == '~' || (ch) == '-') macro