Home
last modified time | relevance | path

Searched refs:CTLESC (Results 1 – 5 of 5) sorted by relevance

/busybox-1.35.0/shell/hush_test/hush-redir/
Dredir7.tests2 # 0x81 is CTLESC (see ash.c).
Dredir8.tests2 # 0x81 is CTLESC (see ash.c).
/busybox-1.35.0/shell/ash_test/ash-redir/
Dredir7.tests2 # 0x81 is CTLESC (see ash.c).
Dredir8.tests2 # 0x81 is CTLESC (see ash.c).
/busybox-1.35.0/shell/
Dash.c809 #define CTL_FIRST CTLESC
810 #define CTLESC ((unsigned char)'\201') /* escape next character */ macro
1092 case CTLESC: c = 'e'; goto backslash; in trace_puts_quoted()
1202 case CTLESC: in sharg()
4855 case CTLESC: in cmdputs()
6155 if ((unsigned char)*p == CTLESC) in ifsbreakup()
6181 if ((unsigned char)*p == CTLESC) in ifsbreakup()
6243 while (p > start && (unsigned char)*--p == CTLESC) { in esclen()
6260 IF_BASH_PATTERN_SUBST('/',) CTLESC, CTLQUOTEMARK, '\0' }; in rmescapes()
6308 if ((unsigned char)*p == CTLESC) { in rmescapes()
[all …]