Lines Matching defs:current
62 _match(MENU *m, char c, ITEM **current)
67 * Indicates search has cycled past the current item. If the current
73 /* current item. Otherwise, search forward from the current item. */
75 i = Index(*current);
109 if (i == Index(*current) && cycled) {
112 *current = IthItem(m, i);
141 ITEM *current;
165 current = Current(m);
168 if (_match(m, *s, ¤t) != E_OK) {
175 _chk_current(m, &top, current);
176 _affect_change(m, top, current);