Home
last modified time | relevance | path

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

/dports/editors/joe/joe-4.6/joe/
H A Dstate.c105 fprintf(f,"find\n"); save_hist(f,findhist); in save_state()
146 load_hist(f,&findhist); in load_state()
H A Dusearch.h66 extern B *findhist; /* Search history buffer */
H A Dusearch.c16 B *findhist = NULL; /* Search string history */ variable
875 …if ((pbw=wmkpw(bw->parent, buf, &findhist, set_pattern, srchstr, pfabort, srch_cmplt, srch, NULL, … in dofirst()
/dports/shells/oksh/oksh-7.0/
H A Dhistory.c402 n = findhist(histptr - history - 1, 0, str, anchored); in hist_get()
493 findhist(int start, int fwd, const char *str, int anchored) in findhist() function
H A Dsh.h460 int findhist(int, int, const char *, int);
H A Dlex.c229 int h = findhist(-1, 0, match, true); in yylex()
H A Dvi.c1716 if ((hist = findhist(start, fwd, pat, anchored)) < 0) { in grabsearch()
/dports/shells/pdksh/pdksh-5.2.14/
H A Dhistory.c410 n = findhist(histptr - history - 1, 0, str, anchored);
499 findhist(start, fwd, str, anchored) in findhist() function
H A Dproto.h97 int findhist ARGS((int start, int fwd, const char *str,
H A Dvi.c1714 if ((hist = findhist(start, fwd, pat, anchored)) < 0) {
H A DChangeLog.0983 * history.c(findhist): added anchored argument; changed all calls.
985 call findhist() to do searching.
3410 - findhist(): re-wrote: shorter, easier to follow. Now
/dports/editors/jupp/jupp/
H A Dusearch.c40 B *findhist = NULL; /* Search string history */ variable
644 …if (wmkpw(bw->parent, UC "Find (^C to abort): ", &findhist, set_pattern, srchstr, pfabort, srch_cm… in dofirst()
/dports/shells/mksh/mksh/
H A Dhistrap.c418 if ((n = findhist(histptr - history - 1, str, false, in hist_get()
483 findhist(int start, const char *str, bool fwd, bool anchored) in findhist() function
H A Dsh.h2523 int findhist(int, const char *, bool, bool) MKSH_A_PURE;
H A Dedit.c5127 if ((hist = findhist(start, pat, fwd, anchored)) < 0) { in grabsearch()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/MIT/
H A Dedit.c4841 if ((hist = findhist(start, fwd, pat, anchored)) < 0) { in grabsearch()