From b09922bb063ddf44c7850b182fec4795fbe1ae90 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sun, 27 Jun 1999 06:54:32 +0000 Subject: zsh-3.1.5-pws-23 --- Src/Zle/comp.h | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'Src/Zle/comp.h') diff --git a/Src/Zle/comp.h b/Src/Zle/comp.h index 8264890df..78c65ffeb 100644 --- a/Src/Zle/comp.h +++ b/Src/Zle/comp.h @@ -36,7 +36,6 @@ typedef struct patcomp *Patcomp; typedef struct cmatcher *Cmatcher; typedef struct cmlist *Cmlist; typedef struct cpattern *Cpattern; -typedef struct menuinfo *Menuinfo; /* node for compctl hash table (compctltab) */ @@ -267,19 +266,6 @@ struct cpattern { #define CFN_FIRST 1 #define CFN_DEFAULT 2 -/* Information about menucompletion stuff. */ - -struct menuinfo { - Cmgroup group; /* position in the group list */ - Cmatch *cur; /* match currently inserted */ - int pos; /* begin on line */ - int len; /* length of inserted string */ - int end; /* end on the line */ - int we; /* non-zero if the cursor was at the end */ - int insc; /* length of suffix inserted */ - int asked; /* we asked if the list should be shown */ -}; - /* Flags for compadd and addmatches(). */ #define CAF_QUOTE 1 @@ -313,16 +299,6 @@ struct cadata { char *dpar; /* array to delete non-matches in (-D) */ }; -/* Data given to hooks. */ - -typedef struct chdata *Chdata; - -struct chdata { - Cmgroup matches; /* the matches generated */ - int num; /* the number of matches */ - Cmatch cur; /* current match or NULL */ -}; - /* Flags for special parameters. */ #define CPN_WORDS 0 -- cgit 1.4.1