Searched refs:rmatches (Results 1 – 1 of 1) sorted by relevance
/freebsd/bin/sh/ |
H A D | histedit.c | 616 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() 666 rmatches = add_match(matches, ++i, &size, strndup(bp + 2, bp[0])); 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() [all …]
|