Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c57 case 1: case RSTR: case RCCL: case RNCCL: case RNULLS: in cfoll()
67 if (i == RSTR) in cfoll()
177 case RSTR: in follow()
251 (name[parent[v]] != RSTR) && in first()
280 case PLUS: case RSTR: in first()
292 (name[parent[v]] != RSTR) && in first()
373 case RSTR: in cgoto()
466 (j == RSTR && c == right[curpos]) || in nextstate()
H A Dsub1.c692 case RSTR: in mn2()
827 case RSTR: case RSCON: case RXSCON: in dupl()
937 case RSTR: in treedump()
H A Dldefs.h102 #define RSTR 0x4002 macro
H A Dsub3.c258 } else if (c == RSTR) { in repbycgid()
H A Dparser.y184 i = mn2(RSTR,i,(unsigned)(*p++));
/illumos-gate/usr/src/head/
H A Dfatal.h48 #define FRSTR() RSTR(Fflags, old_Fflags);
H A Dmacros.h70 #define RSTR(name, place) name = place; } macro