Home | History | Annotate | Download | only in dist

Lines Matching defs:LASTMARK

43 #define NMARKS          ((2*26)+2)      /* a-z, A-Z, mousemark, lastmark */
44 #define NUMARKS ((2*26)+1) /* user marks (not lastmark) */
46 #define LASTMARK (NMARKS-1)
77 case LASTMARK: letter = '\''; break;
117 return (&marks[LASTMARK]);
168 m = &marks[LASTMARK];
238 public void lastmark(void)
247 cmark(&marks[LASTMARK], curr_ifile, scrpos.pos, scrpos.ln);
264 * If we're trying to go to the lastmark and
267 * {{ Couldn't we instead set marks[LASTMARK] in edit()? }}
269 if (m == &marks[LASTMARK] && m->m_scrpos.pos == NULL_POSITION)
274 /* Save scrpos; if it's LASTMARK it could change in edit_ifile. */