Lines Matching defs:meta
977 dbtestp_isa(Test_env *te, Test_meta meta)
979 int c = tpeek(CMDASN | (meta == TM_BINOP ? 0 : CONTIN));
987 if (meta == TM_OR)
989 else if (meta == TM_AND)
991 else if (meta == TM_NOT)
994 else if (meta == TM_OPAREN)
996 else if (meta == TM_CPAREN)
998 else if (meta == TM_UNOP || meta == TM_BINOP) {
999 if (meta == TM_BINOP && c == REDIR &&
1005 } else if (uqword && (ret = test_isop(meta, ident)))
1008 /* meta == TM_END */
1013 if ((unsigned int)meta < NELEM(dbtest_tokens))
1014 save = wdcopy(dbtest_tokens[(int)meta], ATEMP);