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

/osnet-11/usr/src/lib/libeti/menu/common/
H A Dpattern.c67 * Indicates search has cycled past the current item. If the current
68 * item is matched after cycled is true then NO_MATCH results.
70 int cycled; local
89 cycled = FALSE;
105 cycled = TRUE;
109 if (i == Index(*current) && cycled) {

Completed in 14 milliseconds