Home | History | Annotate | Download | only in dist

Lines Matching refs:LEFT

169     u_int ocy, struct screen *left, struct screen *centre, struct screen *right,
174 width_left = left->cx;
180 * Try to keep as much of the left and right as possible at the expense
192 /* Write left. */
193 format_draw_put(octx, ocx, ocy, left, frs, 0, 0, width_left);
225 /* Draw format with list on the left. */
228 u_int ocy, struct screen *left, struct screen *centre, struct screen *right,
237 width_left = left->cx;
246 * list, then the left.
265 /* If there is no list left, pass off to the no list function. */
267 screen_write_start(&ctx, left);
271 format_draw_none(octx, available, ocx, ocy, left, centre,
276 /* Write left at 0. */
277 format_draw_put(octx, ocx, ocy, left, frs, 0, 0, width_left);
310 * If there is no focus given, keep the left in focus.
331 u_int ocy, struct screen *left, struct screen *centre, struct screen *right,
340 width_left = left->cx;
349 * right, then the left.
368 /* If there is no list left, pass off to the no list function. */
374 format_draw_none(octx, available, ocx, ocy, left, centre,
379 /* Write left at 0. */
380 format_draw_put(octx, ocx, ocy, left, frs, 0, 0, width_left);
439 u_int ocy, struct screen *left, struct screen *centre, struct screen *right,
448 width_left = left->cx;
457 * after the list, then the left.
476 /* If there is no list left, pass off to the no list function. */
482 format_draw_none(octx, available, ocx, ocy, left, centre,
487 /* Write left at 0. */
488 format_draw_put(octx, ocx, ocy, left, frs, 0, 0, width_left);
545 u_int ocx, u_int ocy, struct screen *left, struct screen *centre,
553 width_left = left->cx;
561 * Trim first centre, then the right, then the left.
588 /* Write left at 0. */
589 format_draw_put(octx, ocx, ocy, left, frs, 0, 0, width_left);
693 enum { LEFT,
701 TOTAL } current = LEFT, last = LEFT;
702 const char *names[] = { "LEFT",
714 u_int map[] = { LEFT,
715 LEFT,
740 * We build three screens for left, right, centre alignment, one for
741 * the list, one for anything after the list and two for the list left
907 /* Entering left marker. */
998 format_draw_none(octx, available, ocx, ocy, &s[LEFT],
1002 /* List is part of the left. */
1003 format_draw_left(octx, available, ocx, ocy, &s[LEFT],
1010 format_draw_centre(octx, available, ocx, ocy, &s[LEFT],
1017 format_draw_right(octx, available, ocx, ocy, &s[LEFT],
1024 format_draw_absolute_centre(octx, available, ocx, ocy, &s[LEFT],
1045 log_debug("%s: range left at %u-%u", __func__,
1117 * Trim on the left, taking #[] into account. Note, we copy the whole set of