|
|
| version 1.1, 2014/07/30 08:16:46 | version 1.1.1.2, 2021/03/17 01:01:01 |
|---|---|
| Line 41 | Line 41 |
| #define STREQN(a, b, n) ((n == 0) ? (1) \ | #define STREQN(a, b, n) ((n == 0) ? (1) \ |
| : ((a)[0] == (b)[0] && strncmp(a, b, n) == 0)) | : ((a)[0] == (b)[0] && strncmp(a, b, n) == 0)) |
| extern int history_offset; | |
| #define PURGE_REGEXP 0x01 | #define PURGE_REGEXP 0x01 |
| int hist_purgecmd (char *, int); | |
| static void | static void |
| usage() | usage() |