OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:halfway
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/error/
filter.c
142
int
halfway
;
local in function:search_ignore
148
halfway
= (ub + lb)/2;
149
if ( (order = strcmp(key, names_ignored[
halfway
])) == 0)
150
return
halfway
;
152
ub =
halfway
- 1;
154
lb =
halfway
+ 1;
filter.c
142
int
halfway
;
local in function:search_ignore
148
halfway
= (ub + lb)/2;
149
if ( (order = strcmp(key, names_ignored[
halfway
])) == 0)
150
return
halfway
;
152
ub =
halfway
- 1;
154
lb =
halfway
+ 1;
Completed in 21 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025