Displaying 2 results from an estimated 2 matches for "prev_context".
2013 Sep 17
0
Fwd: Goto(${PREV_CONTEXT},s,1) functionality?
...to(${foo},s,1).
At some point, I thought that Gosub() was a solution, but 1) it is not
recommended for using in *.ael (with warnings everywhere) and 2) it can be
only used to return to some defined point of prev context, not its start!
Maybe I'm missing something and there actually *is* some ${PREV_CONTEXT}
channel variable, helping alot with navigation?
If not, what is the best way to implement a go back feature there is?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130917/81d483e8/attachment.htm>...
2011 Sep 09
0
Wine release 1.3.28
...cmd: Simplify WCMD_parameter function.
cmd: Clarify WCMD_if function.
cmd: Add an output parameter to WCMD_parameter to point to the end of the extracted param, if requested.
cmd: Fix IF operands parsing for '==' operator.
cmd: Use correct type instead of void* for prev_context field of BATCH_CONTEXT struct.
cmd: Backup echo mode before running external batch file.
Gerald Pfeifer (3):
comctl32: Remove dead code from MONTHCAL_HitTest.
wined3d: Remove dead code (and variable) from wined3d_surface_flip. wined3d_surface_flip.
mshtml: Add failure detec...