Lines Matching defs:inquote
2111 register int inquote=0, inlit=0; /* set within quoted strings */
2151 inquote = 1;
2165 if(!(inquote&1))
2188 inquote = inquote^1;
2227 inquote <<= 1;
2230 if(inquote&1)
2235 inquote |= 1;
2239 if((mode==0||(mode<0&&bracket)) || (inquote&1))
2272 if(!(inquote&1) && sh_lexstates[ST_NORM][n]==0)
2275 if(!(inquote&1) || (sh_lexstates[ST_QUOTE][n] && n!=RBRACE))
2287 if(!inlit && !(inquote&1))
2289 inquote >>= 1;
2294 inquote = 1;
2296 else if((inlit||inquote) && mode<0)
2312 if(inlit || (bracket&&inquote))
2323 inquote = 0;