Searched refs:txt_y (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/ncurses-44/ncurses/test/
H A Dtest_instr.c77 int txt_x = 0, txt_y = 0; local
107 txt_y = base_y;
109 wmove(txtwin, txt_y, txt_x);
122 while (!Quit(ch = mvwgetch(txtwin, txt_y, txt_x))) {
126 if (txt_y < getmaxy(txtwin) - 1)
127 txt_y++;
133 if (txt_y > base_y)
134 txt_y--;
181 wmove(txtwin, txt_y, txt_x);
186 if (mvwinstr(txtwin, txt_y, txt_
[all...]
H A Dtest_inwstr.c79 int txt_x = 0, txt_y = 0; local
108 txt_y = base_y;
110 wmove(txtwin, txt_y, txt_x);
123 while (!Quit(ch = mvwgetch(txtwin, txt_y, txt_x))) {
127 if (txt_y < getmaxy(txtwin) - 1)
128 txt_y++;
134 if (txt_y > base_y)
135 txt_y--;
182 wmove(txtwin, txt_y, txt_x);
187 if (mvwinwstr(txtwin, txt_y, txt_
[all...]
H A Dtest_get_wstr.c141 int txt_x = 0, txt_y = 0; local
172 txt_y = base_y;
174 wmove(txtwin, txt_y, txt_x);
187 wmove(txtwin, txt_y, txt_x);
189 while (!Quit(ch = mvwgetch(txtwin, txt_y, txt_x))) {
193 if (txt_y < getmaxy(txtwin) - 1) {
194 MovePrompt(txtwin, actual, ++txt_y, txt_x);
201 if (txt_y > base_y) {
202 MovePrompt(txtwin, actual, --txt_y, txt_x);
210 MovePrompt(txtwin, actual, txt_y,
[all...]
H A Dtest_getstr.c142 int txt_x = 0, txt_y = 0; local
174 txt_y = base_y;
176 wmove(txtwin, txt_y, txt_x);
189 wmove(txtwin, txt_y, txt_x);
191 while (!Quit(ch = mvwgetch(txtwin, txt_y, txt_x))) {
195 if (txt_y < getmaxy(txtwin) - 1) {
196 MovePrompt(txtwin, actual, ++txt_y, txt_x);
203 if (txt_y > base_y) {
204 MovePrompt(txtwin, actual, --txt_y, txt_x);
212 MovePrompt(txtwin, actual, txt_y,
[all...]
H A Dinch_wide.c66 int txt_x = 0, txt_y = 0; local
96 txt_y = base_y;
98 wmove(txtwin, txt_y, txt_x);
111 while (!Quit(j = mvwgetch(txtwin, txt_y, txt_x))) {
115 if (txt_y < getmaxy(txtwin) - 1)
116 txt_y++;
122 if (txt_y > base_y)
123 txt_y--;
160 wmove(txtwin, txt_y, txt_x);
164 if (mvwin_wch(txtwin, txt_y,
[all...]
H A Dinchs.c66 int txt_x = 0, txt_y = 0; local
95 txt_y = base_y;
97 wmove(txtwin, txt_y, txt_x);
110 while (!Quit(j = mvwgetch(txtwin, txt_y, txt_x))) {
114 if (txt_y < getmaxy(txtwin) - 1)
115 txt_y++;
121 if (txt_y > base_y)
122 txt_y--;
159 wmove(txtwin, txt_y, txt_x);
164 if ((ch = mvwinch(txtwin, txt_y,
[all...]
H A Dtest_opaque.c253 int txt_x = 0, txt_y = 0; local
282 txt_y = base_y;
284 wmove(txtwin, txt_y, txt_x);
334 ch = mvwgetch(txtwin, txt_y, txt_x);
345 if (txt_y < getmaxy(txtwin) - 1)
346 txt_y++;
352 if (txt_y > base_y)
353 txt_y--;

Completed in 183 milliseconds