Home
last modified time | relevance | path

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

/dflybsd-src/contrib/less/
H A Dcmdbuf.c90 struct mlist mlist_shell = variable
91 { &mlist_shell, &mlist_shell, &mlist_shell, NULL, 0 };
92 public void *ml_shell = (void *) &mlist_shell;
1462 ml = &mlist_shell; in read_cmdhist2()
1525 else if (ml == &mlist_shell) in write_mlist_header()
1592 if (mlist_shell.modified) in copy_hist()
1594 write_mlist_header(&mlist_shell, ctx->fout); in copy_hist()
1595 write_mlist(&mlist_shell, ctx->fout); in copy_hist()
1635 if (mlist_shell.modified) in histfile_modified()
1676 skip_shell = mlist_size(&mlist_shell) - histsize; in save_cmdhist()