Home | History | Annotate | Download | only in nasm

Lines Matching refs:TIMES

172         case TIMES:             str = "TIMES"; break;
384 case TIMES: /* TIMES expr exp */
449 if (curtok == TIMES) {
547 "TIMES");
553 N_("instruction expected after TIMES expression"));