Lines Matching refs:t_dcom
44 for (pp = t->t_dcom; p = *pp++;) { in AnyBquote()
73 if (t->t_dcom[0][0] == (tchar)S_TOPBIT[0])
74 (void) strcpy_(t->t_dcom[0], t->t_dcom[0] + 1);
77 if (t->t_dcom[0] == 0)
110 if (eq(t->t_dcom[0], S_nice /*"nice"*/))
111 if (t->t_dcom[1])
113 if (t->t_dcom[1][0] == '+' ||
114 t->t_dcom[1][0] == '-')
115 if (t->t_dcom[2]) {
117 t->t_nice = getn(t->t_dcom[1]);
118 lshift(t->t_dcom, 2);
124 lshift(t->t_dcom, 1);
129 else if (eq(t->t_dcom[0], S_nohup /*"nohup"*/))
130 if (t->t_dcom[1]) {
132 lshift(t->t_dcom, 1);
135 else if (eq(t->t_dcom[0], S_time /*"time"*/))
136 if (t->t_dcom[1]) {
138 lshift(t->t_dcom, 1);