Searched refs:op_tok (Results 1 – 2 of 2) sorted by relevance
647 Token tok, op_tok; in parse_attributes() local678 op_tok = TK_ERROR; in parse_attributes()681 op_tok = gettoken_eq(mf, attr->at_fmt, in parse_attributes()683 if (op_tok == TK_ERROR) in parse_attributes()688 switch (tok = attr->at_func(mf, op_tok, uvalue)) { in parse_attributes()
2606 char *op_tok; member2650 for (op = table; *op->op_tok; op++) { in find_op()2651 if (strcmp(tok, op->op_tok) == 0) in find_op()