Home
last modified time | relevance | path

Searched defs:escape (Results 1 – 25 of 25) sorted by relevance

/freebsd-src/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c87 escape_t *escape; member
101 #define GL(escape) ((escape)->left) argument
102 #define GR(escape) ((escape)->right) argument
103 #define SET(escape) ((escape)->set) argument
104 #define ESC(escape) ((escape)->ch) argument
105 #define INIT(escape) (TAILQ_FIRST(SET(escape))) argument
110 escape_t *escape; in find_escape() local
492 escape_t *escape; in _citrus_HZ_encoding_module_uninit() local
511 escape_t *escape; in _citrus_HZ_parse_char() local
529 escape_t *escape; in _citrus_HZ_parse_graphic() local
[all …]
/freebsd-src/crypto/openssh/openbsd-compat/
H A Dfnmatch.c153 const int escape = !(flags & FNM_NOESCAPE); in fnmatch_ch() local
292 const int escape = !(flags & FNM_NOESCAPE); in fnmatch() local
/freebsd-src/stand/lua/
H A Dcolor.lua88 function color.escape(fg_color, bg_color, attribute) function
/freebsd-src/contrib/openpam/lib/libpam/
H A Dopenpam_readword.c56 int ch, escape, quote; in openpam_readword() local
/freebsd-src/contrib/kyua/utils/format/
H A Dformatter_test.cpp128 ATF_TEST_CASE_BODY(escape) in ATF_TEST_CASE_BODY() argument
/freebsd-src/tools/lua/
H A Dtemplate.lua235 function template.escape(s, c) function
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DRegex.cpp239 std::string Regex::escape(StringRef String) { in escape() function in Regex
H A DYAMLParser.cpp705 std::string yaml::escape(StringRef Input, bool EscapePrintable) { in escape() function in yaml
/freebsd-src/usr.bin/hexdump/
H A Dparse.c449 escape(char *p1) in escape() function
/freebsd-src/usr.bin/mail/
H A Dcollect.c70 int lc, cc, escape, eofcount, fd, c, t; in collect() local
/freebsd-src/usr.bin/tip/tip/
H A Dtip.c434 escape(void) in escape() function
/freebsd-src/usr.bin/printf/
H A Dprintf.c460 escape(char *fmt, int percent, size_t *len) in escape() function
/freebsd-src/usr.bin/dc/
H A Dinout.c
/freebsd-src/usr.bin/bc/
H A Dbc.y
/freebsd-src/lib/libiconv_modules/VIQR/
H A Dcitrus_viqr.c263 int ch, escape; in _citrus_VIQR_mbrtowc_priv() local
/freebsd-src/lib/libc/resolv/
H A Dres_mkupdate.c772 int escape = 0; in getstr_str() local
/freebsd-src/contrib/bsddialog/lib/
H A Dbsddialog.h101 bool escape; member
/freebsd-src/usr.sbin/dconschat/
H A Ddconschat.c126 char escape; member
/freebsd-src/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c87 cc_t escape; variable
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp27 std::string escape(StringRef Str, const CoverageViewOptions &Opts) { in escape() function
[all...]
/freebsd-src/contrib/telnet/telnet/
H A Dtelnet.c117 cc_t escape; variable
/freebsd-src/sys/fs/cd9660/
H A Diso.h115 char escape [ISODCL ( 89, 120)]; member
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2131 bool escape = true; DoExecute() local
/freebsd-src/contrib/mandoc/
H A Droff.c135 char escape; /* escape character */ global() member
[all...]
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp14521 void TestSpecParser::escape() { in escape() function in Catch::TestSpecParser