Lines Matching refs:yytext

108                                 toProto(yytext); 
114 toProto(yytext);
120 toProto(yytext);
126 toProto(yytext);
132 toProto(yytext);
134 (float) atof(yytext);
139 toProto(yytext);
140 yylval.sffloat = (float) atof(yytext);
145 toProto(yytext);
146 yylval.int32 = atoi(yytext);
151 toProto(yytext);
152 sscanf(yytext, "%lx", &hexint);
157 Script { toProto(yytext); return SCRIPT; }
160 toProto(yytext);
163 yylval.id = scene->addSymbol(yytext);
168 toProto(yytext);
171 yylval.id = scene->addSymbol(yytext);
176 toProto(yytext);
179 yylval.id = scene->addSymbol(yytext);
184 toProto(yytext);
187 yylval.id = scene->addSymbol(yytext);
192 toProto(yytext);
195 yylval.id = scene->addSymbol(yytext);
201 toProto(yytext);
204 yylval.id = scene->addSymbol(yytext);
209 toProto(yytext);
212 yylval.id = scene->addSymbol(yytext);
216 DEF { toProto(yytext); return DEF; }
218 EXTERNPROTO { startProto(); toProto(yytext); return EXTERNPROTO; }
220 FALSE { toProto(yytext); return FALSE_TOK; }
222 IS { toProto(yytext); return IS; }
224 NULL { toProto(yytext); return NULL_TOK; }
226 PROTO { startProto(); toProto(yytext); return PROTO; }
228 ROUTE { toProto(yytext); return ROUTE; }
230 TO { toProto(yytext); return TO; }
232 TRUE { toProto(yytext); return TRUE_TOK; }
234 USE { toProto(yytext); return USE; }
236 eventIn { toProto(yytext); return EVENT_IN; }
238 eventOut { toProto(yytext); return EVENT_OUT; }
240 exposedField { toProto(yytext); return EXPOSED_FIELD; }
242 field { toProto(yytext); return FIELD; }
245 toProto(yytext);
248 yylval.id = scene->addSymbol(yytext);
253 toProto(yytext);
256 yylval.id = scene->addSymbol(yytext);
261 toProto(yytext);
264 yylval.id = scene->addSymbol(yytext);
269 toProto(yytext);
272 yylval.id = scene->addSymbol(yytext);
281 toProto(yytext);
282 yylval.id = scene->addSymbol(yytext);
289 toProto(yytext);
290 yylval.id = scene->addSymbol(yytext);
297 toProto(yytext);
298 yylval.id = scene->addSymbol(yytext);
305 toProto(yytext);
306 yylval.id = scene->addSymbol(yytext);
319 toProto(yytext);
320 toComment(yytext);
333 toProto(yytext);
334 toComment(yytext);
340 yytext);
351 toProto(yytext);
352 toComment(yytext);
362 toProto(yytext);
363 toComment(yytext);
375 return yytext[0];
380 toProto(yytext);
381 yylval.id = scene->addSymbol(yytext);
386 toProto(yytext);
387 yylval.id = scene->addSymbol(yytext);