Lines Matching defs:if_ypos
84 u_int if_ypos; /* 0 if not being displayed */
169 mvprintw(p->if_ypos, 0, "%s", p->if_name); \
170 mvprintw(p->if_ypos, col2-3, "%s", (const char *)"in"); \
171 mvprintw(p->if_ypos+1, col2-3, "%s", (const char *)"out"); \
218 ifp->if_ypos > (u_int)(LINES - 3 - 1))
221 PUTRATE(col2, ifp->if_ypos);
222 PUTRATE(col3, ifp->if_ypos);
223 PUTTOTAL(col4, ifp->if_ypos);
398 * it on the screen (ifp->if_ypos).
415 ifp->if_ypos = y;