Lines Matching defs:left
81 * 20-Dec-89: added -xhost to allow access control list to be left alone.
189 static int iconx[MAXSCREENS]; /* location of left edge of icon */
543 int y, left;
546 left = iconx[screen] + ICONW + font->max_bounds.width;
552 left, y - font->ascent, WIDTH - left,
556 left, y, prompt, (int) strlen(prompt));
558 left + 1, y, prompt, (int) strlen(prompt));
560 passx = left + 1 + XTextWidth(font, prompt, (int) strlen(prompt))
788 int y, left, done;
878 left = iconx[screen] + ICONW + font->max_bounds.width;
882 left, y, text_name, (int) strlen(text_name));
884 left + 1, y, text_name, (int) strlen(text_name));
886 left + XTextWidth(font, text_name, (int) strlen(text_name)), y,