Searched refs:orig_start (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | complete.c | 2691 static int orig_start, orig_end; in rl_old_menu_complete() local 2730 orig_start = rl_point; 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() 2790 insert_match (orig_text, orig_start, MULT_MATCH, "e_char); in rl_old_menu_complete() 2794 insert_match (matches[match_list_index], orig_start, SINGLE_MATCH, "e_char); in rl_old_menu_complete() 2824 static int orig_start, orig_end; in rl_menu_complete() local 2863 orig_start = rl_point; 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/usr.sbin/sysinst/ |
H A D | defs.h | 779 daddr_t getpartsize(struct disk_partitions *parts, daddr_t orig_start,
|
H A D | label.c | 2238 getpartsize(struct disk_partitions *parts, daddr_t orig_start, in getpartsize() argument 2249 max = parts->pscheme->max_free_space_at(parts, orig_start); in getpartsize() 2250 max += orig_start - partstart; in getpartsize()
|
/netbsd-src/sys/ufs/chfs/ |
H A D | chfs_gc.c | 1077 struct chfs_full_dnode *fn, uint32_t orig_start, uint32_t orig_end) in chfs_gcollect_dnode() argument
|