Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.h92 #define C_SPLICE (1<<2) macro
97 #define ppismac(c) ((pptype)[c]&(C_ID|C_DIG|C_SPLICE))
98 #define ppissplice(c) ((pptype)[c]&C_SPLICE)
103 #define setsplice(c) ((pptype)[c]|=C_SPLICE)