Go to the source code of this file.
◆ cmd_goto()
Definition at line 36 of file goto.c.
37{
41
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
62 {
64 return 0;
65 }
66
67
69 return 1;
70
71
73 {
76 return 1;
77 }
78
79
82
83
87 {
88
90
91
93 return 0;
94 }
95
96
99
103)
104 {
105 ++tmp;
106 }
108
109
111 goto NotFound;
112
113
114
115
116
117
120
121retry:
123 {
124 if (bRetry && (
bc->
mempos >= dwCurrPos))
125 break;
126
127#if 0
128
130 continue;
131#endif
132
134
135
136
139
140
143
144
146 continue;
147
148
149#if 0
152#endif
154
157
162 {
163
165 {
166
168
169 }
170
171 ++tmp;
172 }
174
175
177 {
178
180 return 0;
181 }
182 }
184 {
187 goto retry;
188 }
189
190NotFound:
193 return 1;
194}
TCHAR textline[BATCH_BUFFSIZE]
BOOL BatchGetString(LPTSTR lpBuffer, INT nBufferLength)
VOID ConOutResPaging(BOOL StartPaging, UINT resID)
#define ConErrResPrintf(uID,...)
#define STRING_GOTO_ERROR2
#define STRING_GOTO_ERROR1
#define STRING_GOTO_HELP1
#define memmove(s1, s2, n)
static const WCHAR label[]
Referenced by Batch(), and CommandExit().