Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c791 int tempty; in setup() local
793 tempty = prdptr[nprod][1]; in setup()
794 if (tempty < 0) in setup()
802 else if (tempty >= NTBASE) in setup()
803 tempty = nontrst[tempty-NTBASE].tvalue; in setup()
805 tempty = TYPE(toklev[tempty]); in setup()
806 if (tempty != nontrst[*prdptr[nprod]-NTBASE].tvalue) { in setup()
/illumos-gate/usr/src/lib/libdemangle/common/
H A Dcxx.c67 static boolean_t tempty(const cpp_db_t *);
3780 if (tempty(db)) in parse_template_param()
4006 tempty(const cpp_db_t *db) in tempty() function