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 56 static Test_op dbtestp_isa(Test_env *, Test_meta);
57 static const char *dbtestp_getopnd(Test_env *, Test_op, bool);
58 static int dbtestp_eval(Test_env *, Test_op, const char *,
962 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
964 static Test_op
970 Test_op ret = TO_NONOP;
1009 dbtestp_getopnd(Test_env *te, Test_op op MKSH_A_UNUSED,
1024 dbtestp_eval(Test_env *te MKSH_A_UNUSED, Test_op op MKSH_A_UNUSED,
sh.h     [all...]
funcs.c 162 Test_op op_num;
212 static Test_op ptest_isa(Test_env *, Test_meta);
213 static const char *ptest_getopnd(Test_env *, Test_op, bool);
    [all...]
exec.c 38 static Test_op dbteste_isa(Test_env *, Test_meta);
39 static const char *dbteste_getopnd(Test_env *, Test_op, bool);
    [all...]

Completed in 36 milliseconds