Home
last modified time | relevance | path

Searched refs:in_quote (Results 1 – 25 of 641) sorted by relevance

12345678910>>...26

/dports/lang/micropython/micropython-1.17/py/
H A Drepl.c76 int in_quote = Q_NONE; in mp_repl_continue_with_input() local
80 if ((in_quote == Q_NONE || in_quote == Q_3_SINGLE) && i[1] == '\'' && i[2] == '\'') { in mp_repl_continue_with_input()
82 in_quote = Q_3_SINGLE - in_quote; in mp_repl_continue_with_input()
83 } else if (in_quote == Q_NONE || in_quote == Q_1_SINGLE) { in mp_repl_continue_with_input()
84 in_quote = Q_1_SINGLE - in_quote; in mp_repl_continue_with_input()
87 if ((in_quote == Q_NONE || in_quote == Q_3_DOUBLE) && i[1] == '"' && i[2] == '"') { in mp_repl_continue_with_input()
89 in_quote = Q_3_DOUBLE - in_quote; in mp_repl_continue_with_input()
90 } else if (in_quote == Q_NONE || in_quote == Q_1_DOUBLE) { in mp_repl_continue_with_input()
91 in_quote = Q_1_DOUBLE - in_quote; in mp_repl_continue_with_input()
94 if (in_quote != Q_NONE) { in mp_repl_continue_with_input()
[all …]
/dports/shells/viewglob/viewglob-2.0.4/vgseer/
H A Dsanitize.c109 if (in_quote(&s, QT_SINGLE)) { in sanitize()
126 if (in_quote(&s, QT_SINGLE)) in sanitize()
143 if (in_quote(&s, QT_SINGLE) || in_quote(&s, QT_DOUBLE)) in sanitize()
156 if (in_quote(&s, QT_SINGLE)) in sanitize()
171 if (in_quote(&s, QT_SINGLE)) in sanitize()
202 if (in_quote(&s, QT_SINGLE)) in sanitize()
209 if (in_quote(&s, QT_DOUBLE)) { in sanitize()
234 if (in_quote(&s, QT_SINGLE) || in_quote(&s, QT_DOUBLE)) in sanitize()
248 if (in_quote(&s, QT_SINGLE)) in sanitize()
261 if (in_quote(&s, QT_SINGLE) || in_quote(&s, QT_DOUBLE) || in sanitize()
[all …]
/dports/graphics/imlib2/imlib2-1.7.0/src/lib/
H A Dscript.c48 int i, strt = 0, in_quote = 0, str_len; in __imlib_stripwhitespace() local
56 in_quote = (in_quote == 0 ? 1 : 0); in __imlib_stripwhitespace()
57 if (in_quote || !isspace(*(str + i))) in __imlib_stripwhitespace()
149 in_quote = (in_quote == 0 ? 1 : 0); in __imlib_script_parse_parameters()
150 if (!in_quote && parameters[i] == '(') in __imlib_script_parse_parameters()
152 if (!in_quote && parameters[i] == ')') in __imlib_script_parse_parameters()
154 if (!in_quote && parameters[i] == '=' && depth == 0) in __imlib_script_parse_parameters()
282 in_quote = (in_quote == 0 ? 1 : 0); in __imlib_script_parse()
283 if (!in_quote && script[i] == '(') in __imlib_script_parse()
285 if (!in_quote && script[i] == ')') in __imlib_script_parse()
[all …]
/dports/devel/kf5-kio/kio-5.89.0/src/widgets/
H A Dkshellcompletion.cpp155 bool in_quote = false; in splitText() local
167 in_quote = false; in splitText()
170 in_quote = true; in splitText()
173 in_quote = true; in splitText()
269 bool in_quote = false; in unquote() local
278 } else if (in_quote && ch == p_last_quote_char) { in unquote()
279 in_quote = false; in unquote()
280 } else if (!in_quote && ch == m_quote_char1) { in unquote()
282 in_quote = true; in unquote()
283 } else if (!in_quote && ch == m_quote_char2) { in unquote()
[all …]
/dports/devel/p5-JSON-Path/JSON-Path-0.5/lib/JSON/Path/
H A DTokenizer.pm58 my $in_quote;
62 if ( $in_quote && $in_quote eq $char ) {
63 $in_quote = '';
66 $in_quote = $char;
70 if ( $char eq $ESCAPE_CHAR && !$in_quote ) {
77 next if $in_quote;
/dports/devel/libvanessa_adt/vanessa_adt-0.0.9/libvanessa_adt/
H A Dconfig_file.c141 if(!in_escape && in_key && !in_quote){ \
162 if(!in_key && !in_comment && !in_quote){ \
182 if(!in_escape && !in_quote){ \
218 int in_quote = 0; in vanessa_config_file_read_fd() local
300 if (in_quote & DOUBLE_QUOTE) { in vanessa_config_file_read_fd()
301 in_quote ^= in vanessa_config_file_read_fd()
302 in_quote & in vanessa_config_file_read_fd()
308 in_quote |= DOUBLE_QUOTE; in vanessa_config_file_read_fd()
317 if (in_quote & SINGLE_QUOTE) { in vanessa_config_file_read_fd()
318 in_quote ^= SINGLE_QUOTE; in vanessa_config_file_read_fd()
[all …]
/dports/games/hyperrogue/hyperrogue-12.0f/devmods/
H A Dgentrans.cpp99 bool in_quote = false; in check_xlat_content() local
103 if(in_quote) return false; in check_xlat_content()
112 if(s[i] == '"') in_quote = !in_quote; in check_xlat_content()
119 else if(in_quote) literal += s[i]; in check_xlat_content()
149 bool in_quote = false; in check_file() local
168 in_quote = !in_quote; in check_file()
170 else if(in_quote && eat("\\")) { in check_file()
174 else if(!in_quote && eat("(")) { in check_file()
177 else if(!in_quote && eat("?")) { in check_file()
180 else if(!in_quote && (eat(")") || eat(","))) { in check_file()
/dports/mail/elm/elm2.5.8/lib/
H A Dmk_aliases.c396 int in_quote = FALSE; local
405 in_quote = !in_quote;
440 int in_quote = FALSE; local
448 in_quote = !in_quote;
475 int in_quote = FALSE; local
515 in_quote = !in_quote;
517 if (in_quote)
551 in_quote = !in_quote;
553 if (in_quote)
598 in_quote = !in_quote;
[all …]
/dports/games/edge/Edge-1.35-source/glbsp/cmdline/
H A Dmain.c149 int in_quote = 0; in ProcessResponseFile() local
166 if (isspace(ch) && !in_quote) in ProcessResponseFile()
172 in_quote = 0; in ProcessResponseFile()
177 if (isspace(ch) && !in_quote) in ProcessResponseFile()
180 if ((ch == '\n' || ch == '\r') && in_quote) in ProcessResponseFile()
185 in_quote = ! in_quote; in ProcessResponseFile()
197 if (in_quote) in ProcessResponseFile()
/dports/games/glbsp/glbsp-2.20/cmdline/
H A Dmain.c155 int in_quote = 0; in ProcessResponseFile() local
172 if (isspace(ch) && !in_quote) in ProcessResponseFile()
178 in_quote = 0; in ProcessResponseFile()
183 if (isspace(ch) && !in_quote) in ProcessResponseFile()
186 if ((ch == '\n' || ch == '\r') && in_quote) in ProcessResponseFile()
191 in_quote = ! in_quote; in ProcessResponseFile()
203 if (in_quote) in ProcessResponseFile()
/dports/audio/libshout/libshout-2.4.5/src/common/httpp/
H A Dencoding.c401 int in_quote; in __enc_chunked_read_extentions() local
440 in_quote = 0; in __enc_chunked_read_extentions()
442 if (in_quote) { in __enc_chunked_read_extentions()
445 if (in_quote) in __enc_chunked_read_extentions()
451 in_quote = 1; in __enc_chunked_read_extentions()
459 in_quote = 0; in __enc_chunked_read_extentions()
461 if (in_quote) { in __enc_chunked_read_extentions()
492 int in_quote; in __enc_chunked_read() local
585 in_quote = 0; in __enc_chunked_read()
592 if (in_quote) { in __enc_chunked_read()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/lib/libshout-idjc/src/common/httpp/
H A Dencoding.c382 int in_quote; in __enc_chunked_read_extentions() local
421 in_quote = 0; in __enc_chunked_read_extentions()
423 if (in_quote) { in __enc_chunked_read_extentions()
426 if (in_quote) in __enc_chunked_read_extentions()
432 in_quote = 1; in __enc_chunked_read_extentions()
440 in_quote = 0; in __enc_chunked_read_extentions()
442 if (in_quote) { in __enc_chunked_read_extentions()
473 int in_quote; in __enc_chunked_read() local
553 in_quote = 0; in __enc_chunked_read()
560 if (in_quote) { in __enc_chunked_read()
[all …]
/dports/security/ssdeep/ssdeep-2.14.1/
H A Dhelpers.cpp188 int in_quote = FALSE; in find_next_comma_tchar() local
194 in_quote = !in_quote; in find_next_comma_tchar()
197 if (in_quote) in find_next_comma_tchar()
277 int in_quote = FALSE; in find_next_comma() local
283 in_quote = !in_quote; in find_next_comma()
286 if (in_quote) in find_next_comma()
/dports/textproc/aspell-ispell/aspell-0.60.8/modules/filter/
H A Demail.cpp22 bool in_quote; member in __anon5210abb50111::EmailFilter
79 in_quote = false; in reset()
89 in_quote = true; in process()
91 if (in_quote) { in process()
96 in_quote = false; in process()
106 if (in_quote) in process()
/dports/textproc/aspell/aspell-0.60.8/modules/filter/
H A Demail.cpp22 bool in_quote; member in __anon6da17f7f0111::EmailFilter
79 in_quote = false; in reset()
89 in_quote = true; in process()
91 if (in_quote) { in process()
96 in_quote = false; in process()
106 if (in_quote) in process()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/utils/
H A Dkatecmd.cpp193 bool in_quote = false; in splitText() local
204 } else if (in_quote && text[pos] == p_last_quote_char) { in splitText()
205 in_quote = false; in splitText()
206 } else if (!in_quote && text[pos] == m_quote_char1) { in splitText()
208 in_quote = true; in splitText()
209 } else if (!in_quote && text[pos] == m_quote_char2) { in splitText()
211 in_quote = true; in splitText()
214 } else if (!in_quote && text[pos] == m_word_break_char) { in splitText()
/dports/devel/ftjam/ftjam-2.5.2/
H A Dexecnt.c96 int in_quote = 0, num_args; in string_to_args() local
125 in_quote = 0; in string_to_args()
131 in_quote = !in_quote; in string_to_args()
136 if (!in_quote) in string_to_args()
214 int in_quote = 0; in process_del() local
224 in_quote = !in_quote; in process_del()
229 if (!in_quote) in process_del()
234 if (in_quote) in process_del()
240 if (!in_quote) in process_del()
/dports/databases/slony1v2/slony1-2.2.10/tools/
H A Dlogshipping_toinsert.pl74 my $in_quote=0;
81 if($in_quote>0)
83 push(@parsed,join('',@data[$in_quote+1..
85 $in_quote=0;
89 $in_quote=$idx;
95 elsif ($data[$idx] eq ',' && $in_quote==0) {
/dports/databases/py-pgcli/pgcli-3.2.0/pgcli/packages/parseutils/
H A Dmeta.py32 in_quote = None
38 if in_quote and char == in_quote:
40 in_quote = None
41 elif not in_quote:
43 in_quote = char
44 elif char == "," and not in_quote:
/dports/graphics/gpicview/gpicview-0.2.5/src/
H A Dxml-purge.c17 int in_tag = 0, in_quote = 0; in purge_file() local
46 if( in_quote ) in purge_file()
49 in_quote = 0; in purge_file()
54 ++in_quote; in purge_file()
55 if( ! in_quote && IS_BLANK(*pbuf) ) /* skip unnecessary blanks */ in purge_file()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/utils/
H A Dcsv.cpp19 bool in_quote = false; in to_rows() local
28 in_quote = not in_quote; in to_rows()
33 if (not in_quote and ch == ',') { in to_rows()
/dports/archivers/py-rjsmin/rjsmin-1.1.0/bench/
H A Djsmin_2_0_9.py103 in_quote = ''
123 in_quote = previous
137 if in_quote:
156 elif in_quote:
159 if next1 == in_quote:
167 in_quote = ''
221 in_quote = next1
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/jsmin/jsmin/
H A D__init__.py104 in_quote = ''
125 in_quote = previous
139 if in_quote:
160 elif in_quote:
163 if next1 == in_quote:
171 in_quote = ''
226 in_quote = next1
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/common/py_vulcanize/third_party/rjsmin/bench/
H A Djsmin_2_0_9.py103 in_quote = ''
123 in_quote = previous
137 if in_quote:
156 elif in_quote:
159 if next1 == in_quote:
167 in_quote = ''
221 in_quote = next1
/dports/www/firefox/firefox-99.0/third_party/python/jsmin/jsmin/
H A D__init__.py104 in_quote = ''
125 in_quote = previous
139 if in_quote:
160 elif in_quote:
163 if next1 == in_quote:
171 in_quote = ''
226 in_quote = next1

12345678910>>...26