Home
last modified time | relevance | path

Searched refs:strcopyof (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/bc/dist/
H A Dscan.l246 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);
H A Dproto.h66 char *strcopyof (const char *str);
H A Dutil.c49 strcopyof (const char *str) in strcopyof() function
556 id->id = strcopyof (name); in lookup()