HomeSort by relevance Sort by last modified time
    Searched refs:Test_op (Results 1 - 4 of 4) sorted by null

  /external/mksh/src/
syn.c 63 static Test_op dbtestp_isa(Test_env *, Test_meta);
64 static const char *dbtestp_getopnd(Test_env *, Test_op, bool);
65 static int dbtestp_eval(Test_env *, Test_op, const char *,
980 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
982 static Test_op
988 Test_op ret = TO_NONOP;
1027 dbtestp_getopnd(Test_env *te, Test_op op MKSH_A_UNUSED,
1042 dbtestp_eval(Test_env *te MKSH_A_UNUSED, Test_op op MKSH_A_UNUSED,
sh.h     [all...]
funcs.c 168 Test_op op_num;
218 static Test_op ptest_isa(Test_env *, Test_meta);
219 static const char *ptest_getopnd(Test_env *, Test_op, bool);
    [all...]
exec.c 39 static Test_op dbteste_isa(Test_env *, Test_meta);
40 static const char *dbteste_getopnd(Test_env *, Test_op, bool);
    [all...]

Completed in 389 milliseconds