Home | History | Annotate | Download | only in src

Lines Matching refs:meta

1455 dbteste_isa(Test_env *te, Test_meta meta)
1462 return (meta == TM_END ? TO_NONNULL : TO_NONOP);
1469 if (meta == TM_UNOP || meta == TM_BINOP) {
1477 ret = test_isop(meta, buf);
1479 } else if (meta == TM_END)
1483 dbtest_tokens[(int)meta])) ? TO_NONNULL : TO_NONOP;