Home
last modified time | relevance | path

Searched refs:allowed_to_end_number (Results 1 – 25 of 31) sorted by relevance

12

/openbsd/src/bin/chio/
Dparse.y327 #define allowed_to_end_number(x) \ in yylex() macro
341 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/usr.sbin/btrace/
Dbt_parse.y821 allowed_to_end_number(int x) in allowed_to_end_number() function
954 if (c == EOF || allowed_to_end_number(c)) { in yylex()
1000 } else if (allowed_to_end_number(c) || c == '[') { in yylex()
1072 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/usr.sbin/ldomctl/
Dparse.y563 #define allowed_to_end_number(x) \ in yylex() macro
577 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/sbin/dhcpleased/
Dparse.y584 #define allowed_to_end_number(x) \ in yylex() macro
598 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/usr.sbin/iscsictl/
Dparse.y584 #define allowed_to_end_number(x) \ in yylex() macro
598 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/usr.sbin/dvmrpd/
Dparse.y600 #define allowed_to_end_number(x) \ in yylex() macro
614 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/usr.sbin/ntpd/
Dparse.y713 #define allowed_to_end_number(x) \ in yylex() macro
727 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/sbin/unwind/
Dparse.y646 #define allowed_to_end_number(x) \ in yylex() macro
660 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/usr.sbin/ripd/
Dparse.y635 #define allowed_to_end_number(x) \ in yylex() macro
649 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/usr.sbin/lpd/
Dparse.y454 #define allowed_to_end_number(x) \ in yylex() macro
468 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/usr.sbin/ypldap/
Dparse.y776 #define allowed_to_end_number(x) \ in yylex() macro
790 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/usr.sbin/radiusd/
Dparse.y786 #define allowed_to_end_number(x) \ in yylex() macro
800 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/usr.sbin/ifstated/
Dparse.y594 #define allowed_to_end_number(x) \ in yylex() macro
608 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/usr.sbin/acme-client/
Dparse.y683 #define allowed_to_end_number(x) \ in yylex() macro
697 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/usr.sbin/rad/
Dparse.y758 #define allowed_to_end_number(x) \ in yylex() macro
772 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/usr.sbin/ospf6d/
Dparse.y877 #define allowed_to_end_number(x) \ in yylex() macro
891 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/usr.sbin/eigrpd/
Dparse.y849 #define allowed_to_end_number(x) \ in yylex() macro
863 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/usr.sbin/ldapd/
Dparse.y687 #define allowed_to_end_number(x) \ in yylex() macro
701 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/usr.sbin/hostapd/
Dparse.y1560 #define allowed_to_end_number(x) \ in yylex() macro
1574 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/usr.sbin/ospfd/
Dparse.y1068 #define allowed_to_end_number(x) \ in yylex() macro
1082 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/usr.sbin/vmd/
Dparse.y1070 #define allowed_to_end_number(x) \
1084 if (c == EOF || allowed_to_end_number(c)) {
/openbsd/src/usr.sbin/ldpd/
Dparse.y1163 #define allowed_to_end_number(x) \ in yylex() macro
1177 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/usr.sbin/npppd/npppd/
Dparse.y1351 #define allowed_to_end_number(x) \ in yylex() macro
1365 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/usr.sbin/snmpd/
Dparse.y1533 #define allowed_to_end_number(x) \ in yylex() macro
1547 if (c == EOF || allowed_to_end_number(c)) { in yylex()
/openbsd/src/usr.sbin/httpd/
Dparse.y1704 #define allowed_to_end_number(x) \ in yylex() macro
1718 if (c == EOF || allowed_to_end_number(c)) { in yylex()

12