OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_scrpos
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/less/dist/
mark.c
35
struct scrpos
m_scrpos
; /* Position of the mark */
member in struct:mark
57
m->
m_scrpos
.pos = pos;
58
m->
m_scrpos
.ln = ln;
161
get_scrpos(&m->
m_scrpos
, TOP);
162
cmark(m, curr_ifile, m->
m_scrpos
.pos, m->
m_scrpos
.ln);
177
if (m->
m_scrpos
.pos == NULL_POSITION)
226
if (m->
m_scrpos
.pos == NULL_POSITION)
231
m->
m_scrpos
.pos = NULL_POSITION;
269
if (m == &marks[LASTMARK] && m->
m_scrpos
.pos == NULL_POSITION
[
all
...]
Completed in 17 milliseconds
Indexes created Mon May 18 00:24:49 UTC 2026