Lines Matching defs:left
22 * characters left for "cmd" in in 80 column "ps -l" mode. On x86-64 you
403 int i, j, k, left = 0;
427 left = !(j&1);
428 printf(" %-8s%*s%c"+2*!left, t->name, -30*left, t->help, 10+22*left);
431 if (!multi && left) xputc('\n');
623 // Increasing stime:size reveals more data at left until full,
624 // so move start address so yyyy-mm-dd hh:mm revealed on left at :16,
677 // If last field is left justified, no trailing spaces.
683 // If we truncated a left-justified field, show + instead of last char
855 // (There's well over 3k of toybuf left. We could dynamically malloc, but