Home | History | Annotate | Download | only in src

Lines Matching refs:meta

1656 dbteste_isa(Test_env *te, Test_meta meta)
1663 return (meta == TM_END ? TO_NONNULL : TO_NONOP);
1670 if (meta == TM_UNOP || meta == TM_BINOP) {
1681 ret = test_isop(meta, buf);
1683 } else if (meta == TM_END)
1687 dbtest_tokens[(int)meta])) ? TO_NONNULL : TO_NONOP;