Searched refs:escape (Results 1 - 24 of 24) sorted by relevance

/ast/src/cmd/mam/
H A Dmamold.c106 int escape = 0; local
151 escape = -1;
154 escape++;
166 escape = 0;
171 if (escape)
173 escape = 0;
/ast/src/cmd/tests/
H A Ddate.c161 escape(char* s) function
336 escape(str);
338 escape(fmt);
370 escape(fmt);
383 escape(ans);
/ast/src/cmd/mailx/
H A Dcollect.c346 int escape; local
419 escape = state.var.escape ? *state.var.escape : 0;
460 if (pp.buf[0] != escape || !state.var.interactive) {
469 * Shell escape, send the balance of the
487 pp.buf[1] = *state.var.escape;
727 * On double escape, just send the single one.
730 if (c == escape) {
737 note(0, "\"%c%c\": unknown escape comman
[all...]
H A Dcmd3.c78 * Expand the shell escape by expanding unescaped !'s into the
125 * Process a shell escape by saving signals, ignoring signals,
231 * List escape command help.
238 buf[0] = *state.var.escape;
317 if (s && (*s == '~' || *s == *state.var.escape)) {
320 s = state.var.escape;
322 l = "escape";
325 if (all || *s == *state.var.escape || (streq(s, t) || streq(s, l) || streq(s, "tilde")) && ++cat) {
334 note(0, "\"%s\": unknown escape command", a);
H A Ddata.c349 X("Disable the special meaning of ! in the escape command."),
364 "escape", &state.var.escape, N, "~",0,
365 X("The command escape character. Null means no command escapes."),
H A Dmailx.h153 #define ESCAPE '~' /* Default escape for sending */
613 int escnum; /* Number of escape commands */
801 char* escape; member in struct:__anon136::__anon147
/ast/src/cmd/re/
H A Dtestfmt.c187 escape(char* s) function
292 bad("invalid C \\ escape\n", NiL, NiL, 0);
504 escape(re);
506 escape(s);
H A DMakefile43 perl.dat minimal.dat escape.dat group.dat haskell.dat \
H A Dtestfnmatch.c300 escape(char* s) function
407 bad("invalid C \\ escape\n", NiL, NiL, 0);
835 escape(re);
837 escape(s);
H A Dtestglob.c376 escape(char* s) function
910 escape(pat);
912 escape(ans);
H A Dtestmatch.c337 escape(char* s) function
444 bad("invalid C \\ escape\n", NiL, NiL, 0);
982 escape(re);
984 escape(s);
H A Dtestregex.c725 escape(char* s) function
837 bad("invalid C \\ escape\n", s - 1, NiL, 0, 0);
1810 escape(re);
1823 nstr = escape(s);
/ast/src/cmd/jcl/
H A Dcpy2dss.c47 "[e:escape?Set the \b--text\b field escape character. XML"
155 char* escape; member in struct:State_s
709 if (state.text && (state.escape || state.quotebegin))
712 if (state.escape)
713 sfprintf(sfstdout, "%s<ESCAPE>%s</>\n", INDENT(lev + 2), state.escape);
1012 state.escape = opt_info.arg;
/ast/src/cmd/std/
H A Dps.c59 "[E!:escape?Escape non-printing characters in \bcommand\b and \bargs\b.]"
214 int escape; /* escape { command args } */ member in struct:State_s
670 if (state.escape)
872 if (state.escape)
1478 state.escape = 1;
1626 state.escape = opt_info.num;
/ast/src/cmd/dsslib/flat/
H A Dflat.c231 int escape; member in struct:Flat_s
357 else if (f->physical.format.escape < 0 && f->physical.format.quotebegin < 0)
366 x = f->physical.format.escape;
386 (*r->dss->disc->errorf)(r->dss, r->dss->disc, 2, "%sinvalid escape", cxlocation(r->cx, r->record), p->field->variable.name);
1048 if ((f->physical.format.flags & (CX_STRING|CX_BUFFER)) && f->physical.format.delimiter >= 0 && (f->physical.format.escape >= 0 || f->physical.format.quotebegin >= 0))
1058 if (*s == f->physical.format.delimiter || *s == f->physical.format.escape || *s == f->physical.format.quotebegin || *s == f->physical.format.quoteend)
1060 if (f->physical.format.escape >= 0)
1063 sfputc(file->io, f->physical.format.escape);
1647 flat->format->escape = *data;
2118 "ESCAPE", "Field delimiter and/or quote escape characte
[all...]
/ast/src/lib/libast/regex/
H A Dreglib.h571 } escape[52]; member in struct:State_s
H A Dregcomp.c3257 for (i = 0; i < elementsof(state.escape); i++)
3258 state.magic[state.escape[i].key] = state.escape[i].val;
/ast/src/cmd/nmake/
H A Dscan.c87 int escape; /* end escape char */ member in struct:Quote_s
470 q->escape = *v;
658 if (c == '\n' && (q->flags & QUOTE_newline) && *(g - 2) != q->escape)
663 if (c == e && *(g - 2) != q->escape)
/ast/src/cmd/ie/
H A Demacs.c168 static int escape();
586 adjust = escape(out,oadjust);
719 escape(out,count) function
918 case '=': /* escape = - list all matching file names */
H A Dvi.c528 /*** Line terminated with escape, or escaped eol/eof, ***/
1346 * mode = APPEND, allow escape to cntlmode subroutine
1348 * = REPLACE, allow escape to cntlmode subroutine
1350 * = SEARCH, no escape allowed
1373 goto escape;
1380 /*** implement ^V to escape next char ***/
1406 escape:
/ast/src/cmd/ksh93/edit/
H A Demacs.c171 static int escape(Emacs_t*,genchar*, int);
611 adjust = escape(ep,out,oadjust);
772 static int escape(register Emacs_t* ep,register genchar *out,int count) function
995 case '=': /* escape = - list all matching file names */
H A Dvi.c502 /*** Line terminated with escape, or escaped eol/eof, ***/
1347 * mode = APPEND, allow escape to cntlmode subroutine
1349 * = REPLACE, allow escape to cntlmode subroutine
1351 * = SEARCH, no escape allowed
1373 goto escape;
1393 /*** implement ^V to escape next char ***/
1417 escape:
1555 goto escape;
1560 goto escape;
/ast/src/lib/libdss/
H A Dcx.h398 short escape; /* escape */ member in struct:Cxformat_s
/ast/src/cmd/html/
H A Dtroff2html.c871 escape:
877 goto escape;
1666 escape:
1672 goto escape;
2149 escape:
2155 goto escape;
3925 escape:
3934 goto escape;

Completed in 155 milliseconds