Home
last modified time | relevance | path

Searched refs:do_quote (Results 1 – 25 of 90) sorted by relevance

1234

/dports/lang/elixir/elixir-1.12.3/lib/elixir/src/
H A Delixir_quote.erl219 do_quote(Expr, #elixir_quote{
278 TOpts = do_quote(Opts, Q, E),
352 do_quote([], _, _) -> function
358 do_quote([H | T], Q, E) -> function
361 do_quote(Other, _, _) -> function
368 TL = do_quote(Left, Q, E),
369 TR = do_quote(Right, Q, E),
402 TR = do_quote(R, Q, E),
477 TLeft = do_quote(Left, Q, E),
492 TR = do_quote(Right, Q, E),
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/src/
H A Delixir_quote.erl219 do_quote(Expr, #elixir_quote{
278 TOpts = do_quote(Opts, Q, E),
352 do_quote([], _, _) -> function
358 do_quote([H | T], Q, E) -> function
361 do_quote(Other, _, _) -> function
368 TL = do_quote(Left, Q, E),
369 TR = do_quote(Right, Q, E),
402 TR = do_quote(R, Q, E),
465 TLeft = do_quote(Left, Q, E),
480 TR = do_quote(Right, Q, E),
[all …]
/dports/mail/libetpan/libetpan-1.9.4/src/driver/implementation/feed/
H A Dfeeddriver.c336 int do_quote; in to_be_quoted() local
340 do_quote = 0; in to_be_quoted()
363 do_quote = 1; in to_be_quoted()
367 do_quote = 1; in to_be_quoted()
373 return do_quote; in to_be_quoted()
517 int do_quote; in make_quoted_printable() local
523 do_quote = 1; in make_quoted_printable()
526 get_word(cur, &cur, &do_quote); in make_quoted_printable()
527 if (do_quote) { in make_quoted_printable()
/dports/www/webfs/webfs-1.21/
H A Dls.c126 static char do_quote[256]; variable
134 do_quote[i] = (isalnum(i) || ispunct(i)) ? 0 : 1; in init_quote()
135 do_quote['+'] = 1; in init_quote()
136 do_quote['#'] = 1; in init_quote()
137 do_quote['%'] = 1; in init_quote()
138 do_quote['"'] = 1; in init_quote()
139 do_quote['?'] = 1; in init_quote()
152 if (!do_quote[path[i]]) { in quote()
/dports/shells/pdksh/pdksh-5.2.14/os2/
H A Dos2.c223 int do_quote = 0; in ksh_execve() local
224 for (; !do_quote && *pp; pp++) { in ksh_execve()
227 do_quote = 1; in ksh_execve()
233 if ( (rc = spawnve(P_OVERLAY | (do_quote ? P_QUOTE : 0), in ksh_execve()
/dports/textproc/augeas/augeas-1.12.0/lenses/
H A Dpuppetfile.aug31 let quote_to_comment_or_eol = Quote.do_quote (store /[^#\n]*/) . comment_or_eol
50 let mod_name = Quote.do_quote (store ((Rx.word . /[\/-]/)? . Rx.word))
51 in let version = [ label "@version" . Quote.do_quote (store /[^#:\n]+/) . Util.comment_eol? ]
H A Dquote.aug131 View: do_quote
137 let do_quote (body:lens) = function
141 View: do_quote
151 View: do_quote
206 in do_quote body
233 in let quoted = Quote.do_quote (store /[^"'\n]*[ \t]+[^"'\n]*/)
/dports/lang/libhx/libHX-3.25/src/
H A Dstring.c776 bool do_quote; in HX_strquote() local
786 do_quote = true; in HX_strquote()
788 do_quote = strpbrk(src, rule->chars) != NULL; in HX_strquote()
790 do_quote = HX_strchr2(src, rule->chars) != NULL; in HX_strquote()
792 do_quote = false; in HX_strquote()
800 if (!do_quote) in HX_strquote()
803 if (!do_quote) in HX_strquote()
/dports/misc/mc/mc-4.8.27/src/
H A Dusermenu.c431 gboolean do_quote = FALSE; in execute_menu_command() local
489 if (do_quote) in execute_menu_command()
510 do_quote = (atoi (commands) != 0); in execute_menu_command()
520 text = expand_format (edit_widget, *commands, do_quote); in execute_menu_command()
537 do_quote = TRUE; /* Default: Quote expanded macro */ in execute_menu_command()
741 expand_format (const WEdit * edit_widget, char c, gboolean do_quote) in expand_format() argument
789 if (do_quote) in expand_format()
H A Dusermenu.h23 char *expand_format (const WEdit * edit_widget, char c, gboolean do_quote);
/dports/misc/mc-nox11/mc-4.8.27/src/
H A Dusermenu.c431 gboolean do_quote = FALSE; in execute_menu_command() local
489 if (do_quote) in execute_menu_command()
510 do_quote = (atoi (commands) != 0); in execute_menu_command()
520 text = expand_format (edit_widget, *commands, do_quote); in execute_menu_command()
537 do_quote = TRUE; /* Default: Quote expanded macro */ in execute_menu_command()
741 expand_format (const WEdit * edit_widget, char c, gboolean do_quote) in expand_format() argument
789 if (do_quote) in expand_format()
H A Dusermenu.h23 char *expand_format (const WEdit * edit_widget, char c, gboolean do_quote);
/dports/mail/alpine/alpine-465e23b/pith/
H A Daddrstring.c255 int do_quote) in addr_list_string() argument
285 rfc822_write_address_decode(list, len+1, adrlist, do_quote); in addr_list_string()
314 rfc822_write_address_decode(char *dest, size_t destlen, struct mail_address *adr, int do_quote) in rfc822_write_address_decode() argument
359 do_quote ? rspecials : rspecials_minus_quote_and_dot); in rfc822_write_address_decode()
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Daddrstring.c255 int do_quote) in addr_list_string() argument
285 rfc822_write_address_decode(list, len+1, adrlist, do_quote); in addr_list_string()
314 rfc822_write_address_decode(char *dest, size_t destlen, struct mail_address *adr, int do_quote) in rfc822_write_address_decode() argument
359 do_quote ? rspecials : rspecials_minus_quote_and_dot); in rfc822_write_address_decode()
/dports/www/squid/squid-4.15/src/
H A Derrorpage.cc773 int do_quote = 1; in Convert() local
820 do_quote = 0; in Convert()
862 do_quote = 0; in Convert()
896 do_quote = 0; in Convert()
903 do_quote = 0; in Convert()
930 do_quote = 0; in Convert()
1005 do_quote = 0; in Convert()
1089 do_quote = 0; in Convert()
1100 if (do_quote) in Convert()
/dports/lang/yap/yap-6.2.2/packages/sgml/
H A Dquote.c165 do_quote(term_t in, term_t quoted, char **map, int maxchr) in do_quote() function
298 return do_quote(in, out, map, maxchr); in xml_quote_attribute()
324 return do_quote(in, out, map, maxchr); in xml_quote_cdata()
/dports/lang/swi-pl/swipl-8.2.3/packages/sgml/
H A Dquote.c177 do_quote(term_t in, term_t quoted, char **map, int maxchr) in do_quote() function
310 return do_quote(in, out, map, maxchr); in xml_quote_attribute()
336 return do_quote(in, out, map, maxchr); in xml_quote_cdata()
/dports/devel/upp/upp/uppsrc/Sql/
H A DSqlCode.cpp83 bool do_quote = sSqlIdQuoted && *s != '*'; in SqlCompile() local
88 if(do_quote) in SqlCompile()
97 if(do_quote) in SqlCompile()
/dports/misc/snakemake/snakemake-6.12.1/snakemake/
H A Dutils.py377 do_quote = False
379 do_quote = format_spec.endswith("q")
380 if do_quote:
383 if do_quote and formatted != "":
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/util/
H A DText.cpp205 goto do_quote; in PutEscapedStringImpl()
208 do_quote: in PutEscapedStringImpl()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/util/
H A DText.cpp248 goto do_quote; in PutEscapedStringImpl()
251 do_quote: in PutEscapedStringImpl()
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dprocess.c78 static int do_quote(Proc *proc);
446 static int do_quote(Proc *proc) in do_quote() function
630 return newproc(type, do_quote, -1, pre, suf, input, world, in handle_quote_command()
/dports/net/tinyfugue/tf-50b8/src/
H A Dprocess.c77 static int do_quote(Proc *proc);
445 static int do_quote(Proc *proc) in do_quote() function
629 return newproc(type, do_quote, -1, pre, suf, input, world, in handle_quote_command()
/dports/lang/perl5.30/perl-5.30.3/win32/
H A Dwince.c1778 bool do_quote = 0; in create_command_line() local
1785 do_quote = 1; in create_command_line()
1791 do_quote = 1; in create_command_line()
1797 do_quote = 1; in create_command_line()
1800 do_quote = 0; in create_command_line()
1808 if (do_quote) in create_command_line()
1814 if (do_quote) in create_command_line()
/dports/www/firefox-esr/firefox-91.8.0/js/src/util/
H A DText.cpp283 goto do_quote; in PutEscapedStringImpl()
286 do_quote: in PutEscapedStringImpl()

1234