status_prompt_hlist
status_prompt_hlist[type][hidx]);
free(status_prompt_hlist[tidx][hidx]);
free(status_prompt_hlist[tidx]);
status_prompt_hlist[tidx] = NULL;
free(status_prompt_hlist[type][hidx]);
free(status_prompt_hlist[type]);
status_prompt_hlist[type] = NULL;
status_prompt_hlist[tidx][hidx]);
fputs(status_prompt_hlist[type][i], f);
return (status_prompt_hlist[type][status_prompt_hsize[type] - idx[type]]);
return (status_prompt_hlist[type][status_prompt_hsize[type] - idx[type]]);
strcmp(status_prompt_hlist[type][oldsize - 1], line) == 0)
free(status_prompt_hlist[type][i]);
sizeof *status_prompt_hlist[type];
memmove(&status_prompt_hlist[type][0],
&status_prompt_hlist[type][freecount], movesize);
free(status_prompt_hlist[type]);
status_prompt_hlist[type] = NULL;
status_prompt_hlist[type] =
xreallocarray(status_prompt_hlist[type], newsize,
sizeof *status_prompt_hlist[type]);
status_prompt_hlist[type][newsize - 1] = xstrdup(line);
char **status_prompt_hlist[PROMPT_NTYPES];