Searched refs:insert_match (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/libreadline/ |
| HD | complete.c | 120 static void insert_match PARAMS((char *, int, int, char *)); 1473 insert_match (match, start, mtype, qc) in insert_match() function 1706 insert_match (matches[0], start, matches[1] ? MULT_MATCH : SINGLE_MATCH, "e_char); 2207 insert_match (orig_text, orig_start, MULT_MATCH, "e_char); 2211 insert_match (matches[match_list_index], orig_start, SINGLE_MATCH, "e_char);
|