HomeSort by relevance Sort by last modified time
    Searched refs:is_end_of_line (Results 1 - 25 of 44) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/
cond.c 142 while (! is_end_of_line[(unsigned char) *input_line_pointer])
201 is_eol = is_end_of_line[(unsigned char) *input_line_pointer];
232 while (! is_end_of_line[(unsigned char) *input_line_pointer])
247 && ! is_end_of_line[(unsigned char) *input_line_pointer])
329 while (! is_end_of_line[(unsigned char) *input_line_pointer])
400 while (! is_end_of_line[(unsigned char) *input_line_pointer])
447 while (! is_end_of_line[(unsigned char) *input_line_pointer])
read.h 54 extern char is_end_of_line[];
read.c 129 char is_end_of_line[256] = { variable
272 is_end_of_line[(unsigned char) *p] = 2;
784 was_new_line = is_end_of_line[(unsigned char) input_line_pointer[-1]];
868 || is_end_of_line[(unsigned char) rest[5]]))
1118 if (is_end_of_line[(unsigned char) c])
    [all...]
listing.c 359 || is_end_of_line [(unsigned char) *copy] != 1);
    [all...]
expr.c 745 if (is_end_of_line[(unsigned char) c])
886 || (is_end_of_line[0xff & input_line_pointer[1]])
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-z8k.c 539 while (**ptr && ! is_end_of_line[(unsigned char) **ptr])
750 if (*ptr && ! is_end_of_line[(unsigned char) *ptr])
753 while (*ptr && ! is_end_of_line[(unsigned char) *ptr])
762 if (*ptr && ! is_end_of_line[(unsigned char) *ptr])
765 while (*ptr && ! is_end_of_line[(unsigned char) *ptr])
1209 *op_end != 0 && *op_end != ' ' && ! is_end_of_line[(unsigned char) *op_end];
    [all...]
tc-mmix.c 734 && (! is_end_of_line[(unsigned char) *input_line_pointer]
    [all...]
tc-tic54x.c 341 if (is_end_of_line[(int) *input_line_pointer])
662 if (!is_end_of_line[(int) *input_line_pointer])
851 if (!is_end_of_line[(int) *input_line_pointer])
1121 if (is_end_of_line[(int) *input_line_pointer])
    [all...]
tc-tic6x.c 857 while (*p != ']' && !is_end_of_line[(unsigned char) *p])
    [all...]
tc-m68k.c     [all...]
tc-iq2000.c 697 while (!is_end_of_line[(unsigned char) *input_line_pointer])
820 if (!is_end_of_line[(unsigned char) *input_line_pointer])
obj-macho.c 108 && !is_end_of_line[(unsigned char) c])
335 && !is_end_of_line[(unsigned char) c])
374 && !is_end_of_line[(unsigned char) c])
1147 if (is_end_of_line[(unsigned char) *input_line_pointer])
    [all...]
tc-pj.c 245 *op_end && !is_end_of_line[*op_end & 0xff] && *op_end != ' ';
tc-microblaze.c 340 if (!is_end_of_line[(unsigned char) *input_line_pointer])
698 if (is_end_of_line[(unsigned char) *atp])
766 if (is_end_of_line[(unsigned char) *atp])
793 for (new_pointer = past_got; !is_end_of_line[(unsigned char) *new_pointer++];)
908 *op_end && !is_end_of_line[(unsigned char) *op_end] && *op_end != ' ';
    [all...]
tc-arc.c 1176 for (; ! is_end_of_line[(unsigned char) *p]; p++)
    [all...]
tc-moxie.c 174 *op_end && !is_end_of_line[*op_end & 0xff] && *op_end != ' ';
tc-tilegx.c 1167 if (is_end_of_line[separator] || (separator == '}'))
1202 if (!is_end_of_line[(unsigned char)*input_line_pointer])
    [all...]
tc-tilepro.c 1053 if (is_end_of_line[separator] || (separator == '}'))
1088 if (!is_end_of_line[(unsigned char)*input_line_pointer])
    [all...]
tc-nios2.c 557 if (is_end_of_line[(unsigned char) *input_line_pointer])
    [all...]
tc-tic30.c 312 while (!is_end_of_line[(unsigned char) *next_line])
351 while (!is_end_of_line[(unsigned char) (c = *line)])
    [all...]
tc-dlx.c 218 while (!is_end_of_line[(unsigned char) *input_line_pointer])
tc-i960.c     [all...]
tc-sh64.c     [all...]
tc-sparc.c     [all...]
tc-vax.c     [all...]

Completed in 7321 milliseconds

1 2