Lines Matching refs:nv
897 struct raw3270_view *oldview = NULL, *nv;
923 list_for_each_entry(nv, &rp->view_list, list) {
924 if (nv == view || nv == oldview)
926 rc = raw3270_assign_activate_view(rp, nv);
1059 struct raw3270_view *nv;
1070 list_for_each_entry(nv, &rp->view_list, list) {
1071 if (nv->fn->activate(nv) == 0) {
1072 rp->view = nv;