Lines Matching full:begin
218 BEGIN(config);
220 BEGIN(event);
238 BEGIN(INITIAL);
246 BEGIN(INITIAL);
252 BEGIN(INITIAL);
259 "]" { BEGIN(config); return ']'; }
289 "/" { BEGIN(INITIAL); return '/'; }
292 "[" { BEGIN(array); return '['; }
308 . { unput(*yytext); BEGIN(INITIAL); }
313 <<EOF>> { BEGIN(INITIAL); }
365 mem: { BEGIN(mem); return PE_PREFIX_MEM; }
375 "/" { BEGIN(config); return '/'; }
377 , { BEGIN(event); return ','; }
379 "{" { BEGIN(event); return '{'; }