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

/macosx-10.10.1/ncurses-44/ncurses/menu/
H A Dm_item_new.c216 if (menu->marklen != (int)l)
219 menu->marklen = l;
H A Dm_cursor.c98 x += (menu->pindex + menu->marklen - 1);
H A Dm_post.c73 if (menu->marklen)
94 for (ch = ' ', i = menu->marklen; i > 0; i--)
97 count += menu->marklen;
H A Dmenu.h101 short marklen; /* Length of mark, if any */ member in struct:tagMENU
H A Dm_global.c349 l += menu->marklen;

Completed in 118 milliseconds