Lines Matching refs:yylval
241 if ((yylval.l_str = strdup(v)) == NULL)
244 (void) stresc2chr(yylval.l_str);
280 yylval.l_str = strndup(v + 1, len - 2);
282 yylval.l_str = strndup(v, len);
284 if (yylval.l_str == NULL)
287 (void) stresc2chr(yylval.l_str);
302 yylval.l_int = strtoull(v, &p, 0);
335 if ((yylval.l_str = strdup(s)) == NULL)
354 yylval.l_int = (intmax_t)(int)idp->di_id;
369 if ((yylval.l_str = strdup(yytext)) == NULL)
375 if ((yylval.l_str = strdup("@_")) == NULL)
386 yylval.l_int = strtoull(yytext, &p, 0);
405 dt_node_int(yylval.l_int));
419 yylval.l_str = strndup(yytext + 1, yyleng - 2);
421 if (yylval.l_str == NULL)
424 (void) stresc2chr(yylval.l_str);
429 dt_node_string(yylval.l_str));
631 yylval.l_str = strdup(yytext);
633 if (yylval.l_str == NULL) {
651 if ((yylval.l_str = strdup(yytext)) == NULL)