Home
last modified time | relevance | path

Searched refs:t_dcom (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c72 (void) strcpy_(t->t_dcom[0], t->t_dcom[0] + 1);
75 if (t->t_dcom[0] == 0)
109 if (t->t_dcom[1])
112 t->t_dcom[1][0] == '-')
113 if (t->t_dcom[2]) {
116 lshift(t->t_dcom, 2);
122 lshift(t->t_dcom, 1);
128 if (t->t_dcom[1]) {
130 lshift(t->t_dcom, 1);
134 if (t->t_dcom[1]) {
[all …]
H A Dsh.exec.c84 dp = globone(t->t_dcom[0]); in doexec()
85 sav = t->t_dcom[0]; in doexec()
86 exerr = 0; t->t_dcom[0] = dp; in doexec()
99 gflag = 0; av = &t->t_dcom[1]; in doexec()
106 blk[0] = t->t_dcom[0]; in doexec()
341 lshift(kp->t_dcom, 1); in execash()
H A Dsh.dol.c85 for (pp = t->t_dcom; p = *pp++; ) in Dfix()
88 Dfix2(t->t_dcom); /* found one */ in Dfix()
89 blkfree(t->t_dcom); in Dfix()
90 t->t_dcom = gargv; in Dfix()
H A Dsh.func.c89 tchar *cp = t->t_dcom[0]; in isbfunc()
142 xechoit(t->t_dcom); in func()
144 i = blklen(t->t_dcom) - 1; in func()
151 (*bp->bfunct)(t->t_dcom, t); in func()
376 lshift(kp->t_dcom, vv - kp->t_dcom); in doif()
H A Dsh.parse.c547 t->t_dcom = av; in syn3()
654 blkfree(t->t_dcom); in freesyn()
H A Dsh.h282 tchar **t_dcom; /* Command/argument vector */ member
H A Dsh.exp.c484 faket.t_dcom = fakecom; in exp6()
H A Dsh.glob.c767 faket.t_dcom = fakecom; in backeval()
H A Dsh.proc.c498 for (argp = t->t_dcom; *argp; argp++) { in padd()