wine/programs/cmd
Jason Edmeades 254dc78c2c cmd: Call and goto finds the next matching label.
A call or a goto will find the next matching label not the first one in the
file. This means it could be later in the file or it could be earlier in the
file, so make goto (which 'call' also uses) first scan from current file
position to the end of the file, and subsequently from the start of the file
to the wrap point.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=42823
Signed-off-by: Jason Edmeades <us@edmeades.me.uk>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-07-05 11:38:13 +02:00
..
tests cmd: Call and goto finds the next matching label. 2018-07-05 11:38:13 +02:00
batch.c cmd: Ensure environment variables fit in memory. 2015-01-06 18:20:01 +01:00
builtins.c cmd: Call and goto finds the next matching label. 2018-07-05 11:38:13 +02:00
cmd.rc cmd: Implement builtin mklink command. 2017-11-14 20:45:44 +01:00
directory.c cmd: Add a helper function to check if a path ends with a backslash. 2014-10-30 13:11:27 +09:00
Makefile.in
wcmd.h cmd: Implement builtin mklink command. 2017-11-14 20:45:44 +01:00
wcmd.ico
wcmd.svg
wcmdmain.c cmd: Support "c:<space>" etc when changing drive letters. 2018-07-05 11:29:44 +02:00