listitem
struct listitem *p;
p = (struct listitem *)mymalloc(sizeof (struct listitem));
struct listitem *p, *nextp;
struct listitem *next;