Searched refs:Last_in_Row (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ncurses-44/ncurses/menu/
H A Dm_global.c387 int Last_in_Row; local
401 Last_in_Row = row * Number_Of_Columns + (Number_Of_Columns - 1);
407 (cycle ? menu->items[(Last_in_Row >= Number_Of_Items) ?
409 Last_in_Row] :
465 Last_in_Row = col * Number_Of_Rows + (Number_Of_Rows - 1);
470 menu->items[(Last_in_Row >= Number_Of_Items) ?
472 Last_in_Row] :

Completed in 106 milliseconds