Lines Matching full:begin
269 BEGIN(config);
271 BEGIN(event);
289 BEGIN(INITIAL);
295 BEGIN(INITIAL);
301 BEGIN(INITIAL);
347 "/" { BEGIN(INITIAL); return '/'; }
370 "/"/{non_digit} { BEGIN(config); return '/'; }
379 . { unput(*yytext); BEGIN(INITIAL); }
384 <<EOF>> { BEGIN(INITIAL); }
416 mem: { BEGIN(mem); return PE_PREFIX_MEM; }
424 "/" { BEGIN(config); return '/'; }
425 , { BEGIN(event); return ','; }
427 "{" { BEGIN(event); return '{'; }