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

/freebsd-11-stable/contrib/binutils/gas/
H A Dinput-scrub.c60 #ifndef TC_EOL_IN_INSN macro
61 #define TC_EOL_IN_INSN(P) 0
350 /* Terminate the buffer to avoid confusing TC_EOL_IN_INSN. */
352 for (p = limit - 1; *p != '\n' || TC_EOL_IN_INSN (p); --p)
378 /* Terminate the buffer to avoid confusing TC_EOL_IN_INSN. */
380 for (p = limit - 1; *p != '\n' || TC_EOL_IN_INSN (p); --p)

Completed in 99 milliseconds