Home
last modified time | relevance | path

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

/dragonfly/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;
1444 ml = &mlist_shell; in read_cmdhist2()
1506 else if (ml == &mlist_shell) in write_mlist_header()
1573 if (mlist_shell.modified) in copy_hist()
1575 write_mlist_header(&mlist_shell, ctx->fout); in copy_hist()
1576 write_mlist(&mlist_shell, ctx->fout); in copy_hist()
1616 if (mlist_shell.modified) in histfile_modified()
1657 skip_shell = mlist_size(&mlist_shell) - histsize; in save_cmdhist()