Lines Matching refs:mlist_shell
90 struct mlist mlist_shell = variable
91 { &mlist_shell, &mlist_shell, &mlist_shell, NULL, 0 };
92 public void *ml_shell = (void *) &mlist_shell;
1546 ml = &mlist_shell; in read_cmdhist2()
1610 else if (ml == &mlist_shell) in write_mlist_header()
1677 if (mlist_shell.modified) in copy_hist()
1679 write_mlist_header(&mlist_shell, ctx->fout); in copy_hist()
1680 write_mlist(&mlist_shell, ctx->fout); in copy_hist()
1720 if (mlist_shell.modified) in histfile_modified()
1761 skip_shell = mlist_size(&mlist_shell) - histsize; in save_cmdhist()