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

/ast/src/lib/libast/misc/
H A Doptesc.c28 * esc == '?' or ':' also escaped
35 optesc(Sfio_t* sp, register const char* s, int esc) argument
49 if (esc != '?' && esc != ':')
50 esc = 0;
87 if (c == ']' || c == esc)
/ast/src/lib/libast/regex/
H A Dregcomp.c104 short esc; member in struct:Token_s
925 env->token.att = env->token.esc = 0;
978 env->token.esc = env->token.len;
987 env->token.esc = env->token.len;
2050 int esc; local
2284 switch (i = chr(env, &esc))
2289 env->cursor -= esc + 1;
2296 if ((i = chr(env, &esc)) < 0)
2309 switch (i = chr(env, &esc))
2322 if ((i = chr(env, &esc)) <
[all...]
/ast/src/cmd/mailx/
H A Dcmd3.c234 helpesc(FILE* fp, register const struct esc* ep)
269 register const struct esc* ep;
331 else if (ep = (const struct esc*)strsearch(state.esctab, state.escnum, sizeof(struct esc), stracmp, a, NiL))
H A Dmailx.h236 struct esc { struct
612 const struct esc* esctab; /* Escape command table */
H A Ddata.c250 static const struct esc esctab[] =
/ast/src/lib/libpz/
H A Dpzpart.c1329 char esc[2]; local
1336 esc[1] = 0;
1346 s = fmtesc((esc[0] = pp->value[pp->fix[i]], esc));

Completed in 30 milliseconds