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

/external/mksh/src/
H A Dsh.h1860 enum Test_op { enum
1876 typedef enum Test_op Test_op; typedef in typeref:enum:Test_op
1900 Test_op (*isa)(struct test_env *, Test_meta);
1901 const char *(*getopnd) (struct test_env *, Test_op, bool);
1902 int (*eval)(struct test_env *, Test_op, const char *, const char *, bool);
1909 Test_op test_isop(Test_meta, const char *);
1910 int test_eval(Test_env *, Test_op, const char *, const char *, bool);

Completed in 136 milliseconds