Searched defs:Test_op (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dsh.h1973 enum Test_op { enum
1989 typedef enum Test_op Test_op; typedef in typeref:enum:Test_op
2013 Test_op (*isa)(struct test_env *, Test_meta);
2014 const char *(*getopnd) (struct test_env *, Test_op, bool);
2015 int (*eval)(struct test_env *, Test_op, const char *, const char *, bool);
2022 Test_op test_isop(Test_meta, const char *) MKSH_A_PURE;
2023 int test_eval(Test_env *, Test_op, const char *, const char *, bool);

Completed in 162 milliseconds