Home
last modified time | relevance | path

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

/openbsd-src/lib/libedit/
H A Dreadline.c937 int qchar, loop_again; in history_expand() local
941 loop_again = 1; in history_expand()
951 if (!loop_again) { in history_expand()
964 if (str[j] && loop_again) { in history_expand()
970 loop_again = 0; in history_expand()