Searched refs:tok_ (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-kvx.c702 struct token_list *tok_ = tok; local
705 while (tok_)
707 int ret = insert_operand (insn, *format, tok_);
709 while ((tok_ = tok_->next) && tok_->category == CAT_SEPARATOR);
H A Dkvx-parse.c799 struct token_s tok_ =
801 return create_token (tok_, 0, tok.begin);
796 struct token_s tok_ = local

Completed in 142 milliseconds