Searched refs:yylstate (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dreject.c115 #pragma weak yylstate macro
117 extern struct {int *yyaa, *yybb; int *yystops; } *yylstate[], **yylsp, **yyolsp;
129 while (yylsp-- > yylstate) {
156 while (yyback((*yylsp)->yystops, -m) != 1 && yylsp > yylstate) {
H A Dncform31 struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp;
64 lsp = yylstate;
122 if(lsp > &yylstate[YYLMAX]) {
140 if(lsp > &yylstate[YYLMAX]) {
158 if(lsp > &yylstate[YYLMAX]) {
191 while (lsp-- > yylstate){
196 while(yyback((*lsp)->yystops,-*yyfnd) != 1 && lsp > yylstate){
H A Dnceucform41 struct yysvf *yylstate [YYLMAX], **yylsp, **yyolsp;
72 lsp = yylstate;
151 if(lsp > &yylstate[YYLMAX]) {
169 if(lsp > &yylstate[YYLMAX]) {
187 if(lsp > &yylstate[YYLMAX]) {
220 while (lsp-- > yylstate){
225 while(yyback((*lsp)->yystops,-*yyfnd) != 1 && lsp > yylstate){

Completed in 45 milliseconds