Home
last modified time | relevance | path

Searched refs:in_single_quote (Results 1 – 16 of 16) sorted by relevance

/dports/sysutils/mcfly/mcfly-0.5.11/src/
H A Dsimplified_command.rs31 let mut in_single_quote = false; in simplify() localVariable
47 } else if !in_single_quote { in simplify()
52 if in_single_quote { in simplify()
53 in_single_quote = false; in simplify()
56 in_single_quote = true; in simplify()
61 if !in_double_quote && !in_single_quote { in simplify()
79 if !in_double_quote && !in_single_quote { in simplify()
H A Dpath_update_helpers.rs36 let mut in_single_quote = false; in parse_mv_command() localVariable
56 } else if !in_single_quote { in parse_mv_command()
63 if in_single_quote { in parse_mv_command()
64 in_single_quote = false; in parse_mv_command()
70 in_single_quote = true; in parse_mv_command()
77 if in_double_quote || in_single_quote || escaped { in parse_mv_command()
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dbackend.c336 int in_double_quote = FALSE, in_single_quote = FALSE; in split() local
343 if (in_single_quote) in split()
352 in_single_quote = !in_single_quote; in split()
355 if (!in_single_quote) { in split()
387 if (in_double_quote || in_single_quote) { in split()
/dports/japanese/w3m/w3m-2b59b9e/
H A Dbackend.c336 int in_double_quote = FALSE, in_single_quote = FALSE; in split() local
343 if (in_single_quote) in split()
352 in_single_quote = !in_single_quote; in split()
355 if (!in_single_quote) { in split()
387 if (in_double_quote || in_single_quote) { in split()
/dports/www/w3m-img/w3m-2b59b9e/
H A Dbackend.c336 int in_double_quote = FALSE, in_single_quote = FALSE; in split() local
343 if (in_single_quote) in split()
352 in_single_quote = !in_single_quote; in split()
355 if (!in_single_quote) { in split()
387 if (in_double_quote || in_single_quote) { in split()
/dports/www/w3m/w3m-2b59b9e/
H A Dbackend.c336 int in_double_quote = FALSE, in_single_quote = FALSE; in split() local
343 if (in_single_quote) in split()
352 in_single_quote = !in_single_quote; in split()
355 if (!in_single_quote) { in split()
387 if (in_double_quote || in_single_quote) { in split()
/dports/print/lyx/lyx-2.3.4.2/src/support/
H A DSystemcall.cpp170 bool in_single_quote = false; in parsecmd() local
190 in_single_quote = !in_single_quote; in parsecmd()
194 if (in_single_quote) { in parsecmd()
/dports/emulators/bochs/bochs-2.7/
H A Dmain.cc375 int in_double_quote = 0, in_single_quote = 0; in split_string_into_argv() local
400 if (in_double_quote || in_single_quote) in split_string_into_argv()
414 if (in_single_quote) goto do_default; in split_string_into_argv()
420 in_single_quote = !in_single_quote; in split_string_into_argv()
432 if (in_single_quote) { in split_string_into_argv()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dinput.cpp449 bool in_single_quote = false; in substitute() local
459 if (*ptr == '$' && !in_double_quote && !in_single_quote) { in substitute()
527 in_single_quote = !in_single_quote; in substitute()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Dtc-rx.c2680 int in_single_quote = 0; in rx_start_line() local
2699 in_single_quote = ! in_single_quote; in rx_start_line()
2703 if (in_double_quote || in_single_quote) in rx_start_line()
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dtc-rx.c2716 int in_single_quote = 0; in rx_start_line() local
2738 in_single_quote = ! in_single_quote; in rx_start_line()
2742 if (in_double_quote || in_single_quote) in rx_start_line()
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dtc-rx.c2716 int in_single_quote = 0; in rx_start_line() local
2738 in_single_quote = ! in_single_quote; in rx_start_line()
2742 if (in_double_quote || in_single_quote) in rx_start_line()
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/
H A Dtc-rx.c2680 int in_single_quote = 0; in rx_start_line() local
2699 in_single_quote = ! in_single_quote; in rx_start_line()
2703 if (in_double_quote || in_single_quote) in rx_start_line()
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dtc-rx.c2716 int in_single_quote = 0; in rx_start_line() local
2738 in_single_quote = ! in_single_quote; in rx_start_line()
2742 if (in_double_quote || in_single_quote) in rx_start_line()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dtext_edit.cpp1828 bool in_single_quote = false; in _consume_pair_symbol() local
1840 } else if (!in_single_quote && !in_double_quote && line[c] == '#') { in _consume_pair_symbol()
1845 in_single_quote = !in_single_quote; in _consume_pair_symbol()
1846 } else if (line[c] == '"' && !in_single_quote) { in _consume_pair_symbol()
1867 if ((in_single_quote || in_double_quote) && (ch == '"' || ch == '\'')) { in _consume_pair_symbol()
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dtext_edit.cpp1828 bool in_single_quote = false; in _consume_pair_symbol() local
1840 } else if (!in_single_quote && !in_double_quote && line[c] == '#') { in _consume_pair_symbol()
1845 in_single_quote = !in_single_quote; in _consume_pair_symbol()
1846 } else if (line[c] == '"' && !in_single_quote) { in _consume_pair_symbol()
1867 if ((in_single_quote || in_double_quote) && (ch == '"' || ch == '\'')) { in _consume_pair_symbol()