Searched refs:hline (Results 1 – 9 of 9) sorted by relevance
/third_party/uboot/u-boot-2020.01/common/ |
D | cli_readline.c | 446 char *hline; in cread_line() local 451 hline = hist_prev(); in cread_line() 453 hline = hist_next(); in cread_line() 455 if (!hline) { in cread_line() 468 strcpy(buf, hline); in cread_line()
|
/third_party/python/Lib/curses/ |
D | textpad.py | 11 win.hline(uly, ulx+1, curses.ACS_HLINE, lrx - ulx - 1) 12 win.hline(lry, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
|
/third_party/python/Lib/test/ |
D | test_curses.py | 625 win.hline('-', 5) 627 win.hline(b'-', 5) 628 win.hline(45, 5) 629 win.hline('-', 5, curses.A_BOLD) 630 win.hline(1, 1, '-', 5) 631 win.hline(1, 1, '-', 5, curses.A_BOLD)
|
/third_party/ffmpeg/tests/ref/fate/ |
D | sub-webvttenc | 135 The\hline\hwill\hnever\hbreak\hautomatically\hright\hbefore\hor\hafter\ha\hhard\hspace.\h:-D
|
D | sub-textenc | 163 The\hline\hwill\hnever\hbreak\hautomatically\hright\hbefore\hor\hafter\ha\hhard\hspace.\h:-D
|
D | sub-srt | 43 …t the end of the line are trimmed while hard spaces are not trimmed.\NThe\hline\hwill\hnever\hbrea…
|
/third_party/boost/libs/math/doc/differentiation/ |
D | autodiff.tex | 964 \hline\hline 969 \hline 993 \hline\hline 995 \hline 997 \hline
|
/third_party/python/Doc/library/ |
D | curses.rst | 982 .. method:: window.hline(ch, n) 983 window.hline(y, x, ch, n)
|
/third_party/boost/libs/graph/doc/ |
D | isomorphism-impl-v2.w | 559 &0&1&2&3&4&5&6&7&8\\ \hline
|