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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dlex.c84 char last_quote; /* last multi-line quote character */ member in struct:lexstate
498 lp->lex.last_quote = 0;
785 if(lp->lexd.warn && lp->lex.last_quote && shp->inlineno > lp->lastline)
786 errormsg(SH_DICT,ERROR_warn(0),e_lexlongquote,lp->lastline,lp->lex.last_quote);
787 lp->lex.last_quote = 0;
796 lp->lex.last_quote = '\'';
828 if(lp->lexd.warn && lp->lex.last_quote && shp->inlineno > lp->lastline)
829 errormsg(SH_DICT,ERROR_warn(0),e_lexlongquote,lp->lastline,lp->lex.last_quote);
830 lp->lex.last_quote=0;
841 lp->lex.last_quote
[all...]

Completed in 15 milliseconds