diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..3bc329b --- /dev/null +++ b/REFLECTION @@ -0,0 +1,44 @@ +Extension [ <persistent> extension #16 expect version 0.3.2 ] { + + - 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 ] + } + } + } +} + |