Lines Matching defs:match
1325 int i, num_matches, match;
1361 /* Matching algorithm: take the longest unique match ignoring
1362 case. If there is an exact match, it is admissible even if
1369 match = -1;
1374 match = i;
1377 /* exact match... */
1380 strcpy (value, string_list[match]);
1386 /* xxx quite arbitrary... We could also choose the first match
1388 strcpy(value, string_list[match]);
1390 strcpy (value, string_list[match]);