Home
last modified time | relevance | path

Searched defs:newl (Results 1 – 8 of 8) sorted by relevance

/third_party/node/tools/gyp/pylib/gyp/
Dxml_fix.py28 def _Replacement_writexml(self, writer, indent="", addindent="", newl=""): argument
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dxml_fix.py28 def _Replacement_writexml(self, writer, indent="", addindent="", newl=""): argument
/third_party/curl/src/
Dtool_cb_dbg.c105 static bool newl = FALSE; in tool_debug_cb() local
/third_party/python/Lib/xml/dom/
Dminidom.py49 def toprettyxml(self, indent="\t", newl="\n", encoding=None): argument
850 def writexml(self, writer, indent="", addindent="", newl=""): argument
988 def writexml(self, writer, indent="", addindent="", newl=""): argument
1088 def writexml(self, writer, indent="", addindent="", newl=""): argument
1183 def writexml(self, writer, indent="", addindent="", newl=""): argument
1195 def writexml(self, writer, indent="", addindent="", newl=""): argument
1328 def writexml(self, writer, indent="", addindent="", newl=""): argument
1790 def writexml(self, writer, indent="", addindent="", newl="", encoding=None): argument
/third_party/toybox/kconfig/lxdialog/
Dutil.c316 int newl, cur_x, cur_y; in print_autowrap() local
/third_party/Linux_Kernel/scripts/kconfig/lxdialog/
Dutil.c384 int newl, cur_x, cur_y; in print_autowrap() local
/third_party/python/Parser/
Dtokenizer.c673 const char *newl[2] = {NULL, NULL}; in decode_str() local
/third_party/mksh/
Dedit.c5149 redraw_line(bool newl) in redraw_line()