Searched defs:col (Results 1 - 2 of 2) sorted by relevance

/system/core/liblinenoise/
H A Dlinenoise.c174 int col = 0; local
179 col = 0;
181 col++;
184 return col;
/system/core/sh/
H A Djobs.c387 int col; local
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, 1
[all...]

Completed in 191 milliseconds