Home
last modified time | relevance | path

Searched refs:UNARY (Results 1 – 6 of 6) sorted by last modified time

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c148 case UNARY: in freeexpr()
202 case UNARY: in setop_reduce()
230 case UNARY: in setop_reduce()
252 case UNARY: in reduce()
261 *nexp = setop_reduce(UNARY, oop, stk, exp1, NULL, NULL); in reduce()
720 result = reduce(&nexp, UNARY, exp, stk); in plural_expr()
864 case UNARY: in plural_eval()
H A Dplural_parser.h38 #define UNARY 1 macro
/illumos-gate/usr/src/cmd/oawk/
H A Db.c51 #define UNARY case FINAL: case STAR: case PLUS: case QUEST: macro
137 UNARY in penter()
162 UNARY in freetr()
245 UNARY in cfoll()
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dpreprocessor2.c3 #define UNARY(x) BINARY(x) macro
6 UNARY(TWO)
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dtest-suite.rst155 #define UNARY(x) BINARY(x)
158 UNARY(TWO)
/illumos-gate/usr/src/cmd/awk/
H A Db.c74 #define UNARY case STAR: case PLUS: case QUEST: macro
241 UNARY in penter()
266 UNARY in freetr()
444 UNARY in cfoll()