Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/lex/common/
H A Dsub1.c779 case RNULLS: nullstr[tptr] = TRUE; break; in mn0()
818 case RNULLS: in dupl()
969 case RNULLS: in treedump()
H A Dldefs.h110 #define RNULLS 0x4006 macro
H A Dsub2.c59 case 1: case RSTR: case RCCL: case RNCCL: case RNULLS: in cfoll()
240 case RNULLS: case FINAL: in first()
379 case RNULLS: in cgoto()
H A Dparser.y242 else if($2.i == 0) $$.i = mn0(RNULLS);
285 ={ $$.i = mn0(RNULLS); }