Searched refs:TC_EOL_IN_INSN (Results 1 – 10 of 10) sorted by relevance
58 #ifndef TC_EOL_IN_INSN59 #define TC_EOL_IN_INSN(P) 0 macro376 for (p = limit - 1; *p != '\n' || TC_EOL_IN_INSN (p); --p) in input_scrub_next_buffer()
6274 #ifdef TC_EOL_IN_INSN in _find_end_of_line()6275 || (insn && TC_EOL_IN_INSN (s)) in _find_end_of_line()
422 * input-scrub.c (input_scrub_next_buffer): Use TC_EOL_IN_INSN424 (TC_EOL_IN_INSN): Provide a default definition if necessary.
1708 * config/tc-hppa.h (TC_EOL_IN_INSN): Check explicitly for '!',
9742 * config/tc-hppa.h (TC_EQUAL_IN_INSN, TC_EOL_IN_INSN): Define.
49 #define TC_EOL_IN_INSN(PTR) (bfin_eol_in_insn(PTR) ? 1 : 0) macro
121 #define TC_EOL_IN_INSN(PTR) (*(PTR) == '!' && (PTR)[-1] == ',') macro
42 #define TC_EOL_IN_INSN(p) (*(p) == ';' && ! mmix_next_semicolon_is_eoln) macro
737 || TC_EOL_IN_INSN (input_line_pointer))) in mmix_discard_rest_of_line()
1018 @item TC_EOL_IN_INSN1019 @cindex TC_EOL_IN_INSN