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

/freebsd-12-stable/sbin/dhclient/
H A Ddhctoken.h64 #define NUMBER_OR_NAME 264 macro
H A Dclparse.c306 if (token == NUMBER_OR_NAME || token == NUMBER) {
310 if (token != NUMBER && token != NUMBER_OR_NAME) {
H A Dconflex.c296 int rv = NUMBER_OR_NAME;
H A Dparse.c288 /* Allow NUMBER_OR_NAME if base is 16. */
290 (base != 16 || token != NUMBER_OR_NAME)) {

Completed in 46 milliseconds