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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dclient6_token.l78 #define DP(str) if (cfdebug) cfdebug_print(str, cpyytext, cpyyleng)
79 #define DECHO if (cfdebug) cfdebug_print(NULL, cpyytext, cpyyleng);
122 cpyylval.str = strdup(cpyytext);
133 if (inet_pton(AF_INET6, cpyytext, &addr) < 1) {
193 cpyylval.num = strtoll(cpyytext, NULL, 10);
205 cpyylval.str = strdup(cpyytext);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dclient6_token.l78 #define DP(str) if (cfdebug) cfdebug_print(str, cpyytext, cpyyleng)
79 #define DECHO if (cfdebug) cfdebug_print(NULL, cpyytext, cpyyleng);
122 cpyylval.str = strdup(cpyytext);
133 if (inet_pton(AF_INET6, cpyytext, &addr) < 1) {
193 cpyylval.num = strtoll(cpyytext, NULL, 10);
205 cpyylval.str = strdup(cpyytext);
H A Dclient6_token.c21 #define yytext cpyytext
188 /* Undo effects of setting up cpyytext. */ \
194 YY_DO_BEFORE_ACTION; /* set up cpyytext again */ \
290 /* yy_hold_char holds the character lost when cpyytext is formed. */
366 extern char *cpyytext;
367 #define yytext_ptr cpyytext
375 * corresponding action - sets up cpyytext.
670 char *cpyytext; variable
745 #define DP(str) if (cfdebug) cfdebug_print(str, cpyytext, cpyyleng)
746 #define DECHO if (cfdebug) cfdebug_print(NULL, cpyytext, cpyylen
[all...]

Completed in 67 milliseconds