Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/less/
H A Dcmdbuf.c89 struct mlist mlist_shell = variable
90 { &mlist_shell, &mlist_shell, &mlist_shell, NULL, 0 };
91 public void *ml_shell = (void *) &mlist_shell;
1494 ml = &mlist_shell;
1564 else if (ml == &mlist_shell)
1637 if (mlist_shell.modified) in copy_hist()
1639 write_mlist_header(&mlist_shell, ctx->fout); in copy_hist()
1640 write_mlist(&mlist_shell, ctx->fout); in copy_hist()
1682 if (mlist_shell.modified) in histfile_modified()
1725 skip_shell = mlist_size(&mlist_shell) - histsize; in save_cmdhist()