Home
last modified time | relevance | path

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

/external/llvm-project/polly/test/
Dupdate_check.py22 emptyline = re.compile(r'\s*(\;\s*)?') variable
/external/python/cpython3/Lib/
Dcmd.py219 def emptyline(self): member in Cmd
/external/python/cpython2/Lib/
Dcmd.py223 def emptyline(self): member in Cmd
/external/bc/src/
Dnum.c2910 void bc_num_printDebug(const BcNum *n, const char *name, bool emptyline) { in bc_num_printDebug()
2919 void bc_num_printDigs(const BcDig *n, size_t len, bool emptyline) { in bc_num_printDigs()
2931 void bc_num_printWithDigs(const BcNum *n, const char *name, bool emptyline) { in bc_num_printWithDigs()