Lines Matching refs:op_end
1436 unsigned char *op_end; local
1449 for (op_start = op_end = (unsigned char *) (str);
1450 *op_end
1452 && *op_end != '/'
1453 && !is_end_of_line[*op_end] && *op_end != ' ';
1454 op_end++)
1466 if (*op_end == '/')
1469 while ((i < ECC_MAX) && strncasecmp (d30v_ecc_names[i], op_end + 1, 2))
1475 strncpy (tmp, op_end + 1, 2);
1484 op_end += 3;
1552 input_line_pointer = op_end;