Searched refs:_skip (Results 1 – 5 of 5) sorted by relevance
43 bool _skip; field in Antlr.Runtime.SlimLexer116 _skip = false; in Reset()135 _skip = false; in NextToken()151 if ( _skip ) in NextToken()189 _skip = true; in Skip()
47 def _skip(*args): function52 return _skip
56 int y4m_input_open(y4m_input *_y4m,FILE *_fin,char *_skip,int _nskip);
662 int y4m_input_open(y4m_input *_y4m,FILE *_fin,char *_skip,int _nskip){ in y4m_input_open() argument669 buffer[i]=*_skip++; in y4m_input_open()
752 SKIP_SCAN(unsigned _skip = 0, unsigned _scan = 0) in SKIP_SCAN() argument753 : skip(_skip), scan(_scan) {} in SKIP_SCAN()