Searched refs:ebufs (Results 1 – 1 of 1) sorted by relevance
3641 } *ebufs = NULL; in expand_keywords() local4032 if (ebufs == NULL) in expand_keywords()4034 ebufs = xmalloc (sizeof *ebuf); in expand_keywords()4035 ebufs->next = NULL; in expand_keywords()4036 ebufs->data = buf; in expand_keywords()4037 ebufs->free_data = 0; in expand_keywords()4039 ebufs->len = ebuf_len; in expand_keywords()4040 ebuf_last = ebufs; in expand_keywords()4076 if (ebufs == NULL) in expand_keywords()4088 while (ebufs != NULL) in expand_keywords()[all …]