Home
last modified time | relevance | path

Searched refs:func_rx (Results 1 – 5 of 5) sorted by relevance

/dports/shells/p5-Bash-Completion/Bash-Completion-0.008/lib/Bash/Completion/Plugins/
H A DPerldoc.pm142 my $func_rx = qr/\A${\quotemeta $func}/;
144 return grep { /$func_rx/ } @suggestion;
/dports/editors/dkns/dkns-1.100/
H A Ddkns.munger121 (setq func_rx (regcomp "^(\\(|\\{|\\.S)"))
1637 (while (and repeat (find_pattern 1 func_rx 1 0))
2513 (find 1 y x func_rx 0) > 1))
2517 (find 1 y x func_rx 0) > 1))
2521 (find 1 y x func_rx 0) > 1))
2525 (find -1 y x func_rx 0) < 1))
2529 (find -1 y x func_rx 0) < 1))
2533 (find -1 y x func_rx 0) < 1))
2548 (find -1 y x func_rx 0) < 0))
2552 (find -1 y x func_rx 0) < 0))
[all …]
/dports/lang/munger/munger-5.12/
H A Dview.munger100 (setq func_rx (regcomp "^(\\(|\\{|\\.S)"))
/dports/www/ephemera/ephemera-6.34/
H A Dedit.munger78 (setq func_rx (regcomp "^(\\(|\\{|\\.S)"))
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dbasegui.cpp4924 QRegExp func_rx("(.*) (true|false)"); in processFunction() local
4928 if(func_rx.indexIn(function) > -1){ in processFunction()
4929 function = func_rx.cap(1); in processFunction()
4930 value = (func_rx.cap(2) == "true"); in processFunction()