Lines Matching defs:match
1686 int i, num_matches, match;
1722 /* Matching algorithm: take the longest unique match ignoring
1723 case. If there is an exact match, it is admissible even if
1730 match = -1;
1735 match = i;
1738 /* exact match... */
1741 strcpy (value, string_list[match]);
1747 /* xxx quite arbitrary... We could also choose the first match
1749 strcpy(value, string_list[match]);
1751 strcpy (value, string_list[match]);