Home | History | Annotate | Download | only in strace

Lines Matching refs:col

2824 tabto(col)
2825 int col;
2827 if (curcol < col)
2828 tprintf("%*s", col - curcol, "");