Searched refs:curcol (Results 1 - 3 of 3) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ls.c | 404 unsigned curcol, color = 0; in listfiles() local 405 unsigned long next = next_column(ul, dtlen, columns, &curcol); in listfiles() 423 if (!curcol) xputc('\n'); in listfiles() 522 curcol = colsizes[curcol]-(*len)-totpad; in listfiles() 523 if (curcol < 255) printf("%*c", curcol, ' '); in listfiles()
|
/third_party/toybox/toys/posix/ |
H A D | ls.c | 415 unsigned curcol, color = 0; in listfiles() local 416 unsigned long next = next_column(ul, dtlen, columns, &curcol); in listfiles() 435 if (!curcol) xputc('\n'); in listfiles() 534 curcol = colsizes[curcol]-(*len)-totpad; in listfiles() 535 if (curcol < 255) printf("%*c", curcol, ' '); in listfiles()
|
/third_party/python/Lib/idlelib/ |
H A D | calltip_w.py | 98 curline, curcol = map(int, self.anchor_widget.index("insert").split('.')) 100 (curline == self.parenline and curcol <= self.parencol) or \
|
Completed in 3 milliseconds