Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/less/
H A Dcmdbuf.c1451 read_cmdhist2(action, uparam, skip_search, skip_shell)
1455 int skip_shell; variable
1495 skip = &skip_shell;
1521 read_cmdhist(action, uparam, skip_search, skip_shell)
1525 int skip_shell; variable
1527 read_cmdhist2(action, uparam, skip_search, skip_shell);
1702 int skip_shell; in save_cmdhist() local
1725 skip_shell = mlist_size(&mlist_shell) - histsize; in save_cmdhist()
1730 read_cmdhist(&copy_hist, &ctx, skip_search, skip_shell); in save_cmdhist()