Searched refs:inquote (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dlex.c2176 register int inquote=0, inlit=0; /* set within quoted strings */ local
2216 inquote = 1;
2230 if(!(inquote&1))
2253 inquote = inquote^1;
2292 inquote <<= 1;
2295 if(inquote&1)
2300 inquote |= 1;
2304 if((mode==0||(mode<0&&bracket)) || (inquote&1))
2337 if(!(inquote
[all...]
/ast/src/cmd/nmake/
H A Dscan.c821 register int inquote; local
840 ifparen = inquote = paren = 0;
845 if (!inquote)
856 if (inquote == c)
858 inquote = 0;
861 else if (!inquote && c != '\n')
862 inquote = c == '#' ? '\n' : c;
871 if (!inquote)
995 inquote = '\'';
999 while ((c = sfgetc(fp)) != EOF && c != inquote)
[all...]
/ast/src/cmd/ie/
H A Dedit.c566 char inquote = 0; local
606 inquote = 0;
627 qlen += inquote;
628 inquote ^= 1;
632 qlen += inquote;
634 if(!inquote && !isprint(c))
/ast/src/cmd/ksh93/bltins/
H A Dread.c227 char inquote = 0; local
569 inquote = !inquote;
681 if(inquote)
/ast/src/cmd/ksh93/edit/
H A Dcompletion.c101 register int c,inquote = 0, inassign=0; local
111 if(!inquote)
113 inquote = c;
117 if(inquote==c)
118 inquote = 0;
121 if(inquote != '\'')
125 if(inquote == '\'')
168 if(!inquote)
175 if(!inquote && inassign)
185 if(!inquote
[all...]
H A Dedit.c597 char inquote = 0; local
690 inquote = 0;
711 qlen += inquote;
712 inquote ^= 1;
716 if(inquote)

Completed in 42 milliseconds