Searched refs:skip_shell (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/less/ |
| H A D | cmdbuf.c | 1531 …(void (*action)(void*,struct mlist*,constant char*), void *uparam, int skip_search, int skip_shell) in read_cmdhist2() argument 1571 skip = &skip_shell; in read_cmdhist2() 1575 (void) skip_shell; in read_cmdhist2() 1597 …d (*action)(void*,struct mlist*,constant char*), void *uparam, lbool skip_search, lbool skip_shell) in read_cmdhist() argument 1601 read_cmdhist2(action, uparam, skip_search, skip_shell); in read_cmdhist() 1762 int skip_shell; in save_cmdhist() local 1785 skip_shell = mlist_size(&mlist_shell) - histsize; in save_cmdhist() 1787 skip_shell = 0; /* not actually used */ in save_cmdhist() 1792 read_cmdhist(©_hist, &ctx, skip_search, skip_shell); in save_cmdhist()
|