#include "spice.h"
#include "cpdefs.h"
#include "suffix.h"
Go to the source code of this file.
Definition at line 128 of file alias.c.
struct wordlist * wl_prev
struct histent * cp_lastone
struct alias * cp_aliases
struct wordlist * wl_next
Definition at line 275 of file alias.c.
void cp_setalias(char *word, wordlist *wlist)
struct wordlist * wl_next
void cp_paliases(char *word)
Definition at line 290 of file alias.c.
294 struct alias *al, *na;
void cp_unalias(char *word)
struct alias * cp_aliases
struct wordlist * wl_next
Definition at line 25 of file alias.c.
64 for (nextc = comm; nextc; nextc = nextc->
wl_next)
73 for (ntries = 21; ntries; ntries--) {
90 fprintf(
cp_err,
"Error: alias loop.\n");
struct wordlist * wl_prev
static wordlist * asubst()
struct histent * cp_lastone
struct wordlist * wl_next
void cp_paliases |
( |
char * |
word | ) |
|
Definition at line 255 of file alias.c.
struct alias * cp_aliases
void cp_setalias |
( |
char * |
word, |
|
|
wordlist * |
wlist |
|
) |
| |
Definition at line 173 of file alias.c.
178 struct alias *al, *ta;
190 if (strcmp(al->
al_name, word) > 0)
217 cp_addcomm(word, (
long) 1, (
long) 1, (
long) 1, (
long) 1);
void cp_unalias(char *word)
struct alias * cp_aliases
void cp_unalias |
( |
char * |
word | ) |
|
Definition at line 226 of file alias.c.
struct alias * cp_aliases