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

  /src/usr.bin/msgc/
msg_sys.def 341 int txt_y, txt_x;
368 getyx(msg_win, txt_y, txt_x);
393 mvwaddnstr(msg_win, txt_y, txt_x, ibuf + off, npos);
396 mvwaddstr(msg_win, txt_y, txt_x, "+");
397 wmove(msg_win, txt_y, txt_x + pos - off);
469 mvwaddch(msg_win, txt_y, txt_x + len - off, '\n');
  /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);

Completed in 13 milliseconds