Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/sh/
H A Dlex.c81 char last_quote; /* last multi-line quote character */ member
483 lp->lex.last_quote = 0; in sh_lex()
746 if(lp->lexd.warn && lp->lex.last_quote && shp->inlineno > lp->lastline) in sh_lex()
747 errormsg(SH_DICT,ERROR_warn(0),e_lexlongquote,lp->lastline,lp->lex.last_quote); in sh_lex()
748 lp->lex.last_quote = 0; in sh_lex()
757 lp->lex.last_quote = '\''; in sh_lex()
789 if(lp->lexd.warn && lp->lex.last_quote && shp->inlineno > lp->lastline) in sh_lex()
790 errormsg(SH_DICT,ERROR_warn(0),e_lexlongquote,lp->lastline,lp->lex.last_quote); in sh_lex()
791 lp->lex.last_quote=0; in sh_lex()
802 lp->lex.last_quote = c; in sh_lex()