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

/freebsd-9.3-release/contrib/less/
H A Dmark.c26 * The table of marks.
32 static struct mark marks[NMARKS]; variable in typeref:struct:mark
35 * Initialize the mark table to show no marks are set.
43 marks[i].m_scrpos.pos = NULL_POSITION;
54 return (&marks[c-'a']);
57 return (&marks[c-'A'+26]);
112 m = &marks[LASTMARK];
172 marks[LASTMARK].m_scrpos = scrpos;
173 marks[LASTMARK].m_ifile = curr_ifile;
195 if (m == &marks[LASTMAR
[all...]
/freebsd-9.3-release/contrib/nvi/common/
H A Dmark.c34 * 10 marks at any one time, so this will be is fast enough.
48 * In historic vi, marks returned if the operation was undone, unless the
51 * deleted, we delete (and log) any marks on that line. An undo will create
63 * Set up the marks.
76 * Set up the marks.
78 LIST_INIT(&ep->marks);
84 * Free up the marks.
99 while ((lmp = ep->marks.lh_first) != NULL) {
179 LIST_INSERT_HEAD(&sp->ep->marks, lmt, q);
210 for (lastlmp = NULL, lmp = sp->ep->marks
[all...]
H A Dexf.h34 LIST_HEAD(_markh, _lmark) marks;/* Linked list of file MARK's. */ member in struct:_exf
H A Dapi.c215 mp = sp->ep->marks.lh_first;
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_move.c114 * Log the positions of any marks in the to-be-deleted lines. This
117 * positions. Then the marks end up in the right positions no matter
127 /* Log the old positions of the marks. */
129 for (lmp = sp->ep->marks.lh_first; lmp != NULL; lmp = lmp->q.le_next)
153 for (lmp = sp->ep->marks.lh_first;
172 for (lmp = sp->ep->marks.lh_first;
187 /* Log the new positions of the marks. */
189 for (lmp = sp->ep->marks.lh_first;
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex595 marks of others.
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex202 % have adopt a much more difficult approach (putting marks into the main
266 % Do @cropmarks to get crop marks.
3867 % However, they are not reliable, because we don't use marks.
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex211 % have adopt a much more difficult approach (putting marks into the main
275 % Do @cropmarks to get crop marks.
4041 % However, they are not reliable, because we don't use marks.
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex203 % have adopt a much more difficult approach (putting marks into the main
267 % Do @cropmarks to get crop marks.
3939 % However, they are not reliable, because we don't use marks.

Completed in 90 milliseconds