Searched refs:ury (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/utils/afmtodit/
H A Dafmtodit.pl6126 my $ury = 0;
6144 $ury = $field[$i + 4];
6163 $height{$n} = $ury;
/freebsd-9.3-release/contrib/groff/src/devices/grops/
H A Dps.cpp1721 int ury = parms[3];
1738 if (lly == ury) {
1739 error("lly and ury arguments for X import command must not be equal");
1744 int old_ht = ury - lly;
1758 .put_number(ury - lly)
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dinput.cpp5762 int llx, lly, urx, ury; member in struct:bounding_box
5771 &bb->llx, &bb->lly, &bb->urx, &bb->ury) == 4)
5782 bb->ury = (int)x4;
5793 bb->llx = bb->lly = bb->urx = bb->ury = 0;
5833 inline void assign_registers(int llx, int lly, int urx, int ury) argument
5838 ury_reg_contents = ury;
5864 assign_registers(bb.llx, bb.lly, bb.urx, bb.ury);
5915 assign_registers(bb.llx, bb.lly, bb.urx, bb.ury);
7666 number_reg_dictionary.define("ury", new variable_reg(&ury_reg_contents));

Completed in 207 milliseconds