OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:output_vpos
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/groff/dist/src/devices/grops/
ps.cpp
548
int
output_vpos
;
member in class:ps_printer
609
output_vpos
(-1),
969
output_vpos
= output_hpos = -1;
989
if (output_hpos < 0 ||
output_vpos
< 0)
994
if (
output_vpos
!= sbuf_vpos) {
1040
out.put_fix_number(sbuf_vpos -
output_vpos
);
1044
.put_fix_number(sbuf_vpos -
output_vpos
);
1051
output_vpos
= sbuf_vpos;
1251
output_hpos =
output_vpos
= -1;
1335
output_hpos =
output_vpos
= -1
[
all
...]
/src/external/gpl2/groff/dist/src/roff/troff/
node.cpp
753
units
output_vpos
;
member in class:troff_output_file
965
if (vpos !=
output_vpos
) {
966
units n = vpos -
output_vpos
;
978
output_vpos
= vpos;
1017
check_output_limits(output_hpos,
output_vpos
- height);
1018
check_output_limits(output_hpos + width,
output_vpos
+ depth);
1057
if (tbuf_len > 0 && hpos == output_hpos && vpos ==
output_vpos
1082
// check_output_limits(output_hpos,
output_vpos
);
1083
if (vpos ==
output_vpos
1134
if (vpos ==
output_vpos
[
all
...]
/src/external/gpl2/groff/dist/src/devices/grohtml/
post-html.cpp
1958
int
output_vpos
;
member in class:html_printer
3759
if ((
output_vpos
!= g->minv) || (output_hpos < g->minh)) {
3958
(
output_vpos
< g->minv) &&
3959
(
output_vpos
-height > g->maxv) &&
3973
(
output_vpos
> g->minv) &&
3974
(
output_vpos
-height < g->maxv) &&
3988
(g->minv <
output_vpos
) &&
3989
(
output_vpos
-height > g->maxv) &&
4003
(g->minv >
output_vpos
) &&
4004
(
output_vpos
-height < g->maxv) &
[
all
...]
Completed in 57 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026