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

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dsearch.c207 static const Char STRfwd[] = {'f', 'w', 'd', '\0'}, local
221 if (el->el_line.lastchar + sizeof(STRfwd) /
240 for (cp = (newdir == ED_SEARCH_PREV_HISTORY) ? STRbck : STRfwd;
/macosx-10.10/libedit-40/src/
H A Dsearch.c209 static const Char STRfwd[] = {'f', 'w', 'd', '\0'}, local
223 if (el->el_line.lastchar + sizeof(STRfwd) /
242 for (cp = (newdir == ED_SEARCH_PREV_HISTORY) ? STRbck : STRfwd;
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dsearch.c192 static const char STRfwd[] = {'f', 'w', 'd', '\0'}, local
206 if (el->el_line.lastchar + sizeof(STRfwd) / sizeof(char) + 2 +
224 for (cp = (newdir == ED_SEARCH_PREV_HISTORY) ? STRbck : STRfwd;

Completed in 145 milliseconds