Lines Matching defs:matches

1089  * Return the line index of the parenthesis that either matches the one under
5331 * history buffer whos prefix matches the characters that currently
5386 * history buffer who's prefix matches that specified in an earlier call
5396 * history buffer who's prefix matches that specified in the earlier call
5447 * history buffer who's prefix matches that specified in an earlier call
5474 CplMatches *matches; /* The possible completions */
5500 matches = cpl_complete_word(gl->cpl, gl->line, gl->buff_curpos, cb->data,
5505 if(!matches) {
5510 } else if(matches->nmatch >= 1) {
5512 * If there any ambiguous matches, report them, starting on a new line.
5514 if(matches->nmatch > 1 && gl->echo) {
5516 _cpl_output_completions(matches, gl_write_fn, gl, gl->ncolumn))
5522 suffix_len = strlen(matches->suffix);
5523 cont_len = strlen(matches->cont_suffix);
5529 if(matches->nmatch==1 && cont_len > 0 &&
5530 matches->cont_suffix[cont_len - 1] == '\n') {
5554 gl_buffer_string(gl, matches->suffix, suffix_len, gl->buff_curpos);
5558 gl_buffer_string(gl, matches->cont_suffix, cont_len,
6133 CplMatches *matches = cpl_complete_word(gl->cpl, gl->line, gl->buff_curpos,
6138 if(!matches) {
6141 * List the matches.
6143 } else if(matches->nmatch > 0 && gl->echo) {
6145 _cpl_output_completions(matches, gl_write_fn, gl, gl->ncolumn))
6207 int nsym; /* The number of ambiguous matches */
6607 * Complain if more than one file matches.
6610 return gl_print_info(gl, "More than one file matches.", GL_END_INFO);
8109 * List the recognized parentheses, and their matches.
10866 * matches in.