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

/freebsd-12-stable/contrib/ntp/ntpd/
H A Dkeyword-gen.c648 u_short lowest_id; local
658 lowest_id = ntp_keywords[0].token;
660 id_count = highest_id - lowest_id + 1;
662 printf("#define LOWEST_KEYWORD_ID %d\n\n", lowest_id);
666 id = lowest_id;
671 id - lowest_id, id, symbname(id));
677 id - lowest_id, id, symbname(id),

Completed in 103 milliseconds