Lines Matching defs:fromp
687 getfrom(const char **cmdp, char **fromp, const char *search, int delim)
692 char *what = el_realloc(*fromp, size * sizeof(*what));
694 el_free(*fromp);
695 *fromp = NULL;
706 el_free(*fromp);
708 *fromp = NULL;
716 *fromp = what;
721 *fromp = strdup(search);
722 if (*fromp == NULL) {
726 *fromp = NULL;
732 *fromp = NULL;
741 *fromp = NULL;