HomeSort by: relevance | last modified time | path
    Searched defs:test_env (Results 1 - 2 of 2) 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.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...]

Completed in 20 milliseconds