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

/macosx-10.9.5/vim-53/src/
H A Dvimrun.c56 int inquote = 0; local
74 inquote = !inquote;
75 else if (!inquote && *p == ' ')
H A Dsearch.c1721 int inquote = FALSE; /* TRUE when inside quotes */ local
2198 inquote = FALSE;
2205 inquote = TRUE;
2209 inquote = TRUE;
2219 inquote = at_start;
2220 if (inquote)
2224 inquote = TRUE;
2237 * Things inside quotes are ignored by setting 'inquote'. If we
2238 * find a quote without a preceding '\' invert 'inquote'. At the
2239 * end of a line not ending in '\' we reset 'inquote'
[all...]
H A Dgui_w48.c3779 int inquote; local
3831 inquote = FALSE;
3835 while (*p != NUL && (inquote || (*p != ' ' && *p != '\t')))
3852 inquote = !inquote;
H A Dos_unix.c3824 int inquote;
3857 inquote = FALSE;
3864 while (*p && (inquote || (*p != ' ' && *p != TAB)))
3867 inquote = !inquote;
/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A DtclAppInit.c232 int argc, size, inquote, copy, slashes;
269 inquote = 0;
280 if ((inquote) && (p[1] == '"')) {
284 inquote = !inquote;
296 if ((*p == '\0') || (!inquote &&
229 int argc, size, inquote, copy, slashes; local
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A DtclAppInit.c301 int argc, size, inquote, copy, slashes;
338 inquote = 0;
349 if ((inquote) && (p[1] == '"')) {
353 inquote = !inquote;
366 || (!inquote && ((*p == ' ') || (*p == '\t')))) { /* INTL: ISO space. */
297 int argc, size, inquote, copy, slashes; local
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/win/
H A DwinMain.c301 int argc, size, inquote, copy, slashes;
338 inquote = 0;
349 if ((inquote) && (p[1] == '"')) {
353 inquote = !inquote;
366 || (!inquote && ((*p == ' ') || (*p == '\t')))) { /* INTL: ISO space. */
298 int argc, size, inquote, copy, slashes; local
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DwinMain.c336 int argc, size, inquote, copy, slashes;
373 inquote = 0;
384 if ((inquote) && (p[1] == '"')) {
388 inquote = !inquote;
400 if ((*p == '\0') || (!inquote &&
332 int argc, size, inquote, copy, slashes; local
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DwinMain.c284 int argc, size, inquote, copy, slashes;
321 inquote = 0;
332 if ((inquote) && (p[1] == '"')) {
336 inquote = !inquote;
349 || (!inquote && ((*p == ' ') || (*p == '\t')))) { /* INTL: ISO space. */
281 int argc, size, inquote, copy, slashes; local
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/dsaschema/
H A Ddsaschema.c319 int inquote; local
337 for ( inquote = 0; *next; ) {
340 if ( inquote ) {
341 inquote = 0;
343 inquote = 1;
356 if ( ! inquote ) {
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dlex.c2107 register int inquote=0, inlit=0; /* set within quoted strings */ local
2147 inquote = 1;
2161 if(!(inquote&1))
2184 inquote = inquote^1;
2223 inquote <<= 1;
2226 if(inquote&1)
2231 inquote |= 1;
2235 if((mode==0||(mode<0&&bracket)) || (inquote&1))
2268 if(!(inquote
[all...]
/macosx-10.9.5/autofs-234/automountlib/
H A Dauto_subr.c557 register int escaped, inquote, quoted; local
561 escaped = inquote = quoted = 0;
571 inquote = !inquote;
578 *qp++ = (inquote || escaped) ? '^' : ' ';
/macosx-10.9.5/ksh-20/ksh/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.c596 char inquote = 0; local
686 inquote = 0;
707 qlen += inquote;
708 inquote ^= 1;
712 if(inquote)
/macosx-10.9.5/postfix-252/postfix/src/postscreen/
H A Dpostscreen_smtpd.c442 int inquote = 0; local
467 if (!inquote && *cp == stop_at)
470 inquote = !inquote;
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/win/
H A DtclXwinOS.c116 int argc, size, inquote, copy, slashes;
153 inquote = 0;
164 if ((inquote) && (p[1] == '"')) {
168 inquote = !inquote;
180 if ((*p == '\0') || (!inquote && isspace(*p))) {
114 int argc, size, inquote, copy, slashes; local
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dconfig.c575 int inquote=0; local
585 inquote = 1;
593 if ( inquote && ( !ptr[1] || isspace((unsigned char) ptr[1]))) {
597 inquote = 1;
601 if ( inquote )
2112 int inquote; local
2130 for ( inquote = 0; *next; ) {
2133 if ( inquote ) {
2134 inquote = 0;
2136 inquote
[all...]
/macosx-10.9.5/libresolv-54/
H A Dres_mkupdate.c710 int inquote = 0; local
736 inquote = !inquote;
767 } else if (!inquote && isspace(c))
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dcommands.c76 int inquote = 0; local
84 if (inquote) {
85 if (c == inquote) {
86 inquote = 0;
94 inquote = '"';
97 inquote = '\'';
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dcommands.c176 int inquote = 0; local
184 if (inquote) {
185 if (c == inquote) {
186 inquote = 0;
194 inquote = '"';
197 inquote = '\'';
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dlex.c1020 int inquote, unmatched = 0; local
1392 inquote = 0; local
1408 if ((inquote = !inquote))
1415 if (inquote)
H A Dutils.c5039 int inquote = 0, c; local
5079 if(inquote) {
5082 inquote=0;
5087 if (!inquote) {
5090 inquote=1;
5100 if (inquote) {
5119 int inquote = 0; local
5130 if(inquote) {
5132 inquote = 0;
5138 if(!inquote) {
[all...]
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Detags.c3268 bool incomm, inquote, inchar, quotednl, midtoken;
3291 midtoken = inquote = inchar = incomm = quotednl = FALSE;
3335 else if (inquote)
3340 inquote = FALSE;
3382 inquote = TRUE;
3429 midtoken = inquote = inchar = incomm = quotednl = FALSE;
4374 bool inquote = FALSE;
4382 if (inquote || (*dbp == '"'))
4384 dbp = etags_strchr ((inquote) ? dbp : dbp+1, '"');
4387 inquote
3257 bool incomm, inquote, inchar, quotednl, midtoken; local
4360 bool inquote = FALSE; local
4773 inquote, /* point is inside '..' string */ local
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Ded.chared.c798 Char inquote = 0; local
809 if (inquote || *(p-1) != (Char)'\\') { /* Should it be honored? */
810 if (inquote == 0) inquote = *p;
811 else if (inquote == *p) inquote = 0;
815 if (!inquote && Strchr(delim, *p) && *(p-1) != (Char)'\\')
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el17433 (inquote nil)
17597 (when (and inquote (string-match "^\\*+" line))
17599 (setq inquote nil))
17601 (when inquote
17770 (setq inquote t)))
17850 (when inquote (insert "</pre>\n"))

Completed in 307 milliseconds