Searched refs:tokkey (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y1528 char *tokkey;
2095 emalloc(tokkey, char *, tok - tokstart, "yylex");
2096 memcpy(tokkey, tokstart, tok - tokstart);
2143 free(tokkey);
2148 yylval.sval = tokkey;
2156 && ! goto_warned && strcasecmp(tokkey, "goto") == 0) {
H A Dawkgram.c3367 char *tokkey;
3934 emalloc(tokkey, char *, tok - tokstart, "yylex");
3935 memcpy(tokkey, tokstart, tok - tokstart);
3982 free(tokkey);
3987 yylval.sval = tokkey;
3995 && ! goto_warned && strcasecmp(tokkey, "goto") == 0) {
3363 char *tokkey; local

Completed in 170 milliseconds