Lines Matching full:begin
231 BEGIN(config);
233 BEGIN(event);
251 BEGIN(INITIAL);
259 BEGIN(INITIAL);
265 BEGIN(INITIAL);
274 "]" { BEGIN(config); return ']'; }
308 "/" { BEGIN(INITIAL); return '/'; }
311 "[" { BEGIN(array); return '['; }
327 . { unput(*yytext); BEGIN(INITIAL); }
332 <<EOF>> { BEGIN(INITIAL); }
390 mem: { BEGIN(mem); return PE_PREFIX_MEM; }
400 "/" { BEGIN(config); return '/'; }
402 , { BEGIN(event); return ','; }
404 "{" { BEGIN(event); return '{'; }