readline.c | 795 char *aptr; local in function:replace 796 if ((aptr = strrchr(*tmp, c)) == NULL) 798 aptr = strdup(aptr + 1); // XXX: check 800 *tmp = aptr; 817 char *tmp, *search = NULL, *aptr, delim; local in function:_history_expand_command 824 aptr = NULL; 845 if ((aptr = el_calloc(offs + 1, sizeof(*aptr))) 848 (void)strlcpy(aptr, command, offs + 1) [all...] |