HomeSort by: relevance | last modified time | path
    Searched defs:txt_y (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/sysinst/
util.c 1174 int txt_y; local in function:entropy_add_manual
1183 txt_y = getcury(mainwin)+1;
1186 wmove(mainwin, txt_y, 0);
1188 mvwgetnstr(mainwin, txt_y, 2, buf, sizeof buf);
1195 wmove(mainwin, txt_y-1, 0);
util.c 1174 int txt_y; local in function:entropy_add_manual
1183 txt_y = getcury(mainwin)+1;
1186 wmove(mainwin, txt_y, 0);
1188 mvwgetnstr(mainwin, txt_y, 2, buf, sizeof buf);
1195 wmove(mainwin, txt_y-1, 0);

Completed in 27 milliseconds