Home
last modified time | relevance | path

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

/src/contrib/less/
H A Dcmdbuf.c93 struct mlist mlist_shell = variable
94 { &mlist_shell, &mlist_shell, &mlist_shell, NULL, 0 };
95 public void *ml_shell = (void *) &mlist_shell;
811 else if (mlist == &mlist_shell && autosave_action('!')) in cmd_addhist()
1570 ml = &mlist_shell; in read_cmdhist2()
1634 else if (ml == &mlist_shell) in write_mlist_header()
1701 if (mlist_shell.modified) in copy_hist()
1703 write_mlist_header(&mlist_shell, ctx->fout); in copy_hist()
1704 write_mlist(&mlist_shell, ctx->fout); in copy_hist()
1744 if (mlist_shell.modified) in histfile_modified()
[all …]