Lines Matching defs:fe
110 static struct fileentry fe;
113 char *buf = fe.rawbuf;
119 fe.rawbuf = buf = malloc(sz);
123 if (fe.entry != NULL) {
124 free(fe.entry);
125 fe.orgentry = fe.entry = NULL;
137 fe.rawbuf = buf = realloc(buf, sz);
153 fe.startline = linecnt;
159 fe.orgentry = buf + off;
160 p = fe.entry = strdup(fe.orgentry);
173 return (&fe);
179 return (&fe);