repo.or.cz
/
vspell.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adjusted BranchNNode::add_path() to take const vector<> instead of vector<>
[vspell.git]
/
scripts
/
gettags.pl
blob
ca51b1444dce9468f24a84203997b6b0fcd921ce
1
#!/usr/bin/perl
2
3
while
(<>) {
4
while
(
m
,<
/?([^ /
>]*)[^>]*/
?
>,
g
) {
5
print
"
$1
\n
"
;
6
}
7
while
(
m
,(&[^;]*;),
g
) {
8
print
"
$1
\n
"
;
9
}
10
}