line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package XML::XSH2::CompletionList; |
2
|
|
|
|
|
|
|
|
3
|
8
|
|
|
8
|
|
55
|
use strict; |
|
8
|
|
|
|
|
16
|
|
|
8
|
|
|
|
|
255
|
|
4
|
8
|
|
|
8
|
|
44
|
use vars qw(@XSH_COMMANDS @XSH_NOXPATH_COMMANDS); |
|
8
|
|
|
|
|
18
|
|
|
8
|
|
|
|
|
1368
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
@XSH_COMMANDS=qw( |
7
|
|
|
|
|
|
|
. |
8
|
|
|
|
|
|
|
add |
9
|
|
|
|
|
|
|
apropos |
10
|
|
|
|
|
|
|
assign |
11
|
|
|
|
|
|
|
backups |
12
|
|
|
|
|
|
|
call |
13
|
|
|
|
|
|
|
canonical |
14
|
|
|
|
|
|
|
catalog |
15
|
|
|
|
|
|
|
cd |
16
|
|
|
|
|
|
|
change-ns-prefix |
17
|
|
|
|
|
|
|
change-ns-uri |
18
|
|
|
|
|
|
|
chdir |
19
|
|
|
|
|
|
|
chxpath |
20
|
|
|
|
|
|
|
clone |
21
|
|
|
|
|
|
|
close |
22
|
|
|
|
|
|
|
complete-attributes |
23
|
|
|
|
|
|
|
complete_attributes |
24
|
|
|
|
|
|
|
copy |
25
|
|
|
|
|
|
|
count |
26
|
|
|
|
|
|
|
cp |
27
|
|
|
|
|
|
|
create |
28
|
|
|
|
|
|
|
debug |
29
|
|
|
|
|
|
|
declare-ns |
30
|
|
|
|
|
|
|
def |
31
|
|
|
|
|
|
|
define |
32
|
|
|
|
|
|
|
defs |
33
|
|
|
|
|
|
|
del |
34
|
|
|
|
|
|
|
delete |
35
|
|
|
|
|
|
|
do |
36
|
|
|
|
|
|
|
doc-info |
37
|
|
|
|
|
|
|
doc_info |
38
|
|
|
|
|
|
|
docs |
39
|
|
|
|
|
|
|
documents |
40
|
|
|
|
|
|
|
dtd |
41
|
|
|
|
|
|
|
dup |
42
|
|
|
|
|
|
|
echo |
43
|
|
|
|
|
|
|
edit |
44
|
|
|
|
|
|
|
edit-string |
45
|
|
|
|
|
|
|
empty-tags |
46
|
|
|
|
|
|
|
empty_tags |
47
|
|
|
|
|
|
|
enc |
48
|
|
|
|
|
|
|
encoding |
49
|
|
|
|
|
|
|
eval |
50
|
|
|
|
|
|
|
exec |
51
|
|
|
|
|
|
|
exit |
52
|
|
|
|
|
|
|
exp |
53
|
|
|
|
|
|
|
expr |
54
|
|
|
|
|
|
|
files |
55
|
|
|
|
|
|
|
fold |
56
|
|
|
|
|
|
|
for |
57
|
|
|
|
|
|
|
foreach |
58
|
|
|
|
|
|
|
function |
59
|
|
|
|
|
|
|
get |
60
|
|
|
|
|
|
|
hash |
61
|
|
|
|
|
|
|
help |
62
|
|
|
|
|
|
|
if |
63
|
|
|
|
|
|
|
ifinclude |
64
|
|
|
|
|
|
|
include |
65
|
|
|
|
|
|
|
indent |
66
|
|
|
|
|
|
|
index |
67
|
|
|
|
|
|
|
insert |
68
|
|
|
|
|
|
|
iterate |
69
|
|
|
|
|
|
|
keep-blanks |
70
|
|
|
|
|
|
|
keep_blanks |
71
|
|
|
|
|
|
|
last |
72
|
|
|
|
|
|
|
lcd |
73
|
|
|
|
|
|
|
lineno |
74
|
|
|
|
|
|
|
list |
75
|
|
|
|
|
|
|
load-ext-dtd |
76
|
|
|
|
|
|
|
load-xinclude |
77
|
|
|
|
|
|
|
load-xincludes |
78
|
|
|
|
|
|
|
load_ext_dtd |
79
|
|
|
|
|
|
|
load_xinclude |
80
|
|
|
|
|
|
|
load_xincludes |
81
|
|
|
|
|
|
|
local |
82
|
|
|
|
|
|
|
locate |
83
|
|
|
|
|
|
|
ls |
84
|
|
|
|
|
|
|
map |
85
|
|
|
|
|
|
|
move |
86
|
|
|
|
|
|
|
mv |
87
|
|
|
|
|
|
|
my |
88
|
|
|
|
|
|
|
namespaces |
89
|
|
|
|
|
|
|
new |
90
|
|
|
|
|
|
|
next |
91
|
|
|
|
|
|
|
nobackups |
92
|
|
|
|
|
|
|
nodebug |
93
|
|
|
|
|
|
|
normalize |
94
|
|
|
|
|
|
|
open |
95
|
|
|
|
|
|
|
parser-completes-attributes |
96
|
|
|
|
|
|
|
parser-expands-entities |
97
|
|
|
|
|
|
|
parser-expands-xinclude |
98
|
|
|
|
|
|
|
parser_completes_attributes |
99
|
|
|
|
|
|
|
parser_expands_entities |
100
|
|
|
|
|
|
|
parser_expands_xinclude |
101
|
|
|
|
|
|
|
pedantic-parser |
102
|
|
|
|
|
|
|
pedantic_parser |
103
|
|
|
|
|
|
|
perl |
104
|
|
|
|
|
|
|
prev |
105
|
|
|
|
|
|
|
print |
106
|
|
|
|
|
|
|
process |
107
|
|
|
|
|
|
|
process-xinclude |
108
|
|
|
|
|
|
|
process-xincludes |
109
|
|
|
|
|
|
|
process_xinclude |
110
|
|
|
|
|
|
|
process_xincludes |
111
|
|
|
|
|
|
|
prune |
112
|
|
|
|
|
|
|
pwd |
113
|
|
|
|
|
|
|
query-encoding |
114
|
|
|
|
|
|
|
query_encoding |
115
|
|
|
|
|
|
|
quiet |
116
|
|
|
|
|
|
|
quit |
117
|
|
|
|
|
|
|
recovering |
118
|
|
|
|
|
|
|
redo |
119
|
|
|
|
|
|
|
regfunc |
120
|
|
|
|
|
|
|
register-function |
121
|
|
|
|
|
|
|
register-namespace |
122
|
|
|
|
|
|
|
register-xhtml-namespace |
123
|
|
|
|
|
|
|
register-xsh-namespace |
124
|
|
|
|
|
|
|
regns |
125
|
|
|
|
|
|
|
regns-xhtml |
126
|
|
|
|
|
|
|
regns-xsh |
127
|
|
|
|
|
|
|
remove |
128
|
|
|
|
|
|
|
rename |
129
|
|
|
|
|
|
|
return |
130
|
|
|
|
|
|
|
rm |
131
|
|
|
|
|
|
|
run-mode |
132
|
|
|
|
|
|
|
run_mode |
133
|
|
|
|
|
|
|
save |
134
|
|
|
|
|
|
|
set |
135
|
|
|
|
|
|
|
set-dtd |
136
|
|
|
|
|
|
|
set-enc |
137
|
|
|
|
|
|
|
set-ns |
138
|
|
|
|
|
|
|
set-standalone |
139
|
|
|
|
|
|
|
set_dtd |
140
|
|
|
|
|
|
|
set_filename |
141
|
|
|
|
|
|
|
settings |
142
|
|
|
|
|
|
|
skip-dtd |
143
|
|
|
|
|
|
|
skip_dtd |
144
|
|
|
|
|
|
|
sort |
145
|
|
|
|
|
|
|
stream |
146
|
|
|
|
|
|
|
strip-whitespace |
147
|
|
|
|
|
|
|
strip_whitespace |
148
|
|
|
|
|
|
|
switch-to-new-documents |
149
|
|
|
|
|
|
|
switch_to_new_documents |
150
|
|
|
|
|
|
|
system |
151
|
|
|
|
|
|
|
test-mode |
152
|
|
|
|
|
|
|
test_mode |
153
|
|
|
|
|
|
|
throw |
154
|
|
|
|
|
|
|
transform |
155
|
|
|
|
|
|
|
try |
156
|
|
|
|
|
|
|
undef |
157
|
|
|
|
|
|
|
undefine |
158
|
|
|
|
|
|
|
unfold |
159
|
|
|
|
|
|
|
unless |
160
|
|
|
|
|
|
|
unregfunc |
161
|
|
|
|
|
|
|
unregister-function |
162
|
|
|
|
|
|
|
unregister-namespace |
163
|
|
|
|
|
|
|
unregns |
164
|
|
|
|
|
|
|
validate |
165
|
|
|
|
|
|
|
validation |
166
|
|
|
|
|
|
|
var |
167
|
|
|
|
|
|
|
variables |
168
|
|
|
|
|
|
|
vars |
169
|
|
|
|
|
|
|
verbose |
170
|
|
|
|
|
|
|
version |
171
|
|
|
|
|
|
|
while |
172
|
|
|
|
|
|
|
wrap |
173
|
|
|
|
|
|
|
wrap-span |
174
|
|
|
|
|
|
|
wrap_span |
175
|
|
|
|
|
|
|
xadd |
176
|
|
|
|
|
|
|
xcopy |
177
|
|
|
|
|
|
|
xcp |
178
|
|
|
|
|
|
|
xinclude |
179
|
|
|
|
|
|
|
xincludes |
180
|
|
|
|
|
|
|
xinsert |
181
|
|
|
|
|
|
|
xmove |
182
|
|
|
|
|
|
|
xmv |
183
|
|
|
|
|
|
|
xpath-axis-completion |
184
|
|
|
|
|
|
|
xpath-completion |
185
|
|
|
|
|
|
|
xpath-extensions |
186
|
|
|
|
|
|
|
xpath_axis_completion |
187
|
|
|
|
|
|
|
xpath_completion |
188
|
|
|
|
|
|
|
xpath_extensions |
189
|
|
|
|
|
|
|
xsl |
190
|
|
|
|
|
|
|
xslt |
191
|
|
|
|
|
|
|
xsltproc |
192
|
|
|
|
|
|
|
xupdate |
193
|
|
|
|
|
|
|
); |
194
|
|
|
|
|
|
|
|
195
|
|
|
|
|
|
|
1; |