Lines Matching refs:inquote
2050 register int inquote=0, inlit=0; /* set within quoted strings */ in sh_endword() local
2090 inquote = 1; in sh_endword()
2104 if(!(inquote&1)) in sh_endword()
2126 inquote = inquote^1; in sh_endword()
2165 inquote <<= 1; in sh_endword()
2168 if(inquote&1) in sh_endword()
2173 inquote |= 1; in sh_endword()
2177 if((mode==0||(mode<0&&bracket)) || (inquote&1)) in sh_endword()
2210 if(!(inquote&1) && sh_lexstates[ST_NORM][n]==0) in sh_endword()
2213 if(!(inquote&1) || (sh_lexstates[ST_QUOTE][n] && n!=RBRACE)) in sh_endword()
2225 if(!inlit && !(inquote&1)) in sh_endword()
2227 inquote >>= 1; in sh_endword()
2232 inquote = 1; in sh_endword()
2234 else if((inlit||inquote) && mode<0) in sh_endword()
2250 if(inlit || (bracket&&inquote)) in sh_endword()
2261 inquote = 0; in sh_endword()