Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c84 char last_quote; /* last multi-line quote character */ member
506 lp->lex.last_quote = 0; in sh_lex()
796 if(lp->lexd.warn && lp->lex.last_quote && shp->inlineno > lp->lastline && fcpeek(-2)!='$') in sh_lex()
797 errormsg(SH_DICT,ERROR_warn(0),e_lexlongquote,lp->lastline,lp->lex.last_quote); in sh_lex()
798 lp->lex.last_quote = 0; in sh_lex()
807 lp->lex.last_quote = '\''; in sh_lex()
839 if(lp->lexd.warn && lp->lex.last_quote && shp->inlineno > lp->lastline) in sh_lex()
840 errormsg(SH_DICT,ERROR_warn(0),e_lexlongquote,lp->lastline,lp->lex.last_quote); in sh_lex()
841 lp->lex.last_quote=0; in sh_lex()
852 lp->lex.last_quote = c; in sh_lex()