Searched refs:scrpos (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dposition.c108 struct scrpos scrpos; local
118 get_scrpos(&scrpos);
121 scrpos.pos = NULL_POSITION;
125 if (scrpos.pos != NULL_POSITION)
126 table[scrpos.ln-1] = scrpos.pos;
179 get_scrpos(scrpos)
180 struct scrpos *scrpos;
[all...]
H A Difile.c34 struct scrpos h_scrpos; /* Saved position within the file */
262 store_pos(ifile, scrpos)
264 struct scrpos *scrpos;
266 int_ifile(ifile)->h_scrpos = *scrpos;
274 get_pos(ifile, scrpos)
276 struct scrpos *scrpos;
278 *scrpos = int_ifile(ifile)->h_scrpos;
H A Dmark.c22 struct scrpos m_scrpos;
149 struct scrpos scrpos; local
154 get_scrpos(&scrpos);
155 m->m_scrpos = scrpos;
165 struct scrpos scrpos; local
169 get_scrpos(&scrpos);
170 if (scrpos.pos == NULL_POSITION)
172 marks[LASTMARK].m_scrpos = scrpos;
184 struct scrpos scrpos; local
[all...]
H A Djump.c102 struct scrpos scrpos; local
107 get_scrpos(&scrpos);
109 jump_loc(scrpos.pos, scrpos.ln);
H A Dedit.c28 extern struct scrpos initial_scrpos;
157 struct scrpos scrpos; local
166 get_scrpos(&scrpos);
167 if (scrpos.pos != NULL_POSITION)
169 store_pos(curr_ifile, &scrpos);
H A Dsearch.c609 struct scrpos scrpos; local
611 get_scrpos(&scrpos);
612 if (scrpos.pos == NULL_POSITION)
614 prep_hilite(scrpos.pos, position(BOTTOM_PLUS_ONE), -1);
H A Dmain.c26 public struct scrpos initial_scrpos;
H A Dless.h293 struct scrpos struct
H A Dcommand.c44 extern struct scrpos initial_scrpos;

Completed in 107 milliseconds