Home
last modified time | relevance | path

Searched refs:esc (Results 1 – 25 of 56) sorted by relevance

123

/titanic_50/usr/src/cmd/mailwrapper/
H A Dfparseln.c45 isescaped(const char *sp, const char *p, int esc) in isescaped() argument
51 if (esc == '\0') in isescaped()
55 for (ne = 0, cp = p; --cp >= sp && *cp == esc; ne++) in isescaped()
78 char esc, con, nl, com; in fparseln() local
87 esc = str[0]; in fparseln()
107 if (*cp == com && !isescaped(ptr, cp, esc)) { in fparseln()
124 if (*cp == con && !isescaped(ptr, cp, esc)) { in fparseln()
144 if ((flags & FPARSELN_UNESCALL) != 0 && esc && buf != NULL && in fparseln()
145 strchr(buf, esc) != NULL) { in fparseln()
150 while (cp[0] != '\0' && cp[0] != esc) in fparseln()
[all …]
/titanic_50/usr/src/cmd/troff/troff.d/
H A Dt10.c251 esc = 0; /* ??? */
304 esc += j;
384 esc += j;
393 if (esc)
468 if (esc > 0 && esc < 100) {
469 oput(esc / 10 + '0');
470 oput(esc % 10 + '0');
472 hpos += esc;
473 esc = 0;
475 if (esc)
[all …]
/titanic_50/usr/src/lib/libnsl/nss/
H A Dparse.c92 _escape(char *s, char *esc) in _escape() argument
99 if (s == NULL || esc == NULL) in _escape()
104 if (strchr(esc, s[i])) in _escape()
109 if (strchr(esc, s[i])) { in _escape()
120 _unescape(char *s, char *esc) in _unescape() argument
126 if (s == NULL || esc == NULL) in _unescape()
133 if (s[i] == '\\' && strchr(esc, s[i + 1])) in _unescape()
/titanic_50/usr/src/cmd/fm/eversholt/files/
H A DMakefile.com26 .SUFFIXES: .eft .esc
28 ESC=$(SRC)/cmd/fm/eversholt/esc/$(MACH)/esc
59 %.eft: ../common/%.esc
62 %.eft: %.esc
/titanic_50/usr/src/lib/libast/common/misc/
H A Doptesc.c35 optesc(Sfio_t* sp, register const char* s, int esc) in optesc() argument
49 if (esc != '?' && esc != ':') in optesc()
50 esc = 0; in optesc()
87 if (c == ']' || c == esc) in optesc()
/titanic_50/usr/src/cmd/troff/nroff.d/
H A Dn10.c360 esct = esc = 0;
407 esc += j; in ptout1()
413 esc += t.Char; in ptout1()
450 if (esc || lead) in ptout1()
595 if (esct += esc) in move()
625 esc = esct; in move()
631 if (esc) { in move()
632 if (esc < 0) { in move()
633 esc = -esc; in move()
639 while ((dt = dtab - (iesct % dtab)) <= esc) { in move()
[all …]
/titanic_50/usr/src/cmd/picl/plugins/common/piclevent/
H A Dpicl_slm.c299 char *esc; in piclslm_deliver_event() local
310 esc = sysevent_get_subclass_name(ev); in piclslm_deliver_event()
314 ev, (ec) ? ec : "NULL", (esc) ? esc : "NULL"); in piclslm_deliver_event()
315 if ((ec == NULL) || (esc == NULL)) { in piclslm_deliver_event()
318 if (strcmp(esc, ESC_DEVFS_DEVI_ADD) == 0) in piclslm_deliver_event()
320 else if (strcmp(esc, ESC_DEVFS_DEVI_REMOVE) == 0) in piclslm_deliver_event()
325 if (strcmp(esc, ESC_DR_AP_STATE_CHANGE) == 0) in piclslm_deliver_event()
327 else if (strcmp(esc, ESC_DR_REQ) == 0) in piclslm_deliver_event()
356 if (strcmp(esc, ESC_DR_REQ) == 0) { in piclslm_deliver_event()
/titanic_50/usr/src/cmd/fm/eversholt/files/sparc/sun4/
H A DMakefile.sun428 ESC=$(SRC)/cmd/fm/eversholt/esc/$(MACH)/esc
34 %.eft: $(SUN4DIR)/%.esc
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dfriendly.c91 int esc = 0, found = 0; in ldap_friendly_name() local
96 esc = 1; in ldap_friendly_name()
99 if ( !esc ) in ldap_friendly_name()
103 esc = 0; in ldap_friendly_name()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dpppdump.c224 int esc; member
253 spkt.esc = rpkt.esc = 0;
281 if (pkt->esc) {
288 pkt->esc = 0;
378 if (!pkt->esc) {
379 pkt->esc = 1;
384 if (pkt->esc) {
386 pkt->esc = 0;
/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_string.c136 int esc = 0; in topo_stresc2chr() local
140 if (esc) { in topo_stresc2chr()
212 esc = 0; in topo_stresc2chr()
215 if ((esc = c == '\\') == 0) in topo_stresc2chr()
/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_string.c123 int esc = 0; in fmd_stresc2chr() local
127 if (esc) { in fmd_stresc2chr()
199 esc = 0; in fmd_stresc2chr()
202 if ((esc = c == '\\') == 0) in fmd_stresc2chr()
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_string.c42 int esc = 0; in stresc2chr() local
46 if (esc) { in stresc2chr()
118 esc = 0; in stresc2chr()
121 if ((esc = c == '\\') == 0) in stresc2chr()
/titanic_50/usr/src/cmd/fm/eversholt/
H A DMakefile30 SUBDIRS = esc eftinfo files
36 files: esc
/titanic_50/usr/src/cmd/listen/
H A Dnstoa.c510 int esc = 0; /* Keep lookout for \\$ */ local
513 if (!esc && (*s == '\\' && *(s+1) == '$')) {
534 esc = ((scanbuf[sbp++] = *s++) == '\\');
559 int esc = 0; /* escaped escape shell */ local
574 if (!esc && *s == '\\' && *(s+1) == ec) {
579 esc = (*cmdp++ = *s++) == '\\';
/titanic_50/usr/src/cmd/fm/eversholt/esc/
H A DMakefile.com29 PROG = esc
31 include $(SRC)/cmd/fm/eversholt/Makefile.esc.com
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c289 cc_t esc; local
503 esc = (rlogin != _POSIX_VDISABLE) ? rlogin : escape;
504 if ((tmp_tc.c_cc[VEOL] != esc)
506 (tmp_tc.c_cc[VEOL2] != esc)
509 tmp_tc.c_cc[VEOL] = esc;
511 tmp_tc.c_cc[VEOL2] = esc;
515 tc.t_brkc = esc;
/titanic_50/usr/src/cmd/mandoc/
H A Dterm.c397 enum mandoc_esc esc; in term_word() local
440 esc = mandoc_escape(&word, &seq, &sz); in term_word()
441 if (ESCAPE_ERROR == esc) in term_word()
444 switch (esc) { in term_word()
672 enum mandoc_esc esc; in term_strlen() local
692 esc = mandoc_escape(&cp, &seq, &ssz); in term_strlen()
693 if (ESCAPE_ERROR == esc) in term_strlen()
698 switch (esc) { in term_strlen()
H A Dhtml.c364 enum mandoc_esc esc; in print_encode() local
388 esc = mandoc_escape(&p, &seq, &len); in print_encode()
389 if (ESCAPE_ERROR == esc) in print_encode()
392 switch (esc) { in print_encode()
405 print_metaf(h, esc); in print_encode()
419 switch (esc) { in print_encode()
/titanic_50/usr/src/cmd/eqn/eqnchar.d/
H A Dascii4 |030 can|031 em |032 sub|033 esc|034 fs |035 gs |036 rs |037 us |
22 | 18 can| 19 em | 1a sub| 1b esc| 1c fs | 1d gs | 1e rs | 1f us |
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.c292 int esc = 0; in stresc2chr() local
295 if (esc) { in stresc2chr()
351 esc = 0; in stresc2chr()
354 if ((esc = c == '\\') == 0) in stresc2chr()
/titanic_50/usr/src/lib/libast/common/features/
H A Dccode67 printf("#define CC_esc 0033 /* esc character */\n");
75 printf("#define CC_esc 0047 /* esc character */\n");
/titanic_50/usr/src/cmd/svc/startd/
H A Dexpand.c584 char *esc; in expand_method_tokens() local
587 esc = strchr(sp, ESCAPE); in expand_method_tokens()
588 if (esc == NULL) { in expand_method_tokens()
595 len = esc - sp; in expand_method_tokens()
/titanic_50/usr/src/cmd/fm/eversholt/eftinfo/
H A DMakefile.com42 include $(SRC)/cmd/fm/eversholt/Makefile.esc.com
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dccode26 #define CC_esc 0033 /* esc character */

123