OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:orig_start
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb/dist/readline/readline/
complete.c
2715
static int
orig_start
, orig_end;
local
2754
orig_start
= rl_point;
2757
orig_text = rl_copy_text (
orig_start
, orig_end);
2758
matches = gen_completion_matches (orig_text,
orig_start
, orig_end,
2790
rl_line_buffer[
orig_start
] and rl_line_buffer[rl_point] with
2814
insert_match (orig_text,
orig_start
, MULT_MATCH, "e_char);
2818
insert_match (matches[match_list_index],
orig_start
, SINGLE_MATCH, "e_char);
2848
static int
orig_start
, orig_end;
local
2887
orig_start
= rl_point;
2890
orig_text = rl_copy_text (
orig_start
, orig_end)
[
all
...]
/src/external/gpl3/gdb.old/dist/readline/readline/
complete.c
2715
static int
orig_start
, orig_end;
local
2754
orig_start
= rl_point;
2757
orig_text = rl_copy_text (
orig_start
, orig_end);
2758
matches = gen_completion_matches (orig_text,
orig_start
, orig_end,
2790
rl_line_buffer[
orig_start
] and rl_line_buffer[rl_point] with
2814
insert_match (orig_text,
orig_start
, MULT_MATCH, "e_char);
2818
insert_match (matches[match_list_index],
orig_start
, SINGLE_MATCH, "e_char);
2848
static int
orig_start
, orig_end;
local
2887
orig_start
= rl_point;
2890
orig_text = rl_copy_text (
orig_start
, orig_end)
[
all
...]
/src/usr.sbin/sysinst/
defs.h
780
daddr_t getpartsize(struct disk_partitions *parts, daddr_t
orig_start
,
label.c
2238
getpartsize(struct disk_partitions *parts, daddr_t
orig_start
,
2249
max = parts->pscheme->max_free_space_at(parts,
orig_start
);
2250
max +=
orig_start
- partstart;
/src/sys/ufs/chfs/
chfs_gc.c
1077
struct chfs_full_dnode *fn, uint32_t
orig_start
, uint32_t orig_end)
/src/sys/uvm/
uvm_map.c
1759
vaddr_t
orig_start
= *start;
local
1764
? *start <=
orig_start
\
1765
: *start >=
orig_start
), \
1766
"[%s] *start=%"PRIxVADDR"
orig_start
=%"PRIxVADDR \
1770
topdown ? "topdown" : "bottomup", *start,
orig_start
, \
Completed in 25 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026