Home
last modified time | relevance | path

Searched refs:rmatches (Results 1 – 1 of 1) sorted by relevance

/freebsd/bin/sh/
H A Dhistedit.c616 char **matches = NULL, **rmatches; in sh_matches() local
653 rmatches = add_match(matches, ++i, &size, in sh_matches()
655 if (rmatches == NULL) { in sh_matches()
659 matches = rmatches; in sh_matches()
667 if (rmatches == NULL) in sh_matches()
669 matches = rmatches; in sh_matches()
674 rmatches = add_match(matches, ++i, &size, strdup(ap->name)); in sh_matches()
675 if (rmatches == NULL) in sh_matches()
677 matches = rmatches; in sh_matches()
685 if (rmatches == NULL) in sh_matches()
[all …]