Lines Matching defs:h
39 #include <stdio.h>40 #include "global.h"48 HISTORY *h;50 h = (HISTORY *)mymalloc(sizeof (HISTORY));52 tail->next = h;53 h->next = 0;54 h->previous = tail;55 tail = h;57 head = tail = h;58 h->next = h->previous = 0;60 h->field = f;61 h->text = stralloc(s);