Lines Matching full:begin
272 BEGIN(config);
274 BEGIN(event);
292 BEGIN(INITIAL);
298 BEGIN(INITIAL);
304 BEGIN(INITIAL);
352 "/" { BEGIN(INITIAL); return '/'; }
377 "/"/{non_digit} { BEGIN(config); return '/'; }
386 . { unput(*yytext); BEGIN(INITIAL); }
391 <<EOF>> { BEGIN(INITIAL); }
408 mem: { BEGIN(mem); return PE_PREFIX_MEM; }
416 "/" { BEGIN(config); return '/'; }
417 , { BEGIN(event); return ','; }
419 "{" { BEGIN(event); return '{'; }