Lines Matching defs:left
346 int lines, top, left;
358 left = (screen_cols - 46) / 2;
360 mvwaddstr(mixer_widget.window, top + 0, left, "In the midst of the word he was trying to say,");
361 mvwaddstr(mixer_widget.window, top + 1, left + 2, "In the midst of his laughter and glee,");
362 mvwaddstr(mixer_widget.window, top + 2, left, "He had softly and suddenly vanished away---");
363 mvwaddstr(mixer_widget.window, top + 3, left + 2, "For the Snark was a Boojum, you see.");
364 mvwchgat(mixer_widget.window, top + 3, left + 16, 3, /* ^^^ */
366 mvwaddstr(mixer_widget.window, top + 5, left, "(Lewis Carroll, \"The Hunting of the Snark\")");
396 int left, x;
398 left = first_control_x + col * (control_width + 1);
399 x = left + (control_width - width) / 2;
408 int left, frame_left;
419 left = first_control_x + col * (control_width + 1);
420 frame_left = left + (control_width - 4) / 2;
544 /* TRANSLATORS: "left"; no more than two characters */
638 chtype left, right;
644 left = first_visible_control_index > 0 ? ACS_LARROW : ACS_VLINE;
648 mvwvline(mixer_widget.window, y0, 0, left, y1 - y0 + 1);