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

/external/mksh/src/
H A Dsh.h2016 enum Test_op { enum
2032 typedef enum Test_op Test_op; typedef in typeref:enum:Test_op
2056 Test_op (*isa)(struct test_env *, Test_meta);
2057 const char *(*getopnd) (struct test_env *, Test_op, bool);
2058 int (*eval)(struct test_env *, Test_op, const char *, const char *, bool);
2065 Test_op test_isop(Test_meta, const char *);
2066 int test_eval(Test_env *, Test_op, const char *, const char *, bool);

Completed in 155 milliseconds