Home | History | Annotate | Download | only in strace

Lines Matching refs:curcol

2339 static int curcol;
2367 curcol += n;
2381 curcol = 0;
2421 if (curcol < col)
2422 tprintf("%*s", col - curcol, "");