Home
last modified time | relevance | path

Searched refs:stripspaces (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/curses/
Dtextpad.py47 self.stripspaces = 1
110 elif self.stripspaces:
119 if self.stripspaces:
167 if stop == 0 and self.stripspaces:
170 if self.stripspaces and x > stop:
/external/python/cpython3/Lib/curses/
Dtextpad.py47 self.stripspaces = 1
110 elif self.stripspaces:
119 if self.stripspaces:
167 if stop == 0 and self.stripspaces:
170 if self.stripspaces and x > stop:
/external/mtools/
Dmk_direntry.c511 static void stripspaces(char *name) in stripspaces() function
548 stripspaces(shortname); in _mwrite_one()
550 stripspaces(argname); in _mwrite_one()
/external/python/cpython2/Doc/library/
Dcurses.rst1698 :attr:`stripspaces` flag is initially on.
1711 :attr:`stripspaces` attribute.
1729 | :kbd:`Control-E` | Go to right edge (stripspaces off) or end |
1730 | | of line (stripspaces on). |
1778 window are included is affected by the :attr:`stripspaces` member.
1781 .. attribute:: stripspaces
/external/python/cpython3/Doc/library/
Dcurses.rst1792 The instance's :attr:`stripspaces` flag is initially on.
1805 :attr:`stripspaces` attribute.
1823 | :kbd:`Control-E` | Go to right edge (stripspaces off) or end |
1824 | | of line (stripspaces on). |
1872 window are included is affected by the :attr:`stripspaces` member.
1875 .. attribute:: stripspaces