Lines Matching refs:ARGS
22 static void yyparse ARGS((void));
23 static struct op *pipeline ARGS((int cf));
24 static struct op *andor ARGS((void));
25 static struct op *c_list ARGS((int multi));
26 static struct ioword *synio ARGS((int cf));
27 static void musthave ARGS((int c, int cf));
28 static struct op *nested ARGS((int type, int smark, int emark));
29 static struct op *get_command ARGS((int cf));
30 static struct op *dogroup ARGS((void));
31 static struct op *thenpart ARGS((void));
32 static struct op *elsepart ARGS((void));
33 static struct op *caselist ARGS((void));
34 static struct op *casepart ARGS((int endtok));
35 static struct op *function_body ARGS((char *name, int ksh_func));
36 static char ** wordlist ARGS((void));
37 static struct op *block ARGS((int type, struct op *t1, struct op *t2,
39 static struct op *newtp ARGS((int type));
40 static void syntaxerr ARGS((const char *what))
42 static void nesting_push ARGS((struct nesting_state *save, int tok));
43 static void nesting_pop ARGS((struct nesting_state *saved));
44 static int assign_command ARGS((char *s));
45 static int inalias ARGS((struct source *s));
47 static int dbtestp_isa ARGS((Test_env *te, Test_meta meta));
48 static const char *dbtestp_getopnd ARGS((Test_env *te, Test_op op,
50 static int dbtestp_eval ARGS((Test_env *te, Test_op op, const char *opnd1,
52 static void dbtestp_error ARGS((Test_env *te, int offset, const char *msg));