Searched defs:inquote (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/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.c596 char inquote = 0; local
686 inquote = 0;
707 qlen += inquote;
708 inquote ^= 1;
712 if(inquote)
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c754 int inquote = 0; local
780 inquote = !inquote;
811 } else if (!inquote && isspace(c))
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dlex.c2111 register int inquote=0, inlit=0; /* set within quoted strings */ local
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
[all...]

Completed in 52 milliseconds