Lines Matching refs:BEGIN
139 BEGIN(config);
141 BEGIN(event);
159 BEGIN(INITIAL);
167 BEGIN(INITIAL);
173 BEGIN(INITIAL);
197 "/" { BEGIN(INITIAL); return '/'; }
213 . { unput(*yytext); BEGIN(INITIAL); }
218 <<EOF>> { BEGIN(INITIAL); }
267 mem: { BEGIN(mem); return PE_PREFIX_MEM; }
276 "/" { BEGIN(config); return '/'; }
278 , { BEGIN(event); return ','; }
280 "{" { BEGIN(event); return '{'; }