OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ws_re
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gnulib/import/extra/
update-copyright
172
my $
ws_re
;
188
$
ws_re
= '[ \t\r\f]'; # \s without \n
189
$
ws_re
=
190
"(?:$
ws_re
*(?:$
ws_re
|\\n" . quotemeta($prefix) . ")$
ws_re
*)";
192
$holder_re =~ s/\s/$
ws_re
/g;
194
"(?:$
ws_re
$circle_c_re)?"
195
. "$
ws_re
(?:(?:\\d\\d)?\\d\\d(?:,$
ws_re
?|--?))*
[
all
...]
/src/external/gpl3/gdb.old/dist/gnulib/import/extra/
update-copyright
172
my $
ws_re
;
188
$
ws_re
= '[ \t\r\f]'; # \s without \n
189
$
ws_re
=
190
"(?:$
ws_re
*(?:$
ws_re
|\\n" . quotemeta($prefix) . ")$
ws_re
*)";
192
$holder_re =~ s/\s/$
ws_re
/g;
194
"(?:$
ws_re
$circle_c_re)?"
195
. "$
ws_re
(?:(?:\\d\\d)?\\d\\d(?:,$
ws_re
?|--?))*
[
all
...]
Completed in 17 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026