Searched refs:newln (Results 1 – 4 of 4) sorted by relevance
/third_party/toybox/toys/pending/ |
D | man.c | 39 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/mtdev/test/ |
D | mtdev-mapgen.c | 62 static inline const char *newln(int i, int n) in newln() function 73 printf(" 0x%04x,%s", cabs2mt[i], newln(i, ABS_CNT)); in main() 77 printf(" 0x%04x,%s", cmt2abs[i], newln(i, MT_ABS_SIZE)); in main()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
D | TestFmwk.java | 781 protected static void msg(String message, int level, boolean incCount, boolean newln) { in msg() argument
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
D | TestFmwk.java | 780 protected static void msg(String message, int level, boolean incCount, boolean newln) { in msg() argument
|