HomeSort by relevance Sort by last modified time
    Searched full:curcol (Results 1 - 11 of 11) sorted by null

  /external/python/cpython2/Lib/idlelib/
CallTipWindow.py 93 curline, curcol = map(int, self.widget.index("insert").split('.'))
95 (curline == self.parenline and curcol <= self.parencol) or \
  /external/python/cpython3/Lib/idlelib/
calltip_w.py 93 curline, curcol = map(int, self.widget.index("insert").split('.'))
95 (curline == self.parenline and curcol <= self.parencol) or \
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
CallTipWindow.py 99 curline, curcol = map(int, self.widget.index("insert").split('.'))
101 (curline == self.parenline and curcol <= self.parencol) or \
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
CallTipWindow.py 99 curline, curcol = map(int, self.widget.index("insert").split('.'))
101 (curline == self.parenline and curcol <= self.parencol) or \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTipWindow.py 99 curline, curcol = map(int, self.widget.index("insert").split('.'))
101 (curline == self.parenline and curcol <= self.parencol) or \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTipWindow.py 99 curline, curcol = map(int, self.widget.index("insert").split('.'))
101 (curline == self.parenline and curcol <= self.parencol) or \
  /external/strace/
strace.c 387 * Why curcol != 0? Otherwise sometimes we get this:
395 if (current_tcp && current_tcp->curcol != 0) {
538 current_tcp->curcol += n;
561 current_tcp->curcol += strlen(str);
601 current_tcp->curcol = 0;
605 printing_tcp->curcol = 0;
631 if (printing_tcp->curcol != 0 && (followfork < 2 || printing_tcp == tcp)) {
639 printing_tcp->curcol = 0;
645 current_tcp->curcol = 0;
684 if (current_tcp->curcol < acolumn
    [all...]
defs.h 208 int curcol; /* Output column for this process */ member in struct:tcb
804 * line_ended() clears printing_tcp and resets ->curcol = 0.
805 * tcp->curcol == 0 check is also used to detect completeness
    [all...]
ChangeLog     [all...]
  /external/toybox/toys/posix/
ls.c 403 unsigned curcol, color = 0; local
404 unsigned long next = next_column(ul, dtlen, columns, &curcol);
420 if (!curcol) xputc('\n');
516 curcol = colsizes[curcol]-(*len)-totpad;
517 if (curcol < 255) printf("%*c", curcol, ' ');
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
form.h 118 int curcol; /* current col in field window */ member in struct:formnode

Completed in 3143 milliseconds