Lines Matching refs:yylval
205 if ((yylval.l_str = strdup(v)) == NULL)
208 (void) stresc2chr(yylval.l_str);
244 yylval.l_str = strndup(v + 1, len - 2);
246 yylval.l_str = strndup(v, len);
248 if (yylval.l_str == NULL)
251 (void) stresc2chr(yylval.l_str);
266 yylval.l_int = strtoull(v, &p, 0);
299 if ((yylval.l_str = strdup(s)) == NULL)
318 yylval.l_int = (intmax_t)(int)idp->di_id;
333 if ((yylval.l_str = strdup(yytext)) == NULL)
339 if ((yylval.l_str = strdup("@_")) == NULL)
350 yylval.l_int = strtoull(yytext, &p, 0);
369 dt_node_int(yylval.l_int));
383 yylval.l_str = strndup(yytext + 1, yyleng - 2);
385 if (yylval.l_str == NULL)
388 (void) stresc2chr(yylval.l_str);
393 dt_node_string(yylval.l_str));
595 yylval.l_str = strdup(yytext);
597 if (yylval.l_str == NULL) {
615 if ((yylval.l_str = strdup(yytext)) == NULL)