HomeSort by: relevance | last modified time | path
    Searched refs:Test_env (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/ksh/
c_test.h 21 /* Used by Test_env.isa() (order important - used to index *_tokens[] arrays) */
37 typedef struct test_env Test_env;
38 struct test_env { struct
45 int (*isa) ARGS((Test_env *te, Test_meta meta));
46 const char *(*getopnd) ARGS((Test_env *te, Test_op op, int do_eval));
47 int (*eval) ARGS((Test_env *te, Test_op op, const char *opnd1,
49 void (*error) ARGS((Test_env *te, int offset, const char *msg));
52 Test_op test_isop ARGS((Test_env *te, Test_meta meta, const char *s));
53 int test_eval ARGS((Test_env *te, Test_op op, const char *opnd1
    [all...]
c_test.c 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 *));
114 Test_env te;
195 Test_env *te
    [all...]
syn.c 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));
321 Test_env te;
865 Test_env *te;
915 Test_env *te;
932 Test_env *te;
943 Test_env *te;
exec.c 36 static int dbteste_isa ARGS((Test_env *, Test_meta));
37 static const char *dbteste_getopnd ARGS((Test_env *, Test_op, int));
38 static int dbteste_eval ARGS((Test_env *, Test_op, const char *,
40 static void dbteste_error ARGS((Test_env *, int, const char *));
289 Test_env te;
1470 Test_env *te;
1511 Test_env *te;
1535 Test_env *te;
1546 Test_env *te;

Completed in 16 milliseconds