OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:highest_hilite
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/less/dist/
line.c
65
public POSITION
highest_hilite
; /* Pos of last hilite in file found so far */
variable
717
if (
highest_hilite
!= NULL_POSITION && pos != NULL_POSITION && pos >
highest_hilite
)
718
highest_hilite
= pos;
command.c
45
extern POSITION
highest_hilite
;
1197
highest_hilite
= until_hilite ? curr_len : NULL_POSITION;
1201
if (until_hilite &&
highest_hilite
> curr_len)
Completed in 26 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026