Searched refs:num_del_to_match (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/
H A Dmakedbm.c134 int num_del_to_match = 0; local
190 num_del_to_match = atoi(argv[1]);
388 p = any(buf, " \t\n", num_del_to_match, count_esp);
390 p = any(buf, key_sep, num_del_to_match, count_esp);
482 * It will find the num_del_to_match+1
491 any(cp, match, num_del_to_match, count_esp)
494 int num_del_to_match;
510 if (num_del_matched > num_del_to_match)

Completed in 56 milliseconds