Searched refs:txt_x (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
108 txt_x = 0;
109 wmove(txtwin, txt_y, txt_x);
122 while (!Quit(ch = mvwgetch(txtwin, txt_y, txt_x))) {
140 if (txt_x > 0)
141 txt_x--;
147 if (txt_x < getmaxx(txtwin) - 1)
148 txt_x++;
181 wmove(txtwin, txt_y, txt_x);
186 if (mvwinstr(txtwin, txt_y, txt_x, buffe
[all...]
H A Dtest_inwstr.c79 int txt_x = 0, txt_y = 0; local
109 txt_x = 0;
110 wmove(txtwin, txt_y, txt_x);
123 while (!Quit(ch = mvwgetch(txtwin, txt_y, txt_x))) {
141 if (txt_x > 0)
142 txt_x--;
148 if (txt_x < getmaxx(txtwin) - 1)
149 txt_x++;
182 wmove(txtwin, txt_y, txt_x);
187 if (mvwinwstr(txtwin, txt_y, txt_x, buffe
[all...]
H A Dtest_get_wstr.c141 int txt_x = 0, txt_y = 0; local
173 txt_x = 0;
174 wmove(txtwin, txt_y, txt_x);
187 wmove(txtwin, txt_y, txt_x);
189 while (!Quit(ch = mvwgetch(txtwin, txt_y, txt_x))) {
194 MovePrompt(txtwin, actual, ++txt_y, txt_x);
202 MovePrompt(txtwin, actual, --txt_y, txt_x);
209 if (txt_x > 0) {
210 MovePrompt(txtwin, actual, txt_y, --txt_x);
217 if (txt_x < getmax
[all...]
H A Dtest_getstr.c142 int txt_x = 0, txt_y = 0; local
175 txt_x = 0;
176 wmove(txtwin, txt_y, txt_x);
189 wmove(txtwin, txt_y, txt_x);
191 while (!Quit(ch = mvwgetch(txtwin, txt_y, txt_x))) {
196 MovePrompt(txtwin, actual, ++txt_y, txt_x);
204 MovePrompt(txtwin, actual, --txt_y, txt_x);
211 if (txt_x > 0) {
212 MovePrompt(txtwin, actual, txt_y, --txt_x);
219 if (txt_x < getmax
[all...]
H A Dinch_wide.c66 int txt_x = 0, txt_y = 0; local
97 txt_x = 0;
98 wmove(txtwin, txt_y, txt_x);
111 while (!Quit(j = mvwgetch(txtwin, txt_y, txt_x))) {
129 if (txt_x > 0)
130 txt_x--;
136 if (txt_x < getmaxx(txtwin) - 1)
137 txt_x++;
160 wmove(txtwin, txt_y, txt_x);
163 for (j = txt_x
[all...]
H A Dinchs.c66 int txt_x = 0, txt_y = 0; local
96 txt_x = 0;
97 wmove(txtwin, txt_y, txt_x);
110 while (!Quit(j = mvwgetch(txtwin, txt_y, txt_x))) {
128 if (txt_x > 0)
129 txt_x--;
135 if (txt_x < getmaxx(txtwin) - 1)
136 txt_x++;
159 wmove(txtwin, txt_y, txt_x);
163 for (j = txt_x
[all...]
H A Dtest_opaque.c253 int txt_x = 0, txt_y = 0; local
283 txt_x = 0;
284 wmove(txtwin, txt_y, txt_x);
334 ch = mvwgetch(txtwin, txt_y, txt_x);
359 if (txt_x > 0)
360 txt_x--;
366 if (txt_x < getmaxx(txtwin) - 1)
367 txt_x++;

Completed in 196 milliseconds