Home | History | Annotate | Download | only in src

Lines Matching refs:left

91 		t = t->left;
94 fptreef(shf, indent + 2, "( %T) ", t->left);
97 fptreef(shf, indent, "%T| ", t->left);
101 fptreef(shf, indent, "%T%;", t->left);
107 t->left, (t->type == TOR) ? "||" : "&&", t->right);
132 fptreef(shf, indent + INDENT, "do%N%T", t->left);
137 for (t1 = t->left; t1 != NULL; t1 = t1->right) {
145 fptreef(shf, indent + INDENT, "%N%T%N;%c", t1->left,
165 fptreef(shf, indent + 5 - i, Telif_pT + i, t1->left);
167 if (t1->left != NULL) {
170 "then", t1->left);
185 t->left);
191 fptreef(shf, indent + INDENT, "{%N%T", t->left);
195 fptreef(shf, indent, "%T|& ", t->left);
199 fptreef(shf, indent, "%T& ", t->left);
203 fpFUNCTf(shf, indent, tobool(t->u.ksh_func), t->str, t->left);
206 fptreef(shf, indent, "%s %T", "time", t->left);
555 r->left = tcopy(t->left, ap);
705 tfree(t->left, ap);
992 t = t->left;
1002 dumptree(shf, t->left);
1049 for (t1 = t->left; t1 != NULL; t1 = t1->right) {
1064 dumptree(shf, t1->left);
1087 dumptree(shf, t->left);
1090 if (t->left != NULL) {
1092 dumptree(shf, t->left);