Home
last modified time | relevance | path

Searched refs:orig_end (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dcomplete.c2691 static int orig_start, orig_end; in rl_old_menu_complete() local
2721 orig_end = rl_point; in rl_old_menu_complete()
2731 rl_point = orig_end; in rl_old_menu_complete()
2733 orig_text = rl_copy_text (orig_start, orig_end); in rl_old_menu_complete()
2734 matches = gen_completion_matches (orig_text, orig_start, orig_end, in rl_old_menu_complete()
2824 static int orig_start, orig_end; in rl_menu_complete() local
2854 orig_end = rl_point; in rl_menu_complete()
2864 rl_point = orig_end; in rl_menu_complete()
2866 orig_text = rl_copy_text (orig_start, orig_end); in rl_menu_complete()
2867 matches = gen_completion_matches (orig_text, orig_start, orig_end, in rl_menu_complete()
[all …]
/netbsd-src/sys/arch/sgimips/hpc/
H A Dif_sq.c936 int new_end, orig_end; in sq_rxintr() local
1030 orig_end = SQ_PREVRX(sc->sc_nextrx); in sq_rxintr()
1031 sc->sc_rxdesc[orig_end].hpc3_hdd_ctl &= ~HPC3_HDD_CTL_EOCHAIN; in sq_rxintr()
1032 SQ_CDRXSYNC(sc, orig_end, in sq_rxintr()
/netbsd-src/sys/ufs/chfs/
H A Dchfs_gc.c1077 struct chfs_full_dnode *fn, uint32_t orig_start, uint32_t orig_end) in chfs_gcollect_dnode() argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c132 size_t orig_end = end; in add_subrtxes_to_queue() local
182 return end - orig_end; in add_subrtxes_to_queue()
H A Dcfgexpand.c6059 rtx_insn *orig_end = BB_END (prev_bb); in construct_exit_block() local
6076 BB_END (prev_bb) = orig_end; in construct_exit_block()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgexpand.cc6246 rtx_insn *orig_end = BB_END (prev_bb); in construct_exit_block() local
6263 BB_END (prev_bb) = orig_end; in construct_exit_block()
H A DChangeLog-201427989 "orig_end".