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 *,
973 * TM_UNOP and TM_BINOP, the returned value is a Test_op).
975 static Test_op
981 Test_op ret = TO_NONOP;
1020 dbtestp_getopnd(Test_env *te, Test_op op MKSH_A_UNUSED,
1035 dbtestp_eval(Test_env *te MKSH_A_UNUSED, Test_op op MKSH_A_UNUSED,
sh.h     [all...]
funcs.c 167 Test_op op_num;
217 static Test_op ptest_isa(Test_env *, Test_meta);
218 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 80 milliseconds