Searched refs:CTLBACKQ (Results 1 – 1 of 1) sorted by relevance
813 #define CTLBACKQ ((unsigned char)'\204') macro1094 case CTLBACKQ: c = 'q'; goto backslash; in trace_puts_quoted()1268 case CTLBACKQ: in sharg()4872 case CTLBACKQ: in cmdputs()4885 case CTLBACKQ: in cmdputs()6591 const int ctl = CTLBACKQ;6607 jp = (ctl == CTLBACKQ) ? makejob(/*n,*/ 1) : NULL;6608 if (forkshell(jp, (ctl == CTLBACKQ) ? n : NULL, FORK_NOJOB) == 0) {6633 if (ctl != CTLBACKQ) {6658 const int ctl = CTLBACKQ;[all …]