HomeSort by: relevance | last modified time | path
    Searched defs:Test_op (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
c_test.h 6 enum Test_op {
19 typedef enum Test_op Test_op;
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,
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,
c_test.h 6 enum Test_op {
19 typedef enum Test_op Test_op;
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,
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,

Completed in 24 milliseconds