Home
last modified time | relevance | path

Searched refs:gap_height (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/tools/codereview/
H A Dlwlp.c263 static int gap_width, gap_height; variable
502 gap_height = DEFAULT_PAPER_HEIGHT * POINTS_PER_INCH / in main()
505 margin_y = gap_height/2; in main()
534 phys_row * (box_height + gap_height); in main()
551 gap_width, gap_height); in main()
1035 place = margin_y - gap_height/2 + i * (box_height+gap_height); in setuppage()