Searched refs:newl (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/ |
| H A D | util.c | 371 int newl, cur_x, cur_y; in print_autowrap() local 385 newl = 1; in print_autowrap() 401 (newl && wlen < 4 && sp in print_autowrap() 423 newl = 1; in print_autowrap() 425 newl = 0; in print_autowrap()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/ |
| H A D | util.c | 384 int newl, cur_x, cur_y; in print_autowrap() local 398 newl = 1; in print_autowrap() 414 (newl && wlen < 4 && sp in print_autowrap() 436 newl = 1; in print_autowrap() 438 newl = 0; in print_autowrap()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/ |
| H A D | util.c | 372 int newl, cur_x, cur_y; in print_autowrap() local 386 newl = 1; in print_autowrap() 402 (newl && wlen < 4 && sp in print_autowrap() 424 newl = 1; in print_autowrap() 426 newl = 0; in print_autowrap()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/nmap/files/ |
| H A D | 0001-Make-ndiff-support-python3.patch | 1201 - node.writexml(self.f, newl=u"\n") 1202 + node.writexml(self.f, newl="\n") 1208 - node.writexml(self.f, newl=u"\n") 1210 + node.writexml(self.f, newl="\n") 1217 - node.writexml(self.f, newl=u"\n") 1219 + node.writexml(self.f, newl="\n")
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/buildperf/ |
| H A D | base.py | 241 dom_doc.writexml(fobj, addindent=' ', newl='\n', encoding='utf-8')
|