Searched refs:fgp (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c3790 static char **fgp[] = { local
3844 if (*fgp[j]) free(*fgp[j]);
3845 *fgp[j] = (char *)alloc(strlen(tfg) + 1);
3846 Strcpy(*fgp[j], tfg);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Doptions.c3790 static char **fgp[] = { local
3844 if (*fgp[j]) free(*fgp[j]);
3845 *fgp[j] = (char *)alloc(strlen(tfg) + 1);
3846 Strcpy(*fgp[j], tfg);

Completed in 82 milliseconds