Lines Matching defs:nv
845 struct raw3270_view *oldview, *nv;
872 list_for_each_entry(nv, &rp->view_list, list)
873 if (nv != view && nv != oldview) {
874 rp->view = nv;
875 if (nv->fn->activate(nv) == 0)
993 struct raw3270_view *nv;
1005 list_for_each_entry(nv, &rp->view_list, list) {
1006 if (nv->fn->activate(nv) == 0) {
1007 rp->view = nv;