Home
last modified time | relevance | path

Searched refs:gap_width (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
500 gap_width = DEFAULT_PAPER_WIDTH * POINTS_PER_INCH / in main()
504 margin_x = gap_width/2; in main()
532 phys_col * (box_width + gap_width); in main()
551 gap_width, gap_height); in main()
1041 place = margin_x - gap_width/2 + i * (box_width+gap_width); in setuppage()