line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package XML::XSH::CompletionList; |
2
|
|
|
|
|
|
|
|
3
|
4
|
|
|
4
|
|
19
|
use strict; |
|
4
|
|
|
|
|
8
|
|
|
4
|
|
|
|
|
112
|
|
4
|
4
|
|
|
4
|
|
18
|
use vars qw(@XSH_COMMANDS @XSH_NOXPATH_COMMANDS); |
|
4
|
|
|
|
|
7
|
|
|
4
|
|
|
|
|
952
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
@XSH_COMMANDS=qw( |
7
|
|
|
|
|
|
|
. |
8
|
|
|
|
|
|
|
? |
9
|
|
|
|
|
|
|
add |
10
|
|
|
|
|
|
|
assign |
11
|
|
|
|
|
|
|
backups |
12
|
|
|
|
|
|
|
call |
13
|
|
|
|
|
|
|
catalog |
14
|
|
|
|
|
|
|
cd |
15
|
|
|
|
|
|
|
chdir |
16
|
|
|
|
|
|
|
chxpath |
17
|
|
|
|
|
|
|
clone |
18
|
|
|
|
|
|
|
close |
19
|
|
|
|
|
|
|
complete-attributes |
20
|
|
|
|
|
|
|
complete_attributes |
21
|
|
|
|
|
|
|
copy |
22
|
|
|
|
|
|
|
count |
23
|
|
|
|
|
|
|
cp |
24
|
|
|
|
|
|
|
create |
25
|
|
|
|
|
|
|
debug |
26
|
|
|
|
|
|
|
def |
27
|
|
|
|
|
|
|
define |
28
|
|
|
|
|
|
|
defs |
29
|
|
|
|
|
|
|
del |
30
|
|
|
|
|
|
|
delete |
31
|
|
|
|
|
|
|
doc-info |
32
|
|
|
|
|
|
|
doc_info |
33
|
|
|
|
|
|
|
docs |
34
|
|
|
|
|
|
|
documents |
35
|
|
|
|
|
|
|
dtd |
36
|
|
|
|
|
|
|
dup |
37
|
|
|
|
|
|
|
echo |
38
|
|
|
|
|
|
|
empty-tags |
39
|
|
|
|
|
|
|
empty_tags |
40
|
|
|
|
|
|
|
enc |
41
|
|
|
|
|
|
|
encoding |
42
|
|
|
|
|
|
|
eval |
43
|
|
|
|
|
|
|
exec |
44
|
|
|
|
|
|
|
exit |
45
|
|
|
|
|
|
|
files |
46
|
|
|
|
|
|
|
flags |
47
|
|
|
|
|
|
|
fold |
48
|
|
|
|
|
|
|
for |
49
|
|
|
|
|
|
|
foreach |
50
|
|
|
|
|
|
|
get |
51
|
|
|
|
|
|
|
help |
52
|
|
|
|
|
|
|
if |
53
|
|
|
|
|
|
|
ifinclude |
54
|
|
|
|
|
|
|
include |
55
|
|
|
|
|
|
|
indent |
56
|
|
|
|
|
|
|
insert |
57
|
|
|
|
|
|
|
iterate |
58
|
|
|
|
|
|
|
keep-blanks |
59
|
|
|
|
|
|
|
keep_blanks |
60
|
|
|
|
|
|
|
last |
61
|
|
|
|
|
|
|
lcd |
62
|
|
|
|
|
|
|
list |
63
|
|
|
|
|
|
|
load-ext-dtd |
64
|
|
|
|
|
|
|
load-xinclude |
65
|
|
|
|
|
|
|
load-xincludes |
66
|
|
|
|
|
|
|
load_ext_dtd |
67
|
|
|
|
|
|
|
load_xinclude |
68
|
|
|
|
|
|
|
load_xincludes |
69
|
|
|
|
|
|
|
local |
70
|
|
|
|
|
|
|
locate |
71
|
|
|
|
|
|
|
ls |
72
|
|
|
|
|
|
|
map |
73
|
|
|
|
|
|
|
move |
74
|
|
|
|
|
|
|
mv |
75
|
|
|
|
|
|
|
namespaces |
76
|
|
|
|
|
|
|
new |
77
|
|
|
|
|
|
|
next |
78
|
|
|
|
|
|
|
nobackups |
79
|
|
|
|
|
|
|
nodebug |
80
|
|
|
|
|
|
|
normalize |
81
|
|
|
|
|
|
|
open |
82
|
|
|
|
|
|
|
options |
83
|
|
|
|
|
|
|
parser-completes-attributes |
84
|
|
|
|
|
|
|
parser-expands-entities |
85
|
|
|
|
|
|
|
parser-expands-xinclude |
86
|
|
|
|
|
|
|
parser_completes_attributes |
87
|
|
|
|
|
|
|
parser_expands_entities |
88
|
|
|
|
|
|
|
parser_expands_xinclude |
89
|
|
|
|
|
|
|
pedantic-parser |
90
|
|
|
|
|
|
|
pedantic_parser |
91
|
|
|
|
|
|
|
perl |
92
|
|
|
|
|
|
|
prev |
93
|
|
|
|
|
|
|
print |
94
|
|
|
|
|
|
|
print_value |
95
|
|
|
|
|
|
|
process |
96
|
|
|
|
|
|
|
process-xinclude |
97
|
|
|
|
|
|
|
process-xincludes |
98
|
|
|
|
|
|
|
process_xinclude |
99
|
|
|
|
|
|
|
process_xincludes |
100
|
|
|
|
|
|
|
prune |
101
|
|
|
|
|
|
|
pwd |
102
|
|
|
|
|
|
|
query-encoding |
103
|
|
|
|
|
|
|
query_encoding |
104
|
|
|
|
|
|
|
quiet |
105
|
|
|
|
|
|
|
quit |
106
|
|
|
|
|
|
|
recovering |
107
|
|
|
|
|
|
|
redo |
108
|
|
|
|
|
|
|
regfunc |
109
|
|
|
|
|
|
|
register-function |
110
|
|
|
|
|
|
|
register-namespace |
111
|
|
|
|
|
|
|
register-xhtml-namespace |
112
|
|
|
|
|
|
|
register-xsh-namespace |
113
|
|
|
|
|
|
|
regns |
114
|
|
|
|
|
|
|
regns-xhtml |
115
|
|
|
|
|
|
|
regns-xsh |
116
|
|
|
|
|
|
|
remove |
117
|
|
|
|
|
|
|
rename |
118
|
|
|
|
|
|
|
return |
119
|
|
|
|
|
|
|
rm |
120
|
|
|
|
|
|
|
run-mode |
121
|
|
|
|
|
|
|
run_mode |
122
|
|
|
|
|
|
|
save |
123
|
|
|
|
|
|
|
sed |
124
|
|
|
|
|
|
|
select |
125
|
|
|
|
|
|
|
set-enc |
126
|
|
|
|
|
|
|
set-standalone |
127
|
|
|
|
|
|
|
skip-dtd |
128
|
|
|
|
|
|
|
skip_dtd |
129
|
|
|
|
|
|
|
sort |
130
|
|
|
|
|
|
|
stream |
131
|
|
|
|
|
|
|
strip-whitespace |
132
|
|
|
|
|
|
|
strip_whitespace |
133
|
|
|
|
|
|
|
switch-to-new-documents |
134
|
|
|
|
|
|
|
switch_to_new_documents |
135
|
|
|
|
|
|
|
system |
136
|
|
|
|
|
|
|
test-mode |
137
|
|
|
|
|
|
|
test_mode |
138
|
|
|
|
|
|
|
throw |
139
|
|
|
|
|
|
|
transform |
140
|
|
|
|
|
|
|
try |
141
|
|
|
|
|
|
|
undef |
142
|
|
|
|
|
|
|
undefine |
143
|
|
|
|
|
|
|
unfold |
144
|
|
|
|
|
|
|
unless |
145
|
|
|
|
|
|
|
unregfunc |
146
|
|
|
|
|
|
|
unregister-function |
147
|
|
|
|
|
|
|
unregister-namespace |
148
|
|
|
|
|
|
|
unregns |
149
|
|
|
|
|
|
|
valid |
150
|
|
|
|
|
|
|
validate |
151
|
|
|
|
|
|
|
validation |
152
|
|
|
|
|
|
|
var |
153
|
|
|
|
|
|
|
variables |
154
|
|
|
|
|
|
|
vars |
155
|
|
|
|
|
|
|
verbose |
156
|
|
|
|
|
|
|
version |
157
|
|
|
|
|
|
|
while |
158
|
|
|
|
|
|
|
xadd |
159
|
|
|
|
|
|
|
xcopy |
160
|
|
|
|
|
|
|
xcp |
161
|
|
|
|
|
|
|
xinclude |
162
|
|
|
|
|
|
|
xincludes |
163
|
|
|
|
|
|
|
xinsert |
164
|
|
|
|
|
|
|
xmove |
165
|
|
|
|
|
|
|
xmv |
166
|
|
|
|
|
|
|
xpath-axis-completion |
167
|
|
|
|
|
|
|
xpath-completion |
168
|
|
|
|
|
|
|
xpath_axis_completion |
169
|
|
|
|
|
|
|
xpath_completion |
170
|
|
|
|
|
|
|
xsl |
171
|
|
|
|
|
|
|
xslt |
172
|
|
|
|
|
|
|
xsltproc |
173
|
|
|
|
|
|
|
xupdate |
174
|
|
|
|
|
|
|
); |
175
|
|
|
|
|
|
|
|
176
|
|
|
|
|
|
|
1; |
177
|
|
|
|
|
|
|
@XSH_NOXPATH_COMMANDS=qw( |
178
|
|
|
|
|
|
|
assign |
179
|
|
|
|
|
|
|
local |
180
|
|
|
|
|
|
|
options |
181
|
|
|
|
|
|
|
flags |
182
|
|
|
|
|
|
|
defs |
183
|
|
|
|
|
|
|
ifinclude |
184
|
|
|
|
|
|
|
include |
185
|
|
|
|
|
|
|
\. |
186
|
|
|
|
|
|
|
call |
187
|
|
|
|
|
|
|
help |
188
|
|
|
|
|
|
|
\? |
189
|
|
|
|
|
|
|
exec |
190
|
|
|
|
|
|
|
system |
191
|
|
|
|
|
|
|
xslt |
192
|
|
|
|
|
|
|
transform |
193
|
|
|
|
|
|
|
xsl |
194
|
|
|
|
|
|
|
xsltproc |
195
|
|
|
|
|
|
|
process |
196
|
|
|
|
|
|
|
documents |
197
|
|
|
|
|
|
|
files |
198
|
|
|
|
|
|
|
docs |
199
|
|
|
|
|
|
|
variables |
200
|
|
|
|
|
|
|
vars |
201
|
|
|
|
|
|
|
var |
202
|
|
|
|
|
|
|
lcd |
203
|
|
|
|
|
|
|
chdir |
204
|
|
|
|
|
|
|
insert |
205
|
|
|
|
|
|
|
add |
206
|
|
|
|
|
|
|
xinsert |
207
|
|
|
|
|
|
|
xadd |
208
|
|
|
|
|
|
|
clone |
209
|
|
|
|
|
|
|
dup |
210
|
|
|
|
|
|
|
perl |
211
|
|
|
|
|
|
|
eval |
212
|
|
|
|
|
|
|
print |
213
|
|
|
|
|
|
|
echo |
214
|
|
|
|
|
|
|
sort |
215
|
|
|
|
|
|
|
map |
216
|
|
|
|
|
|
|
sed |
217
|
|
|
|
|
|
|
rename |
218
|
|
|
|
|
|
|
close |
219
|
|
|
|
|
|
|
select |
220
|
|
|
|
|
|
|
open |
221
|
|
|
|
|
|
|
create |
222
|
|
|
|
|
|
|
new |
223
|
|
|
|
|
|
|
save |
224
|
|
|
|
|
|
|
dtd |
225
|
|
|
|
|
|
|
set-enc |
226
|
|
|
|
|
|
|
set-standalone |
227
|
|
|
|
|
|
|
enc |
228
|
|
|
|
|
|
|
validate |
229
|
|
|
|
|
|
|
valid |
230
|
|
|
|
|
|
|
exit |
231
|
|
|
|
|
|
|
quit |
232
|
|
|
|
|
|
|
process-xinclude |
233
|
|
|
|
|
|
|
process_xinclude |
234
|
|
|
|
|
|
|
process-xincludes |
235
|
|
|
|
|
|
|
process_xincludes |
236
|
|
|
|
|
|
|
xinclude |
237
|
|
|
|
|
|
|
xincludes |
238
|
|
|
|
|
|
|
load_xincludes |
239
|
|
|
|
|
|
|
load-xincludes |
240
|
|
|
|
|
|
|
load_xinclude |
241
|
|
|
|
|
|
|
load-xinclude |
242
|
|
|
|
|
|
|
pwd |
243
|
|
|
|
|
|
|
xupdate |
244
|
|
|
|
|
|
|
redo |
245
|
|
|
|
|
|
|
next |
246
|
|
|
|
|
|
|
prev |
247
|
|
|
|
|
|
|
last |
248
|
|
|
|
|
|
|
return |
249
|
|
|
|
|
|
|
throw |
250
|
|
|
|
|
|
|
catalog |
251
|
|
|
|
|
|
|
register-namespace |
252
|
|
|
|
|
|
|
regns |
253
|
|
|
|
|
|
|
unregister-namespace |
254
|
|
|
|
|
|
|
unregns |
255
|
|
|
|
|
|
|
register-xhtml-namespace |
256
|
|
|
|
|
|
|
regns-xhtml |
257
|
|
|
|
|
|
|
register-xsh-namespace |
258
|
|
|
|
|
|
|
regns-xsh |
259
|
|
|
|
|
|
|
register-function |
260
|
|
|
|
|
|
|
regfunc |
261
|
|
|
|
|
|
|
unregister-function |
262
|
|
|
|
|
|
|
unregfunc |
263
|
|
|
|
|
|
|
stream |
264
|
|
|
|
|
|
|
xpath-completion |
265
|
|
|
|
|
|
|
xpath_completion |
266
|
|
|
|
|
|
|
xpath-axis-completion |
267
|
|
|
|
|
|
|
xpath_axis_completion |
268
|
|
|
|
|
|
|
doc-info |
269
|
|
|
|
|
|
|
doc_info |
270
|
|
|
|
|
|
|
); |
271
|
|
|
|
|
|
|
|
272
|
|
|
|
|
|
|
1; |