Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/less/
H A Dcmdbuf.c1401 read_cmdhist2(action, uparam, skip_search, skip_shell)
1405 int skip_shell; variable
1445 skip = &skip_shell;
1465 read_cmdhist(action, uparam, skip_search, skip_shell)
1469 int skip_shell; variable
1471 read_cmdhist2(action, uparam, skip_search, skip_shell);
1640 int skip_shell; in save_cmdhist() local
1663 skip_shell = mlist_size(&mlist_shell) - histsize; in save_cmdhist()
1668 read_cmdhist(copy_hist, &ctx, skip_search, skip_shell); in save_cmdhist()