Lines Matching defs:matched
2423 * is to be matched, and this matches all lines.
2632 * the history line that is being matched.
2691 * If there is a character to be matched, skip it and advance the
2713 glh_step_stream(lstr); /* Skip the character that matched */
2723 * A normal character to be matched explicitly.
2747 * c char The character to be matched with the range
2753 * 1 - The character matched.
2758 int matched = 0; /* True if the character matched the pattern */
2776 matched = 1;
2790 matched = 1;
2798 while(!matched && pstr->c && pstr->c != ']') {
2807 matched = 1;
2813 matched = 1;
2839 matched = !matched;
2845 matched = 0;
2847 return matched;