Lines Matching refs:saprop
58 struct saprop { struct
69 struct saprop *next; argument
187 extern struct saprop *newsaprop __P((void));
189 extern void inssaprop __P((struct saprop **, struct saprop *));
190 extern void inssaproto __P((struct saprop *, struct saproto *));
191 extern void inssaprotorev __P((struct saprop *, struct saproto *));
194 extern struct saprop *cmpsaprop_alloc __P((struct ph1handle *,
195 const struct saprop *, const struct saprop *, int));
196 extern int cmpsaprop __P((const struct saprop *, const struct saprop *));
199 extern struct saprop *aproppair2saprop __P((struct prop_pair *));
201 extern void flushsaprop __P((struct saprop *));
204 extern void printsaprop __P((const int, const struct saprop *));
205 extern void printsaprop0 __P((const int, const struct saprop *));