Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Dcmdbuf.c91 struct mlist mlist_shell = variable
92 { &mlist_shell, &mlist_shell, &mlist_shell, NULL, 0 };
93 public void *ml_shell = (void *) &mlist_shell;
1455 ml = &mlist_shell; in read_cmdhist2()
1517 else if (ml == &mlist_shell) in write_mlist_header()
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()
1627 if (mlist_shell.modified) in histfile_modified()
1668 skip_shell = mlist_size(&mlist_shell) - histsize; in save_cmdhist()