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

/ast/src/cmd/ksh93/sh/
H A Dlex.c81 char last_quote; /* last multi-line quote character */ member in struct:lexstate
503 lp->lex.last_quote = 0;
791 if(lp->lexd.warn && lp->lex.last_quote && shp->inlineno > lp->lastline && fcpeek(-2)!='$')
792 errormsg(SH_DICT,ERROR_warn(0),e_lexlongquote,lp->lastline,lp->lex.last_quote);
793 lp->lex.last_quote = 0;
802 lp->lex.last_quote = '\'';
834 if(lp->lexd.warn && lp->lex.last_quote && shp->inlineno > lp->lastline)
835 errormsg(SH_DICT,ERROR_warn(0),e_lexlongquote,lp->lastline,lp->lex.last_quote);
836 lp->lex.last_quote=0;
847 lp->lex.last_quote
[all...]

Completed in 42 milliseconds