Searched refs:PARALLEL_SEPARATOR (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-tic30.h38 #define PARALLEL_SEPARATOR '|' macro
H A Dtc-tic54x.h36 #define PARALLEL_SEPARATOR '|' macro
H A Dtc-tic30.c314 if (*next_line == PARALLEL_SEPARATOR
315 && *(next_line + 1) == PARALLEL_SEPARATOR)
746 && *current_posn != PARALLEL_SEPARATOR)
753 if (*current_posn == PARALLEL_SEPARATOR)
774 else if (*current_posn == PARALLEL_SEPARATOR)
1107 return (c == PARALLEL_SEPARATOR);
H A Dtc-tic54x.c4514 return (next_line[0] == PARALLEL_SEPARATOR
4515 && next_line[1] == PARALLEL_SEPARATOR);
5323 return c == PARALLEL_SEPARATOR;
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic30.h42 #define PARALLEL_SEPARATOR '|' macro
H A Dtc-tic54x.h37 #define PARALLEL_SEPARATOR '|' macro
H A Dtc-tic30.c872 if (!is_space_char (*current_posn) && *current_posn != PARALLEL_SEPARATOR)
879 if (*current_posn == PARALLEL_SEPARATOR)
898 else if (*current_posn == PARALLEL_SEPARATOR)
1428 if (*next_line == PARALLEL_SEPARATOR && *(next_line + 1) == PARALLEL_SEPARATOR)
1517 return (c == PARALLEL_SEPARATOR);
H A Dtc-tic54x.c4566 return (next_line[0] == PARALLEL_SEPARATOR
4567 && next_line[1] == PARALLEL_SEPARATOR);
5393 return c == PARALLEL_SEPARATOR;

Completed in 272 milliseconds