Lines Matching refs:proposalspec
98 struct proposalspec { struct
102 struct proposalspec *next; /* the tail is the most prefered. */ argument
103 struct proposalspec *prev; argument
123 struct proposalspec *back;
154 static struct proposalspec *newprspec __P((void));
155 static void insprspec __P((struct proposalspec *, struct proposalspec **));
157 static void insspspec __P((struct secprotospec *, struct proposalspec **));
161 __P((struct remoteconf *, struct proposalspec *));
1513 struct proposalspec *prspec;
1539 struct proposalspec *prspec;
2174 static struct proposalspec *
2177 struct proposalspec *new;
2191 struct proposalspec *prspec; in insprspec()
2192 struct proposalspec **head;
2229 struct proposalspec **head;
2243 struct proposalspec *prspec;
2245 struct proposalspec *p;