Lines Matching full:begin
272 BEGIN(config);
274 BEGIN(event);
292 BEGIN(INITIAL);
298 BEGIN(INITIAL);
304 BEGIN(INITIAL);
351 "/" { BEGIN(INITIAL); return '/'; }
376 "/"/{non_digit} { BEGIN(config); return '/'; }
385 . { unput(*yytext); BEGIN(INITIAL); }
390 <<EOF>> { BEGIN(INITIAL); }
419 mem: { BEGIN(mem); return PE_PREFIX_MEM; }
427 "/" { BEGIN(config); return '/'; }
428 , { BEGIN(event); return ','; }
430 "{" { BEGIN(event); return '{'; }