Home
last modified time | relevance | path

Searched defs:match_any (Results 1 – 4 of 4) sorted by relevance

/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DLexer.pm180 sub match_any { subroutine
DBaseRecognizer.pm85 sub match_any { subroutine
/external/toybox/toys/posix/
Dfind.c365 match_any = *m == '/'; in do_find() local
/external/antlr/runtime/Ruby/lib/antlr3/
Dtree.rb133 def match_any( ignore = nil ) method in ANTLR3.AST.TreeParser