Home
last modified time | relevance | path

Searched refs:do_esc (Results 1 – 11 of 11) sorted by relevance

/dports/editors/beav/beav-140/
H A Dtermcap.c33 static char *do_esc(char *out, char *in);
251 char *do_esc();
257 bp = do_esc(cp++,++bp);
279 char *do_esc(out,in) in do_esc() function
/dports/www/htdigest/httpd-2.4.6/modules/core/
H A Dmod_macro.c344 const char *replacement, const int do_esc) in substitute() argument
350 (do_esc ? (2 + number_of_escapes(DELIM, replacement)) : 0), in substitute()
362 buf, name, replacement, do_esc, shift, lbuf, lrepl, lsubs)); in substitute()
376 if (do_esc) in substitute()
379 if (do_esc && (replacement[i] == DELIM || replacement[i] == ESCAPE)) in substitute()
383 if (do_esc) in substitute()
/dports/www/apache24/httpd-2.4.53/modules/core/
H A Dmod_macro.c334 const char *replacement, const int do_esc) in substitute() argument
340 (do_esc ? (2 + number_of_escapes(DELIM, replacement)) : 0), in substitute()
352 buf, name, replacement, do_esc, shift, lbuf, lrepl, lsubs)); in substitute()
366 if (do_esc) in substitute()
369 if (do_esc && (replacement[i] == DELIM || replacement[i] == ESCAPE)) in substitute()
373 if (do_esc) in substitute()
/dports/www/links1/links-1.04/
H A Dos_dep.c58 for (i = 0; path[i]; i++) if (!is_safe_in_url(path[i])) goto do_esc; in escape_path()
60 do_esc: in escape_path()
/dports/x11/havoc/havoc-0.3.1/tsm/
H A Dtsm-vte.c765 static void do_esc(struct tsm_vte *vte, uint32_t data) in do_esc() function
1738 do_esc(vte, data); in do_action()
/dports/devel/libtsm/libtsm-3/src/
H A Dtsm_vte.c848 static void do_esc(struct tsm_vte *vte, uint32_t data) in do_esc() function
1800 do_esc(vte, data); in do_action()
/dports/graphics/aloadimage/arcan-0.6.1/src/frameserver/terminal/default/tsm/
H A Dtsm_vte.c1211 static void do_esc(struct tsm_vte *vte, uint32_t data) in do_esc() function
2263 do_esc(vte, data); in do_action()
/dports/sysutils/acfgfs/arcan-0.6.1/src/frameserver/terminal/default/tsm/
H A Dtsm_vte.c1211 static void do_esc(struct tsm_vte *vte, uint32_t data) in do_esc() function
2263 do_esc(vte, data); in do_action()
/dports/x11/aclip/arcan-0.6.1/src/frameserver/terminal/default/tsm/
H A Dtsm_vte.c1211 static void do_esc(struct tsm_vte *vte, uint32_t data) in do_esc() function
2263 do_esc(vte, data); in do_action()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/frameserver/terminal/default/tsm/
H A Dtsm_vte.c1211 static void do_esc(struct tsm_vte *vte, uint32_t data) in do_esc() function
2263 do_esc(vte, data); in do_action()
/dports/www/links/links-2.25/
H A Dos_dep.c437 for (i = 0; path[i]; i++) if (!is_safe_in_url(path[i])) goto do_esc; in escape_path()
439 do_esc: in escape_path()