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

/osnet-11/usr/src/lib/libcurses/screen/
H A Dstart_col.c108 char **marks; local
110 if ((marks = (char **)calloc((unsigned)LINES,
113 SP->_color_mks = marks;
115 if ((*marks = (char *)calloc((unsigned)nc * LINES,
117 free(marks);
125 for (i = LINES - 1; i-- > 0; ++marks)
126 *(marks + 1) = *marks + nc;
H A Dnewscreen.c231 char **marks; local
233 if ((marks = (char **)calloc((unsigned)LINES,
236 SP->_mks = marks;
238 if ((*marks = (char *)calloc((unsigned)nc * LINES,
241 for (i = LINES - 1; i-- > 0; ++marks)
242 *(marks + 1) = *marks + nc;
H A Dwrefresh.c68 static char **marks; /* the mark table for cookie terminals */ variable
71 #define _ISMARK1(y, x) (marks[y][x / BITSPERBYTE] & (1 << (x % BITSPERBYTE)))
116 marks = _MARKS;
182 if (marks)
184 marks[wy][wx] = 0;
362 * clear ALL marks in the affected regions. The second case is
450 if (marks) {
496 if (!marks)
546 if (!changed && !marks && clr_bol && blnkx > wx &&
601 if (marks)
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL136 heading style and marks C<=item> entries with a colon in the left margin.
180 Sets the quote marks used to surround CE<lt>> text to I<quotes>. If
188 quote marks are added around CE<lt>> text.
H A Dpod2man.PL214 Sets the quote marks used to surround CE<lt>> text to I<quotes>. If
222 quote marks are added around CE<lt>> text (but the font is still changed for
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.xs559 IV marks = g_depth - need_depth;
562 while (marks--) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DText.pm704 things, uses a different heading style and marks C<=item> entries with a
736 Sets the quote marks used to surround CE<lt>> text. If the value is a
743 marks are added around CE<lt>> text.
H A DPlainText.pm604 things, uses a different heading style and marks C<=item> entries with a
H A DMan.pm183 # what defines all of the accent marks. Note that some of these are quoted
1252 Sets the quote marks used to surround CE<lt>> text. If the value is a
1259 marks are added around CE<lt>> text (but the font is still changed for troff
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm1319 print hash marks (#) on that filehandle every 1024 bytes. This
1320 simply invokes the C<hash()> method for you, so that hash marks
1512 Called without parameters, or with the first argument false, hash marks
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm1171 ; COP An OP that marks the start of a statement
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm1447 (NOTE: Many punction marks and symbols are variable in F<allkeys.txt>).
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex203 % have adopt a much more difficult approach (putting marks into the main
267 % Do @cropmarks to get crop marks.
285 % \get*marks macros below extract the needed part using \ifcase.
291 % marks for the sectioning macros, one before the section break, and
1338 % Extract \thiscolor definition from the marks.
2958 \global\expandafter\let\csname get#1#2marks\endcsname \temp
4762 % Each @chapter defines these (using marks) as the number+name, number
/osnet-11/usr/src/grub/grub-0.97/docs/
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 81 milliseconds