Searched refs:strcopyof (Results 1 – 3 of 3) sorted by relevance
246 yylval.s_value = strcopyof(yytext); return(NAME);282 ==|\<=|\>=|\!=|"<"|">" { yylval.s_value = strcopyof(yytext); return(REL_OP); }308 [a-z][a-z0-9_]* { yylval.s_value = strcopyof(yytext); return(NAME); }312 yylval.s_value = strcopyof(yytext);350 yylval.s_value = strcopyof(yytext);
66 char *strcopyof (const char *str);
49 strcopyof (const char *str) in strcopyof() function556 id->id = strcopyof (name); in lookup()