Searched refs:esc (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/util/
H A Dfparseln.c47 * that starts in *sp, is escaped by the escape character esc.
50 isescaped(const char *sp, const char *p, int esc) argument
61 if (esc == '\0')
65 for (ne = 0, cp = p; --cp >= sp && *cp == esc; ne++)
87 char esc, con, nl, com; local
100 esc = str[0];
120 if (*cp == com && !isescaped(ptr, cp, esc)) {
137 if (*cp == con && !isescaped(ptr, cp, esc)) {
157 if ((flags & FPARSELN_UNESCALL) != 0 && esc && buf != NULL &&
158 strchr(buf, esc) !
[all...]
/haiku/src/bin/network/telnet/
H A Dsys_bsd.c385 cc_t esc; local
626 esc = (rlogin != _POSIX_VDISABLE) ? rlogin : escape;
627 if ((tmp_tc.c_cc[VEOL] != esc)
629 && (tmp_tc.c_cc[VEOL2] != esc)
633 tmp_tc.c_cc[VEOL] = esc;
636 tmp_tc.c_cc[VEOL2] = esc;
641 tc.t_brkc = esc;
/haiku/src/system/libroot/posix/musl/regex/
H A Dfnmatch.c50 int esc = 0; local
59 esc = 1;
94 *step = k + esc;
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp1150 bool esc = buffer[i] > 126 || local
1153 if (esc)

Completed in 47 milliseconds