Lines Matching full:begin
184 BEGIN(config);
186 BEGIN(event);
204 BEGIN(INITIAL);
210 BEGIN(INITIAL);
216 BEGIN(INITIAL);
262 "/" { BEGIN(INITIAL); return '/'; }
285 "/"/{non_digit} { BEGIN(config); return '/'; }
294 . { unput(*yytext); BEGIN(INITIAL); }
299 <<EOF>> { BEGIN(INITIAL); }
331 mem: { BEGIN(mem); return PE_PREFIX_MEM; }
339 "/" { BEGIN(config); return '/'; }
340 , { BEGIN(event); return ','; }
342 "{" { BEGIN(event); return '{'; }