Home | History | Annotate | Download | only in sh

Lines Matching refs:col

387 	int col;
445 col = strlen(s);
447 fmtstr(s + col, 16, "%ld ", (long)ps->pid);
448 col += strlen(s + col);
451 scopy("Running", s + col);
455 fmtstr(s + col, 16, "Done(%d)", st);
457 fmtstr(s + col, 16, "Done");
467 scopyn(sys_siglist[st], s + col, 32);
469 fmtstr(s + col, 16, "Signal %d", st);
471 col += strlen(s + col);
472 scopyn(" (core dumped)", s + col, 64 - col);
475 col += strlen(s + col);
479 col++;
480 } while (col < 30);