HomeSort by: relevance | last modified time | path
    Searched defs:scrpos (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/less/dist/
position.c 104 struct scrpos scrpos; local
114 get_scrpos(&scrpos, TOP);
117 scrpos.pos = NULL_POSITION;
121 if (scrpos.pos != NULL_POSITION)
122 table[scrpos.ln-1] = scrpos.pos;
168 public void get_scrpos(struct scrpos *scrpos, int where)
185 scrpos->pos = NULL_POSITION
    [all...]
jump.c 122 struct scrpos scrpos; local
127 get_scrpos(&scrpos, TOP);
129 if (scrpos.pos == NULL_POSITION)
133 jump_loc(scrpos.pos, scrpos.ln);
mark.c 35 struct scrpos m_scrpos; /* Position of the mark */
201 struct scrpos scrpos; local
206 get_scrpos(&scrpos, where);
207 if (scrpos.pos == NULL_POSITION)
212 cmark(m, curr_ifile, scrpos.pos, scrpos.ln);
240 struct scrpos scrpos; local
244 get_scrpos(&scrpos, TOP)
257 struct scrpos scrpos; local
    [all...]
edit.c 40 extern struct scrpos initial_scrpos;
354 struct scrpos scrpos; local
364 get_scrpos(&scrpos, TOP);
365 if (scrpos.pos != NULL_POSITION)
367 store_pos(curr_ifile, &scrpos);
search.c 989 struct scrpos scrpos; local
991 get_scrpos(&scrpos, TOP);
992 if (scrpos.pos == NULL_POSITION)
994 prep_hilite(scrpos.pos, position(BOTTOM_PLUS_ONE), -1);
less.h 324 struct scrpos struct

Completed in 66 milliseconds