Home
last modified time | relevance | path

Searched refs:horiz (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
Dpthreads.exp41 set horiz "\[^\n\r\]*"
169 global horiz
186 gdb_expect -re "(\[0-9\]+)(${horiz}Thread${horiz}main.*)($gdb_prompt $)"
198 gdb_expect -re "(\[0-9\]+)(${horiz}Thread${horiz}thread1.*)($gdb_prompt $)"
210 gdb_expect -re "(\[0-9\]+)(${horiz}Thread${horiz}thread2.*)($gdb_prompt $)"
Dgcore-thread.exp56 set horiz "\[^\n\r\]*"
166 gdb_test "info threads" ".*${nl} 2 ${horiz}${nl}\\* 1 .*" \
176 gdb_test "info threads" ".*${nl}\\* ${horiz} thread2 .*" \
Dprint-threads.exp39 set horiz "\[^\n\r\]*"
/openbsd/src/usr.bin/mandoc/
Dtbl_term.c168 int dvert, fc, horiz, lhori, rhori, uvert; in term_tbl() local
222 horiz = 0; in term_tbl()
226 horiz = 1; in term_tbl()
314 (horiz || (IS_HORIZ(sp->layout->first) && in term_tbl()
324 if (uvert > 0 || dvert > 0 || (horiz && sp->opts->lvert)) { in term_tbl()
333 if (horiz) in term_tbl()
506 (horiz || (IS_HORIZ(sp->layout->last) && in term_tbl()
522 if (uvert > 0 || dvert > 0 || (horiz && sp->opts->rvert)) { in term_tbl()
523 if (horiz == 0 && (IS_HORIZ(sp->layout->last) == 0 || in term_tbl()
555 } else if (horiz == 0 && sp->opts->opts & TBL_OPT_ALLBOX && in term_tbl()
/openbsd/src/regress/usr.bin/mandoc/roff/scale/
DMakefile3 REGRESS_TARGETS = horiz
Dhoriz.out_ascii4 horiz - horizontal distances
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlcheat.pod59 perl -V:ivsize \h horiz.wh.space (?|p|p)branch reset
/openbsd/src/usr.bin/file/magdir/
Dmacintosh73 # 77 beshort # horiz posn in window
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/
DChangeLog7086 * gdb.threads/pthreads.exp (horiz): New variable.