Home
last modified time | relevance | path

Searched defs:emptyline (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dcmd.py223 def emptyline(self): member in Cmd
/external/python/cpython3/Lib/
Dcmd.py219 def emptyline(self): member in Cmd
/external/bc/src/
Dnum.c4331 bc_num_printDebug(const BcNum* n, const char* name, bool emptyline) in bc_num_printDebug()
4342 bc_num_printDigs(const BcDig* n, size_t len, bool emptyline) in bc_num_printDigs()
4357 bc_num_printWithDigs(const BcNum* n, const char* name, bool emptyline) in bc_num_printWithDigs()