Home
last modified time | relevance | path

Searched refs:op_tok (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dmap_v2.c647 Token tok, op_tok; in parse_attributes() local
678 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()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c2606 char *op_tok; member
2650 for (op = table; *op->op_tok; op++) { in find_op()
2651 if (strcmp(tok, op->op_tok) == 0) in find_op()