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

  /src/usr.sbin/sysinst/
partman.c 203 static int pm_cursel; /* Number of selected entry in main menu */ variable in typeref:typename:int
3110 if (pm_cursel > m->numopts)
3112 else if (pm_cursel < 0)
3115 m->cursel = pm_cursel;
3121 pm_cursel = m->cursel;
3198 pm_cursel = 0;
partman.c 203 static int pm_cursel; /* Number of selected entry in main menu */ variable in typeref:typename:int
3110 if (pm_cursel > m->numopts)
3112 else if (pm_cursel < 0)
3115 m->cursel = pm_cursel;
3121 pm_cursel = m->cursel;
3198 pm_cursel = 0;

Completed in 38 milliseconds