Lines Matching refs:lines
633 * Description: Finds the Maximum number of lines that will fit in
636 * height - height to fit lines into.
637 * Returns: the number of lines that will fit.
656 * lines.
658 * lines - the number of lines.
667 int lines )
669 MaxHeight( w, lines )
671 int lines;
677 return(lines * ext->max_logical_extent.height);