Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/less/
H A Dcmdbuf.c86 struct mlist mlist_shell = variable
87 { &mlist_shell, &mlist_shell, &mlist_shell, NULL, 0 };
88 public void *ml_shell = (void *) &mlist_shell;
1444 ml = &mlist_shell;
1507 else if (ml == &mlist_shell)
1584 if (mlist_shell.modified) in copy_hist()
1586 write_mlist_header(&mlist_shell, ctx->fout); in copy_hist()
1587 write_mlist(&mlist_shell, ctx->fout); in copy_hist()
1624 if (mlist_shell.modified) in histfile_modified()
1663 skip_shell = mlist_size(&mlist_shell) - histsize; in save_cmdhist()