HomeSort by: relevance | last modified time | path
    Searched refs:horiz (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
gcore-thread.exp 51 set horiz "\[^\n\r\]*"
117 global horiz nl
131 gdb_test "info threads" "\\* 1 ${horiz}${nl} 2 ${horiz}.*" \
141 gdb_test "info threads" "\\* ${horiz} thread2 .*" \
print-threads.exp 27 set horiz "\[^\n\r\]*"
pthreads.exp 25 set horiz "\[^\n\r\]*"
124 global horiz
146 -re "(\[0-9\]+)(${horiz}${tdlabel_re}${horiz}main.*)($gdb_prompt $)" {
161 -re "(\[0-9\]+)(${horiz}${tdlabel_re}${horiz}thread1.*)($gdb_prompt $)" {
176 -re "(\[0-9\]+)(${horiz}${tdlabel_re}${horiz}thread2.*)($gdb_prompt $)" {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
gcore-thread.exp 51 set horiz "\[^\n\r\]*"
117 global horiz nl
131 gdb_test "info threads" "\\* 1 ${horiz}${nl} 2 ${horiz}.*" \
141 gdb_test "info threads" "\\* ${horiz} thread2 .*" \
print-threads.exp 27 set horiz "\[^\n\r\]*"
pthreads.exp 25 set horiz "\[^\n\r\]*"
124 global horiz
146 -re "(\[0-9\]+)(${horiz}${tdlabel_re}${horiz}main.*)($gdb_prompt $)" {
161 -re "(\[0-9\]+)(${horiz}${tdlabel_re}${horiz}thread1.*)($gdb_prompt $)" {
176 -re "(\[0-9\]+)(${horiz}${tdlabel_re}${horiz}thread2.*)($gdb_prompt $)" {
  /src/external/bsd/mdocml/dist/
tbl_term.c 170 int dvert, fc, horiz, lhori, rhori, uvert; local
224 horiz = 0;
228 horiz = 1;
315 (horiz || (IS_HORIZ(sp->layout->first) &&
325 if (uvert > 0 || dvert > 0 || (horiz && sp->opts->lvert)) {
334 if (horiz)
507 (horiz || (IS_HORIZ(sp->layout->last) &&
523 if (uvert > 0 || dvert > 0 || (horiz && sp->opts->rvert)) {
524 if (horiz == 0 && (IS_HORIZ(sp->layout->last) == 0 ||
560 } else if (horiz == 0 && sp->opts->opts & TBL_OPT_ALLBOX &
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
sumtype.d 82 * In the `length` and `horiz` functions below, the handlers for `match` do not
108 double horiz(Vector v)
121 assert(horiz(u).isClose(1));
122 assert(horiz(v).isClose(sqrt(0.5)));
  /src/external/gpl2/groff/dist/src/devices/grohtml/
post-html.cpp 2538 int horiz; local
2544 horiz = g->minh;
2551 if (horiz < g->minh)
2567 if (horiz < g->minh)
2570 horiz = g->maxh;
3278 * next_horiz_pos - returns the next horiz position.

Completed in 17 milliseconds