| /openbsd/src/bin/chio/ |
| D | parse.y | 327 #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/ |
| D | bt_parse.y | 821 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/ |
| D | parse.y | 563 #define allowed_to_end_number(x) \ in yylex() macro 577 if (c == EOF || allowed_to_end_number(c)) { in yylex()
|
| /openbsd/src/sbin/dhcpleased/ |
| D | parse.y | 584 #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/ |
| D | parse.y | 584 #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/ |
| D | parse.y | 600 #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/ |
| D | parse.y | 713 #define allowed_to_end_number(x) \ in yylex() macro 727 if (c == EOF || allowed_to_end_number(c)) { in yylex()
|
| /openbsd/src/sbin/unwind/ |
| D | parse.y | 646 #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/ |
| D | parse.y | 635 #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/ |
| D | parse.y | 454 #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/ |
| D | parse.y | 776 #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/ |
| D | parse.y | 786 #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/ |
| D | parse.y | 594 #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/ |
| D | parse.y | 683 #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/ |
| D | parse.y | 758 #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/ |
| D | parse.y | 877 #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/ |
| D | parse.y | 849 #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/ |
| D | parse.y | 687 #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/ |
| D | parse.y | 1560 #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/ |
| D | parse.y | 1068 #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/ |
| D | parse.y | 1070 #define allowed_to_end_number(x) \ 1084 if (c == EOF || allowed_to_end_number(c)) {
|
| /openbsd/src/usr.sbin/ldpd/ |
| D | parse.y | 1163 #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/ |
| D | parse.y | 1351 #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/ |
| D | parse.y | 1533 #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/ |
| D | parse.y | 1704 #define allowed_to_end_number(x) \ in yylex() macro 1718 if (c == EOF || allowed_to_end_number(c)) { in yylex()
|