Home | History | Annotate | Download | only in ksh

Lines Matching refs:ARGS

96 static int	test_stat ARGS((const char *, struct stat *));
97 static int test_eaccess ARGS((const char *, int));
98 static int test_oexpr ARGS((Test_env *, int));
99 static int test_aexpr ARGS((Test_env *, int));
100 static int test_nexpr ARGS((Test_env *, int));
101 static int test_primary ARGS((Test_env *, int));
102 static int ptest_isa ARGS((Test_env *, Test_meta));
103 static const char *ptest_getopnd ARGS((Test_env *, Test_op, int));
104 static int ptest_eval ARGS((Test_env *, Test_op, const char *,
106 static void ptest_error ARGS((Test_env *, int, const char *));