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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dlex.c105 int *lex_match; member in struct:lexdata
121 ((lp->lexd.lex_match[lp->lexd.level++]=lp->lexd.lastc),\
126 #define poplevel(lp) (lp->lexd.lastc=lp->lexd.lex_match[--lp->lexd.level])
2464 if(lp->lexd.lex_match)
2465 lp->lexd.lex_match = (int*)realloc((char*)lp->lexd.lex_match,sizeof(int)*lp->lexd.lex_max);
2467 lp->lexd.lex_match = (int*)malloc(sizeof(int)*STACK_ARRAY);
2468 return(lp->lexd.lex_match!=0);

Completed in 24 milliseconds