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

/haiku-fatelf/src/libs/ncurses/test/
H A Dlrtest.c62 static MARK marks[] = local
108 for (n = 0; n < SIZEOF(marks); n++) {
109 show(&marks[n]);
127 for (n = 0; n < SIZEOF(marks); n++) {
128 if (marks[n].mode == 0) { /* moving along x-direction */
129 if (marks[n].y)
130 marks[n].y = LINES - 1;
132 if (marks[n].x)
133 marks[n].x = COLS - 1;
/haiku-fatelf/src/bin/less/
H A Dmark.c27 * The table of marks.
33 static struct mark marks[NMARKS]; variable in typeref:struct:mark
36 * Initialize the mark table to show no marks are set.
44 marks[i].m_scrpos.pos = NULL_POSITION;
55 return (&marks[c-'a']);
58 return (&marks[c-'A'+26]);
113 m = &marks[LASTMARK];
173 marks[LASTMARK].m_scrpos = scrpos;
174 marks[LASTMARK].m_ifile = curr_ifile;
196 if (m == &marks[LASTMAR
[all...]
/haiku-fatelf/headers/cpp/
H A Dparsestream.h143 streammarker marks[2];
144 short _first; // of the two marks; either 0 or 1
148 int line_length() { marks[second].delta(marks[first]); }
149 int line_length() { marks[second].delta(marks[first]); }
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex200 % have adopt a much more difficult approach (putting marks into the main
264 % Do @cropmarks to get crop marks.
3810 % However, they are not reliable, because we don't use marks.
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex183 % Do @cropmarks to get crop marks
4129 % have adopt a much more difficult approach (putting marks into the main
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex205 % have adopt a much more difficult approach (putting marks into the main
269 % Do @cropmarks to get crop marks.
4245 % However, they are not reliable, because we don't use marks.
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex187 % Do @cropmarks to get crop marks.
5894 % have adopt a much more difficult approach (putting marks into the main
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex174 % Do @cropmarks to get crop marks.
5554 % have adopt a much more difficult approach (putting marks into the main

Completed in 139 milliseconds