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 62 static Test_op dbtestp_isa(Test_env *, Test_meta);
63 static const char *dbtestp_getopnd(Test_env *, Test_op, bool);
64 static int dbtestp_eval(Test_env *, Test_op, const char *,
1004 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
1006 static Test_op
1012 Test_op ret = TO_NONOP;
1052 dbtestp_getopnd(Test_env *te, Test_op op MKSH_A_UNUSED,
1067 dbtestp_eval(Test_env *te MKSH_A_UNUSED, Test_op op MKSH_A_UNUSED,
sh.h     [all...]
funcs.c 178 Test_op op_num;
228 static Test_op ptest_isa(Test_env *, Test_meta);
229 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 53 milliseconds