algtypelist
struct algtypelist *ap;
struct algtypelist *next;
struct algtypelist *ap;
struct algtypelist **app;
static struct algtypelist **
struct algtypelist **app;
appendalgtype(struct algtypelist **app, algtype_t a)
struct algtypelist *ap;
ap = (struct algtypelist *)malloc(sizeof (*ap));
struct algtypelist **app;
struct algtypelist *ap;
struct algtypelist *ap;