Home
last modified time | relevance | path

Searched refs:newln (Results 1 – 3 of 3) sorted by relevance

/third_party/toybox/toys/pending/
Dman.c39 static void newln() in newln() function
82 if (!pline) return newln(); in do_man()
100 if (start(".IP")) newln(), trim(".IP "); // bash list in do_man()
109 else if (start(".PP")) newln(); // bash paragraph in do_man()
111 else if (start(".S")) newln(), put(TT.line + 4), newln(); // bash section in do_man()
114 else if (start(".TP")) newln(), TT.cell = 1; // bash table in do_man()
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestFmwk.java756 protected static void msg(String message, int level, boolean incCount, boolean newln) { in msg() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
DTestFmwk.java781 protected static void msg(String message, int level, boolean incCount, boolean newln) { in msg() argument