Home
last modified time | relevance | path

Searched refs:loop_again (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/lib/libedit/
H A Dreadline.c973 int qchar, loop_again; in history_expand() local
977 loop_again = 1; in history_expand()
987 if (!loop_again) { in history_expand()
1000 if (str[j] && loop_again) { in history_expand()
1006 loop_again = 0; in history_expand()