Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dkobj_lex.h47 #define isunary(ch) ((ch) == '~' || (ch) == '-') macro
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.h61 #define isunary(ch) ((ch) == '~' || (ch) == '-') macro
H A Dcfga_conf.c259 } else if (isunary(ch)) { in ib_lex()
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c33 #define isunary(ch) ((ch) == '~' || (ch) == '-') macro
388 } else if (isunary(ch)) { in lex()
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c353 } else if (isunary(ch)) { in kobj_lex()