Home | History | Annotate | Download | only in src

Lines Matching refs:op

43 static struct op *pipeline(int);
44 static struct op *andor(void);
45 static struct op *c_list(bool);
47 static struct op *nested(int, int, int);
48 static struct op *get_command(int);
49 static struct op *dogroup(void);
50 static struct op *thenpart(void);
51 static struct op *elsepart(void);
52 static struct op *caselist(void);
53 static struct op *casepart(int);
54 static struct op *function_body(char *, bool);
56 static struct op *block(int, struct op *, struct op *, char **);
57 static struct op *newtp(int);
69 static struct op *outtree; /* yyparse output */
100 static struct op *
103 struct op *t, *p, *tl = NULL;
120 static struct op *
123 struct op *t, *p;
138 static struct op *
141 struct op *t = NULL, *p, *tl = NULL;
233 static struct op *
236 struct op *t;
259 static struct op *
262 struct op *t;
517 static struct op *
521 struct op *list;
541 static struct op *
544 struct op *t;
555 static struct op *
558 struct op *t;
578 static struct op *
581 struct op *t, *tl;
595 struct op *tc = casepart(c);
605 static struct op *
608 struct op *t;
661 static struct op *
667 struct op *t;
759 static struct op *
760 block(int type, struct op *t1, struct op *t2, char **wp)
762 struct op *t;
896 static struct op *
899 struct op *t;
901 t = alloc(sizeof(struct op), ATEMP);
912 struct op *
1027 dbtestp_getopnd(Test_env *te, Test_op op MKSH_A_UNUSED,
1042 dbtestp_eval(Test_env *te MKSH_A_UNUSED, Test_op op MKSH_A_UNUSED,
1129 struct op *t;