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
Reimplemented LogPtoProb (which is just an exp10 call)
[vspell.git]
/
scripts
/
list-entity.pl
blob
af522b3aaf2c269f816818e118e1101be7a16e2d
1
#!/usr/bin/perl
2
3
while
(<>) {
4
while
(
m/(&[^;]*;)/g
) {
5
print
$1
.
"
\n
"
;
6
}
7
}