Lines Matching full:begin
225 BEGIN(config);
227 BEGIN(event);
245 BEGIN(INITIAL);
253 BEGIN(INITIAL);
259 BEGIN(INITIAL);
268 "]" { BEGIN(config); return ']'; }
301 "/" { BEGIN(INITIAL); return '/'; }
304 "[" { BEGIN(array); return '['; }
320 . { unput(*yytext); BEGIN(INITIAL); }
325 <<EOF>> { BEGIN(INITIAL); }
379 mem: { BEGIN(mem); return PE_PREFIX_MEM; }
389 "/" { BEGIN(config); return '/'; }
391 , { BEGIN(event); return ','; }
393 "{" { BEGIN(event); return '{'; }