Searched refs:vertical (Results 1 - 20 of 20) sorted by relevance

/freebsd-10-stable/contrib/dialog/
H A Dbuttons.c237 int vertical,
246 if (vertical) {
262 if (!vertical)
328 int vertical,
347 dlg_button_sizes(labels, vertical, &longest, &length);
349 if (vertical) {
382 if (vertical) {
236 dlg_button_sizes(const char **labels, int vertical, int *longest, int *length) argument
324 dlg_draw_buttons(WINDOW *win, int y, int x, const char **labels, int selected, int vertical, int limit) argument
/freebsd-10-stable/contrib/libyaml/doc/html/
H A Ddoxygen.css219 vertical-align: middle;
240 vertical-align: middle;
517 vertical-align: -30%;
548 vertical-align: -30%;
/freebsd-10-stable/contrib/mdocml/
H A Dstyle.css17 td { vertical-align: top; } /* All table cells. */
H A Dexample.style.css15 div.mandoc td { vertical-align: top; } /* All table cells. */
/freebsd-10-stable/sys/boot/fdt/dts/arm/
H A Dea3250.dts206 vertical-resolution = <320>;
/freebsd-10-stable/contrib/ncurses/include/
H A DCaps.aix4303 output_res_line orl num Yj - - ----- vertical resolution in units per line
305 output_res_vert_inch orvi num Yl - - ----- vertical resolution in units per inch
451 row_address vpa str cv - - -B-GE* vertical position #1 absolute (P)
623 enter_rvert_mode rvert str rv - - ----K start right-vertical mode
624 enter_lvert_mode lvert str lv - - ----K start left-vertical mode
743 change_res_vert cvr str ZD - - ----- Change vertical resolution to #1
863 enter_vertical_hl_mode evhlm str Xv - - ----- Enter vertical highlight mode
1029 # GV 179 \263 M-3 single vertical line ACS_VLINE
1036 # Gv 186 \272 M-: double vertical line
1054 acs_vline OTGV str GV - - ----- single vertical lin
[all...]
H A DCaps.hpux11305 output_res_line orl num Yj - - ----- vertical resolution in units per line
307 output_res_vert_inch orvi num Yl - - ----- vertical resolution in units per inch
453 row_address vpa str cv - - -B-GE* vertical position #1 absolute (P)
649 change_res_vert cvr str ZD - - ----- Change vertical resolution to #1
770 enter_vertical_hl_mode evhlm str Xv - - ----- Enter vertical highlight mode
777 exit_vertical_hl_mode rvhlm str XV - - ----K Exit vertical highlight mode
941 # GV 179 \263 M-3 single vertical line ACS_VLINE
948 # Gv 186 \272 M-: double vertical line
966 acs_vline OTGV str GV - - ----- single vertical line
1151 #enter_rvert_mode rvert str rv - - ----K start right-vertical mod
[all...]
H A DCaps303 output_res_line orl num Yj - - ----- vertical resolution in units per line
305 output_res_vert_inch orvi num Yl - - ----- vertical resolution in units per inch
451 row_address vpa str cv - - -B-GE* vertical position #1 absolute (P)
641 change_res_vert cvr str ZD - - ----- Change vertical resolution to #1
761 enter_vertical_hl_mode evhlm str Xv - - ----- Enter vertical highlight mode
927 # GV 179 \263 M-3 single vertical line ACS_VLINE
934 # Gv 186 \272 M-: double vertical line
952 acs_vline OTGV str GV - - ----- single vertical line
1137 #enter_rvert_mode rvert str rv - - ----K start right-vertical mode
1138 #enter_lvert_mode lvert str lv - - ----K start left-vertical mod
[all...]
H A DCaps.keys305 output_res_line orl num Yj - - ----- vertical resolution in units per line
307 output_res_vert_inch orvi num Yl - - ----- vertical resolution in units per inch
453 row_address vpa str cv - - -B-GE* vertical position #1 absolute (P)
731 change_res_vert cvr str ZD - - ----- Change vertical resolution to #1
851 enter_vertical_hl_mode evhlm str Xv - - ----- Enter vertical highlight mode
1017 # GV 179 \263 M-3 single vertical line ACS_VLINE
1024 # Gv 186 \272 M-: double vertical line
1042 acs_vline OTGV str GV - - ----- single vertical line
1227 #enter_rvert_mode rvert str rv - - ----K start right-vertical mode
1228 #enter_lvert_mode lvert str lv - - ----K start left-vertical mod
[all...]
H A DCaps.osf1r5290 output_res_line orl num Yj - - ----- vertical resolution in units per line
292 output_res_vert_inch orvi num Yl - - ----- vertical resolution in units per inch
435 row_address vpa str cv - - -B-GE* vertical position #1 absolute (P)
569 change_res_vert cvr str ZD - - ----- Change vertical resolution to #1
778 enter_vertical_hl_mode evhlm str Xv - - ----- Enter vertical highlight mode
937 # GV 179 \263 M-3 single vertical line ACS_VLINE
944 # Gv 186 \272 M-: double vertical line
962 acs_vline OTGV str GV - - ----- single vertical line
1147 #enter_rvert_mode rvert str rv - - ----K start right-vertical mode
1148 #enter_lvert_mode lvert str lv - - ----K start left-vertical mod
[all...]
H A DCaps.uwin419 row_address vpa str cv - - -B-GE* vertical position #1 absolute (P)
753 # GV 179 \263 M-3 single vertical line ACS_VLINE
760 # Gv 186 \272 M-: double vertical line
778 acs_vline OTGV str GV - - ----- single vertical line
963 #enter_rvert_mode rvert str rv - - ----K start right-vertical mode
964 #enter_lvert_mode lvert str lv - - ----K start left-vertical mode
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dexynos4210-trats.dts399 flip-vertical;
H A Dexynos3250-rinato.dts178 flip-vertical;
H A Dexynos4412-trats2.dts733 flip-vertical;
/freebsd-10-stable/contrib/ee/
H A Dee.c149 int scr_vert; /* vertical position on screen */
265 void draw_line P_((int vertical, int horiz, unsigned char *ptr, int t_pos, int length));
1005 draw_line(vertical, horiz, ptr, t_pos, length) /* redraw line from current position */
1006 int vertical; /* current vertical position on screen */
1016 int row; /* vertical position on screen */
1021 row = vertical;
1058 wmove(text_win, vertical, (horiz - horiz_offset));
3352 int vert_pos; /* vertical position */
3353 int vert_size; /* vertical siz
[all...]
/freebsd-10-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex212 % vertical list for the beginning and end of each change).
218 % Append this vertical mode material after the current line in the output.
639 % since \penalty is valid in vertical mode, we'd end up putting the
640 % penalty on the vertical list instead of in the new paragraph.
682 % beginning of a paragraph, when TeX is still in vertical mode, would
731 % \dimen0 is the vertical size of the group's box.
769 % Ensure vertical mode, so we don't make a big box in the middle of a
785 % main vertical list is 10000 or more. But in order to see if the
941 % @sp n outputs n lines of vertical space
2463 % the item text, it can migrate to the main vertical lis
[all...]
/freebsd-10-stable/contrib/groff/doc/
H A Dtexinfo.tex204 % vertical list for the beginning and end of each change).
210 % Append this vertical mode material after the current line in the output.
631 % since \penalty is valid in vertical mode, we'd end up putting the
632 % penalty on the vertical list instead of in the new paragraph.
659 % beginning of a paragraph, when TeX is still in vertical mode, would
708 % \dimen0 is the vertical size of the group's box.
746 % Ensure vertical mode, so we don't make a big box in the middle of a
762 % main vertical list is 10000 or more. But in order to see if the
918 % @sp n outputs n lines of vertical space
2362 % the item text, it can migrate to the main vertical lis
[all...]
/freebsd-10-stable/contrib/amd/doc/
H A Dtexinfo.tex585 % since \penalty is valid in vertical mode, we'd end up putting the
586 % penalty on the vertical list instead of in the new paragraph.
628 % beginning of a paragraph, when TeX is still in vertical mode, would
677 % \dimen0 is the vertical size of the group's box.
706 % Ensure vertical mode, so we don't make a big box in the middle of a
722 % main vertical list is 10000 or more. But in order to see if the
819 % vertical list for the beginning and end of each change). This command
826 % Append this vertical mode material after the current line in the output.
926 % @sp n outputs n lines of vertical space
3556 % the item text, it can migrate to the main vertical lis
[all...]
/freebsd-10-stable/contrib/one-true-awk/
H A DFIXES915 Added \a ("alert"), \v (vertical tab), \xhhh (hexadecimal),
/freebsd-10-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c1804 chtype *vertical, *horizontal; local
1815 vertical = (chtype *) args[1];
1818 report_return(box(win, vertical[0], horizontal[0]));

Completed in 322 milliseconds