Home
last modified time | relevance | path

Searched refs:return_p (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dutils.c2107 static int return_p = 0; in puts_debug() local
2112 return_p = 0; in puts_debug()
2116 if ((return_p || (strcmp (prev_prefix, prefix) != 0)) && !new_line) in puts_debug()
2170 return_p = ch == '\r'; in puts_debug()
H A DChangeLog-19984880 (puts_debug): Change 'carriage_return' local variable to return_p
/openbsd-src/gnu/gcc/gcc/config/h8300/
H A Dh8300.c632 h8300_push_pop (int regno, int nregs, int pop_p, int return_p) in h8300_push_pop() argument
639 if (!return_p && nregs == 1) in h8300_push_pop()
650 vec = rtvec_alloc ((return_p != 0) + nregs + 1); in h8300_push_pop()
655 if (return_p) in h8300_push_pop()
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dsparc.c2494 eligible_for_restore_insn (rtx trial, bool return_p) in eligible_for_restore_insn() argument
2524 else if (return_p && TARGET_V9 && ! epilogue_renumber (&pat, 1) in eligible_for_restore_insn()