Lines Matching refs:docword
90 char docword; member
200 if(lp->lexd.dolparen && lp->lexd.docword) in lex_advance()
248 if(lp->lexd.docword && docextra) in lexfill()
275 lp->lexd.nocopy = lp->lexd.docword = lp->lexd.nest = lp->lexd.paren = 0; in sh_lexopen()
342 else if(lp->lexd.docword) in sh_lex()
346 lp->lexd.docword++; in sh_lex()
352 lp->lexd.docword=0; in sh_lex()
535 lp->lexd.docword=1; in sh_lex()
679 else if(lp->lexd.docword) in sh_lex()
712 else if(lp->lexd.docword) in sh_lex()
1242 if(lp->lexd.docword) in sh_lex()
1323 if(c==0 || (c&(ARG_MAC|ARG_EXP)) || (lp->lexd.warn && !lp->lexd.docword)) in sh_lex()
1476 lp->lex.skipword = lp->lexd.docword = 0; in sh_lex()
1625 if(lp->lexd.docword>1) in nested_here()
1629 lp->lexd.docword = 0; in nested_here()