Searched refs:emptyline (Results 1 – 8 of 8) sorted by relevance
/external/bc/include/ |
D | num.h | 212 void bc_num_printDebug(const BcNum *n, const char *name, bool emptyline); 213 void bc_num_printDigs(const BcDig* n, size_t len, bool emptyline); 214 void bc_num_printWithDigs(const BcNum *n, const char *name, bool emptyline);
|
/external/python/cpython3/Lib/ |
D | cmd.py | 204 return self.emptyline() 219 def emptyline(self): member in Cmd
|
/external/python/cpython2/Lib/ |
D | cmd.py | 208 return self.emptyline() 223 def emptyline(self): member in Cmd
|
/external/bc/src/ |
D | num.c | 2437 void bc_num_printDebug(const BcNum *n, const char *name, bool emptyline) { in bc_num_printDebug() argument 2441 if (emptyline) printf("\n"); in bc_num_printDebug() 2445 void bc_num_printDigs(const BcDig *n, size_t len, bool emptyline) { in bc_num_printDigs() argument 2452 if (emptyline) printf("\n"); in bc_num_printDigs() 2456 void bc_num_printWithDigs(const BcNum *n, const char *name, bool emptyline) { in bc_num_printWithDigs() argument 2459 bc_num_printDigs(n->num, n->len, emptyline); in bc_num_printWithDigs()
|
/external/python/cpython2/Doc/library/ |
D | cmd.rst | 104 .. method:: Cmd.emptyline()
|
/external/python/cpython3/Doc/library/ |
D | cmd.rst | 106 .. method:: Cmd.emptyline()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/ |
D | wikipedia.min.css | 1 …stline{background-position:0 -5971px}.treeview li.emptyline>ul{margin-left:-1px}.treeview li.empty…
|
D | wikipedia.css | 3655 .treeview li.emptyline > ul { 3659 .treeview li.emptyline > ul > li:first-child {
|