|
Jspice3
|

Go to the source code of this file.
Functions | |
| static wordlist * | dohsubst () |
| static wordlist * | dohmod () |
| static wordlist * | hpattern () |
| static wordlist * | hprefix () |
| static wordlist * | getevent () |
| static void | freehist () |
| static char * | dohs () |
| void | cp_histsubst (wordlist **list) |
| static wordlist * | dohsubst (char *string) |
| static wordlist * | dohmod (char **string, wordlist *wl) |
| static wordlist * | hpattern (char *buf) |
| static wordlist * | hprefix (char *buf) |
| void | cp_addhistent (int event, wordlist *wlist) |
| static wordlist * | getevent (int num) |
| void | cp_hprint (int eventhi, int eventlo, bool rev) |
| static void | freehist (int num) |
| static char * | dohs (char *patrn, char *str) |
| void | com_history (wordlist *wl) |
Variables | |
| struct histent * | cp_lastone = NULL |
| int | cp_maxhistlength = 1000 |
| char | cp_hat = '^' |
| char | cp_bang = '!' |
| bool | cp_didhsubst |
| static int | histlength = 0 |
| void cp_addhistent | ( | int | event, |
| wordlist * | wlist | ||
| ) |
| void cp_histsubst | ( | wordlist ** | list | ) |
Definition at line 51 of file history.c.
| void cp_hprint | ( | int | eventhi, |
| int | eventlo, | ||
| bool | rev | ||
| ) |
|
static |
Definition at line 200 of file history.c.
|
static |
|
static |
|
static |
|
static |
Definition at line 105 of file history.c.
|
static |
|
static |
|
static |
|
static |
Definition at line 387 of file history.c.
|
static |
|
static |
|
static |
|
static |
Definition at line 335 of file history.c.