blob: c60fc0a1e2b92035778bc0ef6d1c99381c5e7ca3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
Extension [ <persistent> extension #91 expect version 0.3.3 ] {
- INI {
Entry [ expect.timeout <ALL> ]
Current = '10'
}
Entry [ expect.loguser <ALL> ]
Current = '1'
}
Entry [ expect.logfile <ALL> ]
Current = ''
}
Entry [ expect.match_max <ALL> ]
Current = '5000'
}
}
- Constants [6] {
Constant [ integer EXP_GLOB ] { 1 }
Constant [ integer EXP_EXACT ] { 2 }
Constant [ integer EXP_REGEXP ] { 3 }
Constant [ integer EXP_EOF ] { -11 }
Constant [ integer EXP_TIMEOUT ] { -2 }
Constant [ integer EXP_FULLBUFFER ] { -5 }
}
- Functions {
Function [ <internal:expect> function expect_popen ] {
- Parameters [1] {
Parameter #0 [ <required> $command ]
}
}
Function [ <internal:expect> function expect_expectl ] {
- Parameters [3] {
Parameter #0 [ <required> $stream ]
Parameter #1 [ <required> $expect_cases ]
Parameter #2 [ <optional> &$match ]
}
}
}
}
|