Home
last modified time | relevance | path

Searched +refs:stifle +refs:history (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/dports/shells/klish/klish-2.1.4/tinyrl/history/
H A Dhistory.c21 unsigned stifle; member
28 this->stifle = stifle; in tinyrl_history_init()
241 if (stifle) { in tinyrl_history_stifle()
242 if (stifle < this->length) { in tinyrl_history_stifle()
249 this->stifle = stifle; in tinyrl_history_stifle()
258 this->stifle = 0; in tinyrl_history_unstifle()
366 iter->history = this; in tinyrl_history_getfirst()
380 if (iter->offset < iter->history->length - 1) { in tinyrl_history_getnext()
382 result = iter->history->entries[iter->offset]; in tinyrl_history_getnext()
392 iter->history = this; in tinyrl_history_getlast()
[all …]
/dports/shells/klish/klish-2.1.4/tinyrl/
H A Dhistory.h39 const tinyrl_history_t *history; member
43 extern tinyrl_history_t *tinyrl_history_new(unsigned stifle);
70 extern void tinyrl_history_stifle(tinyrl_history_t * instance, unsigned stifle);
H A Dtinyrl.c365 entry = tinyrl_history_getlast(this->history, &this->hist_iter); in tinyrl_key_up()
596 tinyrl_history_delete(this->history); in tinyrl_fini()
610 unsigned int stifle, tinyrl_completion_func_t * complete_fn) in tinyrl_init() argument
662 this->history = tinyrl_history_new(stifle); in tinyrl_init()
811 unsigned int stifle, tinyrl_completion_func_t * complete_fn) in tinyrl_new() argument
817 tinyrl_init(this, istream, ostream, stifle, complete_fn); in tinyrl_new()
1462 return this->history; in tinyrl__get_history()
1643 return tinyrl_history_save(this->history, fname); in tinyrl__save_history()
1649 return tinyrl_history_restore(this->history, fname); in tinyrl__restore_history()
1653 void tinyrl__stifle_history(tinyrl_t *this, unsigned int stifle) in tinyrl__stifle_history() argument
[all …]
/dports/shells/klish/klish-2.1.4/clish/shell/
H A Dshell_tinyrl.c444 FILE * ostream, unsigned stifle) in clish_shell_tinyrl_new() argument
448 ostream, stifle, clish_shell_tinyrl_completion); in clish_shell_tinyrl_new()
476 tinyrl_history_t *history; in clish_shell_execline() local
515 history = tinyrl__get_history(this->tinyrl); in clish_shell_execline()
516 tinyrl_history_add(history, str); in clish_shell_execline()
615 void clish_shell__stifle_history(clish_shell_t *this, unsigned int stifle) in clish_shell__stifle_history() argument
617 tinyrl__stifle_history(this->tinyrl, stifle); in clish_shell__stifle_history()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/readline/
H A Dtest.tst25 (readline:history-stifled-p) 0
26 (readline:stifle-history 100) NIL
27 (readline:history-stifled-p) 1
31 (readline:where-history) 0
32 (readline:history-total-bytes) 0
34 (defparameter *history-file* "readline-history-file") *history-file*
35 (readline:write-history *history-file*) 0
36 (readline:append-history 1000 *history-file*) 0
37 (readline:read-history *history-file*) 0
38 (readline:read-history-range *history-file* 0 -1) 0
[all …]
/dports/shells/bash/bash-5.1/lib/readline/
H A DChangeLog69 * history.c (stifle_history): A negative argument to stifle
87 * history.c, readline.c, vi_mode.c: Cause the functions strchr ()
99 * history.c (get_history_event) Change INDEX to LOCAL_INDEX. If
101 history tokens as they would for shell tokens.
112 non-incremental searching the history.
117 non-incremental-reverse-search-history.
215 * history.c: Cosmetic fixes.
327 * history.c: history_expand (); fixed overwriting memory error,
333 display of an asterisk on modified history lines. Also
370 * history.c: history_expand () has new variable which is the
[all …]
/dports/editors/xvile/vile-9.8v/
H A DMANIFEST63 history.c command-history
149 w32vile.h includes <windows.h>, but adds pragmas to stifle the -W4 warnings.
H A DCHANGES410 + partial fix for recalling from history this command:
1946 + expand description of command-line history in vile.hlp
2464 (this does not work with history-scrolling yet).
2918 the filename history for ":w".
3557 + update the history of majormodes to reflect the way things were in
3783 Then scrolling back through history would show only "!mv" and "!ls"
4925 which stifle warnings emitted by Visual C++ for M$ header files when
4942 recallable via vile's usual history mechanism. This feature enhances
4950 + indent'd history.c, main.c, search.c
4972 editing command history are dequoted.
[all …]
/dports/editors/vile/vile-9.8v/
H A DMANIFEST63 history.c command-history
149 w32vile.h includes <windows.h>, but adds pragmas to stifle the -W4 warnings.
H A DCHANGES410 + partial fix for recalling from history this command:
1946 + expand description of command-line history in vile.hlp
2464 (this does not work with history-scrolling yet).
2918 the filename history for ":w".
3557 + update the history of majormodes to reflect the way things were in
3783 Then scrolling back through history would show only "!mv" and "!ls"
4925 which stifle warnings emitted by Visual C++ for M$ header files when
4942 recallable via vile's usual history mechanism. This feature enhances
4950 + indent'd history.c, main.c, search.c
4972 editing command history are dequoted.
[all …]
/dports/lang/vala/vala-0.48.18/vapi/
H A Dreadline.vapi1201 [CCode (lower_case_cprefix = "", cheader_filename = "readline/history.h")]
1250 public void stifle (int max);
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/dashboard/assets/
H A Dyarn.lock1634 connect-history-api-fallback@^1.3.0:
1636 …resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback…
5147 stifle "^1.0.2"
5837 stifle@^1.0.2:
5839 …resolved "https://registry.yarnpkg.com/stifle/-/stifle-1.0.4.tgz#8b3bcdf52419b0a9c79e35adadce50123…
6368 connect-history-api-fallback "^1.3.0"
/dports/ftp/lftp/lftp-4.9.2/src/
H A DChangeLog1135 * lftp.cc, lftp_rl.c, lftp_rl.h: new setting cmd:stifle-rl-history.
1725 * history.cc: use url::encode.
1999 * ftpclass.h, history.cc, history.h: add const.
2053 complete.cc, ftpclass.cc, history.cc, history.h, lftp.cc,
2884 * history.cc: decode only non-urls.
2935 * history.cc, history.h: save URL in cwd history if present;
6062 * history.cc, history.h: add flag of modification.
7139 * history.cc: same.
8083 * history.cc: use NO_PATH.
8116 history.cc, SysCmdJob.cc:
[all …]
/dports/ftp/lftp/lftp-4.9.2/
H A DNEWS521 * added timestamps in readline history.
669 * new setting cmd:stifle-rl-history to limit command history size.
1406 * readline history is now stored in a file.
1674 * new setting cmd:save-cwd-history.
2262 * optional csh-style history expansion
/dports/textproc/aspell-ispell/aspell-0.60.8/test/suggest/
H A D02-orig-fast-expect.res145 distroy destroy 1 21 destroy, dis troy, dis-troy, distort, history, destroys, bistro, dilatory, dis…
425 satifly satisfy 0 16 stiffly, stifle, staidly, sawfly, stuffily, sadly, safely, stably, stifled, st…
H A D02-orig-normal-expect.res145 distroy destroy 1 21 destroy, dis troy, dis-troy, distort, history, destroys, bistro, dilatory, dis…
425 satifly satisfy 0 16 stiffly, stifle, staidly, sawfly, stuffily, sadly, safely, stably, stifled, st…
H A D02-orig-normal-nokbd-expect.res145 distroy destroy 1 21 destroy, dis troy, dis-troy, distort, history, destroys, bistro, story, dilato…
425 satifly satisfy 0 16 stiffly, stifle, staidly, sawfly, stuffily, safely, stably, stifled, stifles, …
H A D02-orig-slow-expect.res145 distroy destroy 1 21 destroy, dis troy, dis-troy, distort, history, destroys, bistro, dilatory, dis…
425 satifly satisfy 8 19 stiffly, stifle, staidly, sawfly, stuffily, sadly, safely, satisfy, stably, st…
/dports/textproc/aspell/aspell-0.60.8/test/suggest/
H A D02-orig-fast-expect.res145 distroy destroy 1 21 destroy, dis troy, dis-troy, distort, history, destroys, bistro, dilatory, dis…
425 satifly satisfy 0 16 stiffly, stifle, staidly, sawfly, stuffily, sadly, safely, stably, stifled, st…
H A D02-orig-normal-expect.res145 distroy destroy 1 21 destroy, dis troy, dis-troy, distort, history, destroys, bistro, dilatory, dis…
425 satifly satisfy 0 16 stiffly, stifle, staidly, sawfly, stuffily, sadly, safely, stably, stifled, st…
H A D02-orig-normal-nokbd-expect.res145 distroy destroy 1 21 destroy, dis troy, dis-troy, distort, history, destroys, bistro, story, dilato…
425 satifly satisfy 0 16 stiffly, stifle, staidly, sawfly, stuffily, safely, stably, stifled, stifles, …
H A D02-orig-slow-expect.res145 distroy destroy 1 21 destroy, dis troy, dis-troy, distort, history, destroys, bistro, dilatory, dis…
425 satifly satisfy 8 19 stiffly, stifle, staidly, sawfly, stuffily, sadly, safely, satisfy, stably, st…
/dports/textproc/py-orange3-text/orange3-text-1.3.1/orangecontrib/text/datasets/
H A D20newsgroups-test.tab109 …to dominate history is to misunderstand human nature the function of religion and of course histor…
3499 rec.sport.baseball best first basemen don mattingly is the best first baseman in the history of bas…
3560 … drm tesla njit edu wrote don mattingly is the best first baseman in the history of baseball alway…
3616history of baseball always has been always will be not what kind of happy grass you are smoking ma…
3791 …u drm tesla njit edu says don mattingly is the best first baseman in the history of baseball alway…
3849 …article about don mattingly when i said he was the best first basemam in history i meant fielding …
4463 … can you say they have a history of untrustworthy behavoir sic i m sure each of us can think of ag…
5177 sci.med re hypodermic needle scientific american had a nice short article on the history of the hyp…
6775history princeton university halil inalcik university professor of ottoman history member of the a…
6802history documentary books is slitely different it is my understanding that croats were allies of g…
[all …]
/dports/textproc/py-wordnet/WordNet-2.0/dict/
H A Dcntlist173 379 history%1:28:00:: 1
590 110 history%1:28:02:: 2
776 81 history%1:10:00:: 3
892 70 history%1:09:00:: 4
3466 16 history%1:09:01:: 5
16472 2 stifle%2:35:00:: 1
24353 1 stifle%2:30:00:: 2
H A Dcntlist.rev15852 history%1:09:00:: 4 70
15853 history%1:09:01:: 5 16
15854 history%1:10:00:: 3 81
15855 history%1:28:00:: 1 379
15856 history%1:28:02:: 2 110
32200 stifle%2:30:00:: 2 1
32201 stifle%2:35:00:: 1 2

12345678910>>...12