fixed some files for os2 build

This commit is contained in:
hyung-hwan 2012-11-28 14:12:26 +00:00
parent a332c5b55e
commit 624d88fdce
12 changed files with 637 additions and 472 deletions

View File

@ -577,7 +577,7 @@ static int comparg (int argc, qse_char_t* argv[], struct arg_t* arg)
int oops_ret = -1;
int do_glob = 0;
isf = (qse_char_t**) QSE_MMGR_ALLOC (arg->icf.mmgr, QSE_SIZEOF(*isf) * isfc);
isf = QSE_MMGR_ALLOC (arg->icf.mmgr, QSE_SIZEOF(*isf) * isfc);
if (isf == QSE_NULL)
{
print_error (QSE_T("out of memory\n"));
@ -623,7 +623,7 @@ static int comparg (int argc, qse_char_t* argv[], struct arg_t* arg)
if (isfl >= isfc - 1) /* -1 for last QSE_NULL */
{
qse_awk_parsestd_t** tmp;
tmp = (qse_char_t**) QSE_MMGR_REALLOC (arg->icf.mmgr, isf, QSE_SIZEOF(*isf)*(isfc+16));
tmp = QSE_MMGR_REALLOC (arg->icf.mmgr, isf, QSE_SIZEOF(*isf)*(isfc+16));
if (tmp == QSE_NULL)
{
print_error (QSE_T("out of memory\n"));

View File

@ -29,6 +29,9 @@
# include <types.h>
# include <sys/socket.h>
# include <netinet/in.h>
/* though AF_INET6 is defined, there is no support
* for it. so undefine it */
# undef AF_INET6
# pragma library("tcpip32.lib")
#elif defined(__DOS__)
/* TODO: consider watt-32 */

View File

@ -96,6 +96,7 @@
*/
#if 0
#if defined(SIOCGLIFCONF) && defined(SIOCGLIFNUM) && \
defined(HAVE_STRUCT_LIFCONF) && defined(HAVE_STRUCT_LIFREQ)
static int get_nwifs (qse_mmgr_t* mmgr, int s, int f, qse_xptl_t* nwifs)
@ -152,6 +153,7 @@ oops:
return -1;
}
#endif
#endif
#if 0
static void free_nwifcfg (qse_mmgr_t* mmgr, qse_nwifcfg_node_t* cfg)
@ -300,7 +302,19 @@ static void read_proc_net_if_inet6 (qse_nwifcfg_t* cfg, struct ifreq* ifr)
static int get_nwifcfg (int s, qse_nwifcfg_t* cfg, struct ifreq* ifr)
{
#if defined(SIOCGLIFADDR) && defined(SIOCGLIFINDEX) && \
#if defined(_WIN32)
return -1;
#elif defined(__OS2__)
return -1;
#elif defined(__DOS__)
return -1;
#elif defined(SIOCGLIFADDR) && defined(SIOCGLIFINDEX) && \
defined(HAVE_STRUCT_LIFCONF) && defined(HAVE_STRUCT_LIFREQ)
/* opensolaris */
struct lifreq lifrbuf;

View File

@ -42,7 +42,7 @@ WVList
0
10
WPickList
87
89
11
MItem
3
@ -581,8 +581,8 @@ WVList
0
131
MItem
29
../../../../../lib/cmn/nwad.c
34
../../../../../lib/cmn/nwad-skad.c
132
WString
4
@ -600,7 +600,7 @@ WVList
135
MItem
29
../../../../../lib/cmn/nwif.c
../../../../../lib/cmn/nwad.c
136
WString
4
@ -617,8 +617,8 @@ WVList
0
139
MItem
29
../../../../../lib/cmn/nwio.c
33
../../../../../lib/cmn/nwif-cfg.c
140
WString
4
@ -635,8 +635,8 @@ WVList
0
143
MItem
28
../../../../../lib/cmn/oht.c
29
../../../../../lib/cmn/nwif.c
144
WString
4
@ -653,8 +653,8 @@ WVList
0
147
MItem
28
../../../../../lib/cmn/opt.c
29
../../../../../lib/cmn/nwio.c
148
WString
4
@ -671,8 +671,8 @@ WVList
0
151
MItem
38
../../../../../lib/cmn/path-basename.c
28
../../../../../lib/cmn/oht.c
152
WString
4
@ -689,8 +689,8 @@ WVList
0
155
MItem
35
../../../../../lib/cmn/path-canon.c
28
../../../../../lib/cmn/opt.c
156
WString
4
@ -707,8 +707,8 @@ WVList
0
159
MItem
28
../../../../../lib/cmn/pio.c
38
../../../../../lib/cmn/path-basename.c
160
WString
4
@ -725,8 +725,8 @@ WVList
0
163
MItem
28
../../../../../lib/cmn/pma.c
35
../../../../../lib/cmn/path-canon.c
164
WString
4
@ -744,7 +744,7 @@ WVList
167
MItem
28
../../../../../lib/cmn/rbt.c
../../../../../lib/cmn/pio.c
168
WString
4
@ -762,7 +762,7 @@ WVList
171
MItem
28
../../../../../lib/cmn/rex.c
../../../../../lib/cmn/pma.c
172
WString
4
@ -780,7 +780,7 @@ WVList
175
MItem
28
../../../../../lib/cmn/sio.c
../../../../../lib/cmn/rbt.c
176
WString
4
@ -798,7 +798,7 @@ WVList
179
MItem
28
../../../../../lib/cmn/sll.c
../../../../../lib/cmn/rex.c
180
WString
4
@ -815,8 +815,8 @@ WVList
0
183
MItem
29
../../../../../lib/cmn/slmb.c
28
../../../../../lib/cmn/sio.c
184
WString
4
@ -833,8 +833,8 @@ WVList
0
187
MItem
30
../../../../../lib/cmn/stdio.c
28
../../../../../lib/cmn/sll.c
188
WString
4
@ -851,8 +851,8 @@ WVList
0
191
MItem
32
../../../../../lib/cmn/str-beg.c
29
../../../../../lib/cmn/slmb.c
192
WString
4
@ -869,8 +869,8 @@ WVList
0
195
MItem
32
../../../../../lib/cmn/str-cat.c
30
../../../../../lib/cmn/stdio.c
196
WString
4
@ -888,7 +888,7 @@ WVList
199
MItem
32
../../../../../lib/cmn/str-chr.c
../../../../../lib/cmn/str-beg.c
200
WString
4
@ -906,7 +906,7 @@ WVList
203
MItem
32
../../../../../lib/cmn/str-cmp.c
../../../../../lib/cmn/str-cat.c
204
WString
4
@ -924,7 +924,7 @@ WVList
207
MItem
32
../../../../../lib/cmn/str-cnv.c
../../../../../lib/cmn/str-chr.c
208
WString
4
@ -942,7 +942,7 @@ WVList
211
MItem
32
../../../../../lib/cmn/str-cpy.c
../../../../../lib/cmn/str-cmp.c
212
WString
4
@ -960,7 +960,7 @@ WVList
215
MItem
32
../../../../../lib/cmn/str-del.c
../../../../../lib/cmn/str-cnv.c
216
WString
4
@ -978,7 +978,7 @@ WVList
219
MItem
32
../../../../../lib/cmn/str-dup.c
../../../../../lib/cmn/str-cpy.c
220
WString
4
@ -995,8 +995,8 @@ WVList
0
223
MItem
33
../../../../../lib/cmn/str-dynm.c
32
../../../../../lib/cmn/str-del.c
224
WString
4
@ -1013,8 +1013,8 @@ WVList
0
227
MItem
33
../../../../../lib/cmn/str-dynw.c
32
../../../../../lib/cmn/str-dup.c
228
WString
4
@ -1031,8 +1031,8 @@ WVList
0
231
MItem
32
../../../../../lib/cmn/str-end.c
33
../../../../../lib/cmn/str-dynm.c
232
WString
4
@ -1050,7 +1050,7 @@ WVList
235
MItem
33
../../../../../lib/cmn/str-excl.c
../../../../../lib/cmn/str-dynw.c
236
WString
4
@ -1067,8 +1067,8 @@ WVList
0
239
MItem
33
../../../../../lib/cmn/str-fcpy.c
32
../../../../../lib/cmn/str-end.c
240
WString
4
@ -1085,8 +1085,8 @@ WVList
0
243
MItem
34
../../../../../lib/cmn/str-fnmat.c
33
../../../../../lib/cmn/str-excl.c
244
WString
4
@ -1104,7 +1104,7 @@ WVList
247
MItem
33
../../../../../lib/cmn/str-incl.c
../../../../../lib/cmn/str-fcpy.c
248
WString
4
@ -1121,8 +1121,8 @@ WVList
0
251
MItem
32
../../../../../lib/cmn/str-len.c
34
../../../../../lib/cmn/str-fnmat.c
252
WString
4
@ -1139,8 +1139,8 @@ WVList
0
255
MItem
32
../../../../../lib/cmn/str-pac.c
33
../../../../../lib/cmn/str-incl.c
256
WString
4
@ -1157,8 +1157,8 @@ WVList
0
259
MItem
33
../../../../../lib/cmn/str-pbrk.c
32
../../../../../lib/cmn/str-len.c
260
WString
4
@ -1176,7 +1176,7 @@ WVList
263
MItem
32
../../../../../lib/cmn/str-put.c
../../../../../lib/cmn/str-pac.c
264
WString
4
@ -1193,8 +1193,8 @@ WVList
0
267
MItem
32
../../../../../lib/cmn/str-rev.c
33
../../../../../lib/cmn/str-pbrk.c
268
WString
4
@ -1212,7 +1212,7 @@ WVList
271
MItem
32
../../../../../lib/cmn/str-rot.c
../../../../../lib/cmn/str-put.c
272
WString
4
@ -1230,7 +1230,7 @@ WVList
275
MItem
32
../../../../../lib/cmn/str-set.c
../../../../../lib/cmn/str-rev.c
276
WString
4
@ -1248,7 +1248,7 @@ WVList
279
MItem
32
../../../../../lib/cmn/str-spl.c
../../../../../lib/cmn/str-rot.c
280
WString
4
@ -1266,7 +1266,7 @@ WVList
283
MItem
32
../../../../../lib/cmn/str-spn.c
../../../../../lib/cmn/str-set.c
284
WString
4
@ -1284,7 +1284,7 @@ WVList
287
MItem
32
../../../../../lib/cmn/str-str.c
../../../../../lib/cmn/str-spl.c
288
WString
4
@ -1301,8 +1301,8 @@ WVList
0
291
MItem
34
../../../../../lib/cmn/str-subst.c
32
../../../../../lib/cmn/str-spn.c
292
WString
4
@ -1320,7 +1320,7 @@ WVList
295
MItem
32
../../../../../lib/cmn/str-tok.c
../../../../../lib/cmn/str-str.c
296
WString
4
@ -1337,8 +1337,8 @@ WVList
0
299
MItem
32
../../../../../lib/cmn/str-trm.c
34
../../../../../lib/cmn/str-subst.c
300
WString
4
@ -1355,8 +1355,8 @@ WVList
0
303
MItem
33
../../../../../lib/cmn/str-word.c
32
../../../../../lib/cmn/str-tok.c
304
WString
4
@ -1373,8 +1373,8 @@ WVList
0
307
MItem
29
../../../../../lib/cmn/task.c
32
../../../../../lib/cmn/str-trm.c
308
WString
4
@ -1391,8 +1391,8 @@ WVList
0
311
MItem
29
../../../../../lib/cmn/time.c
33
../../../../../lib/cmn/str-word.c
312
WString
4
@ -1409,8 +1409,8 @@ WVList
0
315
MItem
28
../../../../../lib/cmn/tio.c
29
../../../../../lib/cmn/task.c
316
WString
4
@ -1427,8 +1427,8 @@ WVList
0
319
MItem
32
../../../../../lib/cmn/tre-ast.c
29
../../../../../lib/cmn/time.c
320
WString
4
@ -1445,8 +1445,8 @@ WVList
0
323
MItem
36
../../../../../lib/cmn/tre-compile.c
28
../../../../../lib/cmn/tio.c
324
WString
4
@ -1463,8 +1463,8 @@ WVList
0
327
MItem
44
../../../../../lib/cmn/tre-match-backtrack.c
32
../../../../../lib/cmn/tre-ast.c
328
WString
4
@ -1481,8 +1481,8 @@ WVList
0
331
MItem
43
../../../../../lib/cmn/tre-match-parallel.c
36
../../../../../lib/cmn/tre-compile.c
332
WString
4
@ -1499,8 +1499,8 @@ WVList
0
335
MItem
34
../../../../../lib/cmn/tre-parse.c
44
../../../../../lib/cmn/tre-match-backtrack.c
336
WString
4
@ -1517,8 +1517,8 @@ WVList
0
339
MItem
34
../../../../../lib/cmn/tre-stack.c
43
../../../../../lib/cmn/tre-match-parallel.c
340
WString
4
@ -1535,8 +1535,8 @@ WVList
0
343
MItem
28
../../../../../lib/cmn/tre.c
34
../../../../../lib/cmn/tre-parse.c
344
WString
4
@ -1553,8 +1553,8 @@ WVList
0
347
MItem
29
../../../../../lib/cmn/utf8.c
34
../../../../../lib/cmn/tre-stack.c
348
WString
4
@ -1572,7 +1572,7 @@ WVList
351
MItem
28
../../../../../lib/cmn/xma.c
../../../../../lib/cmn/tre.c
352
WString
4
@ -1589,44 +1589,44 @@ WVList
0
355
MItem
3
*.h
29
../../../../../lib/cmn/utf8.c
356
WString
3
NIL
4
COBJ
357
WVList
0
358
WVList
0
-1
11
1
1
0
359
MItem
28
../../../../../lib/cmn/mem.h
../../../../../lib/cmn/xma.c
360
WString
3
NIL
4
COBJ
361
WVList
0
362
WVList
0
355
11
1
1
0
363
MItem
32
../../../../../lib/cmn/syscall.h
3
*.h
364
WString
3
@ -1637,7 +1637,43 @@ WVList
366
WVList
0
355
-1
1
1
0
367
MItem
28
../../../../../lib/cmn/mem.h
368
WString
3
NIL
369
WVList
0
370
WVList
0
363
1
1
0
371
MItem
32
../../../../../lib/cmn/syscall.h
372
WString
3
NIL
373
WVList
0
374
WVList
0
363
1
1
0

View File

@ -42,7 +42,7 @@ WVList
0
10
WPickList
87
89
11
MItem
3
@ -593,8 +593,8 @@ WVList
0
134
MItem
29
../../../../../lib/cmn/nwad.c
34
../../../../../lib/cmn/nwad-skad.c
135
WString
4
@ -612,7 +612,7 @@ WVList
138
MItem
29
../../../../../lib/cmn/nwif.c
../../../../../lib/cmn/nwad.c
139
WString
4
@ -629,8 +629,8 @@ WVList
0
142
MItem
29
../../../../../lib/cmn/nwio.c
33
../../../../../lib/cmn/nwif-cfg.c
143
WString
4
@ -647,8 +647,8 @@ WVList
0
146
MItem
28
../../../../../lib/cmn/oht.c
29
../../../../../lib/cmn/nwif.c
147
WString
4
@ -665,8 +665,8 @@ WVList
0
150
MItem
28
../../../../../lib/cmn/opt.c
29
../../../../../lib/cmn/nwio.c
151
WString
4
@ -683,8 +683,8 @@ WVList
0
154
MItem
38
../../../../../lib/cmn/path-basename.c
28
../../../../../lib/cmn/oht.c
155
WString
4
@ -701,8 +701,8 @@ WVList
0
158
MItem
35
../../../../../lib/cmn/path-canon.c
28
../../../../../lib/cmn/opt.c
159
WString
4
@ -719,8 +719,8 @@ WVList
0
162
MItem
28
../../../../../lib/cmn/pio.c
38
../../../../../lib/cmn/path-basename.c
163
WString
4
@ -737,8 +737,8 @@ WVList
0
166
MItem
28
../../../../../lib/cmn/pma.c
35
../../../../../lib/cmn/path-canon.c
167
WString
4
@ -756,7 +756,7 @@ WVList
170
MItem
28
../../../../../lib/cmn/rbt.c
../../../../../lib/cmn/pio.c
171
WString
4
@ -774,7 +774,7 @@ WVList
174
MItem
28
../../../../../lib/cmn/rex.c
../../../../../lib/cmn/pma.c
175
WString
4
@ -792,7 +792,7 @@ WVList
178
MItem
28
../../../../../lib/cmn/sio.c
../../../../../lib/cmn/rbt.c
179
WString
4
@ -810,7 +810,7 @@ WVList
182
MItem
28
../../../../../lib/cmn/sll.c
../../../../../lib/cmn/rex.c
183
WString
4
@ -827,8 +827,8 @@ WVList
0
186
MItem
29
../../../../../lib/cmn/slmb.c
28
../../../../../lib/cmn/sio.c
187
WString
4
@ -845,8 +845,8 @@ WVList
0
190
MItem
30
../../../../../lib/cmn/stdio.c
28
../../../../../lib/cmn/sll.c
191
WString
4
@ -863,8 +863,8 @@ WVList
0
194
MItem
32
../../../../../lib/cmn/str-beg.c
29
../../../../../lib/cmn/slmb.c
195
WString
4
@ -881,8 +881,8 @@ WVList
0
198
MItem
32
../../../../../lib/cmn/str-cat.c
30
../../../../../lib/cmn/stdio.c
199
WString
4
@ -900,7 +900,7 @@ WVList
202
MItem
32
../../../../../lib/cmn/str-chr.c
../../../../../lib/cmn/str-beg.c
203
WString
4
@ -918,7 +918,7 @@ WVList
206
MItem
32
../../../../../lib/cmn/str-cmp.c
../../../../../lib/cmn/str-cat.c
207
WString
4
@ -936,7 +936,7 @@ WVList
210
MItem
32
../../../../../lib/cmn/str-cnv.c
../../../../../lib/cmn/str-chr.c
211
WString
4
@ -954,7 +954,7 @@ WVList
214
MItem
32
../../../../../lib/cmn/str-cpy.c
../../../../../lib/cmn/str-cmp.c
215
WString
4
@ -972,7 +972,7 @@ WVList
218
MItem
32
../../../../../lib/cmn/str-del.c
../../../../../lib/cmn/str-cnv.c
219
WString
4
@ -990,7 +990,7 @@ WVList
222
MItem
32
../../../../../lib/cmn/str-dup.c
../../../../../lib/cmn/str-cpy.c
223
WString
4
@ -1007,8 +1007,8 @@ WVList
0
226
MItem
33
../../../../../lib/cmn/str-dynm.c
32
../../../../../lib/cmn/str-del.c
227
WString
4
@ -1025,8 +1025,8 @@ WVList
0
230
MItem
33
../../../../../lib/cmn/str-dynw.c
32
../../../../../lib/cmn/str-dup.c
231
WString
4
@ -1043,8 +1043,8 @@ WVList
0
234
MItem
32
../../../../../lib/cmn/str-end.c
33
../../../../../lib/cmn/str-dynm.c
235
WString
4
@ -1062,7 +1062,7 @@ WVList
238
MItem
33
../../../../../lib/cmn/str-excl.c
../../../../../lib/cmn/str-dynw.c
239
WString
4
@ -1079,8 +1079,8 @@ WVList
0
242
MItem
33
../../../../../lib/cmn/str-fcpy.c
32
../../../../../lib/cmn/str-end.c
243
WString
4
@ -1097,8 +1097,8 @@ WVList
0
246
MItem
34
../../../../../lib/cmn/str-fnmat.c
33
../../../../../lib/cmn/str-excl.c
247
WString
4
@ -1116,7 +1116,7 @@ WVList
250
MItem
33
../../../../../lib/cmn/str-incl.c
../../../../../lib/cmn/str-fcpy.c
251
WString
4
@ -1133,8 +1133,8 @@ WVList
0
254
MItem
32
../../../../../lib/cmn/str-len.c
34
../../../../../lib/cmn/str-fnmat.c
255
WString
4
@ -1151,8 +1151,8 @@ WVList
0
258
MItem
32
../../../../../lib/cmn/str-pac.c
33
../../../../../lib/cmn/str-incl.c
259
WString
4
@ -1169,8 +1169,8 @@ WVList
0
262
MItem
33
../../../../../lib/cmn/str-pbrk.c
32
../../../../../lib/cmn/str-len.c
263
WString
4
@ -1188,7 +1188,7 @@ WVList
266
MItem
32
../../../../../lib/cmn/str-put.c
../../../../../lib/cmn/str-pac.c
267
WString
4
@ -1205,8 +1205,8 @@ WVList
0
270
MItem
32
../../../../../lib/cmn/str-rev.c
33
../../../../../lib/cmn/str-pbrk.c
271
WString
4
@ -1224,7 +1224,7 @@ WVList
274
MItem
32
../../../../../lib/cmn/str-rot.c
../../../../../lib/cmn/str-put.c
275
WString
4
@ -1242,7 +1242,7 @@ WVList
278
MItem
32
../../../../../lib/cmn/str-set.c
../../../../../lib/cmn/str-rev.c
279
WString
4
@ -1260,7 +1260,7 @@ WVList
282
MItem
32
../../../../../lib/cmn/str-spl.c
../../../../../lib/cmn/str-rot.c
283
WString
4
@ -1278,7 +1278,7 @@ WVList
286
MItem
32
../../../../../lib/cmn/str-spn.c
../../../../../lib/cmn/str-set.c
287
WString
4
@ -1296,7 +1296,7 @@ WVList
290
MItem
32
../../../../../lib/cmn/str-str.c
../../../../../lib/cmn/str-spl.c
291
WString
4
@ -1313,8 +1313,8 @@ WVList
0
294
MItem
34
../../../../../lib/cmn/str-subst.c
32
../../../../../lib/cmn/str-spn.c
295
WString
4
@ -1332,7 +1332,7 @@ WVList
298
MItem
32
../../../../../lib/cmn/str-tok.c
../../../../../lib/cmn/str-str.c
299
WString
4
@ -1349,8 +1349,8 @@ WVList
0
302
MItem
32
../../../../../lib/cmn/str-trm.c
34
../../../../../lib/cmn/str-subst.c
303
WString
4
@ -1367,8 +1367,8 @@ WVList
0
306
MItem
33
../../../../../lib/cmn/str-word.c
32
../../../../../lib/cmn/str-tok.c
307
WString
4
@ -1385,8 +1385,8 @@ WVList
0
310
MItem
29
../../../../../lib/cmn/task.c
32
../../../../../lib/cmn/str-trm.c
311
WString
4
@ -1403,8 +1403,8 @@ WVList
0
314
MItem
29
../../../../../lib/cmn/time.c
33
../../../../../lib/cmn/str-word.c
315
WString
4
@ -1421,8 +1421,8 @@ WVList
0
318
MItem
28
../../../../../lib/cmn/tio.c
29
../../../../../lib/cmn/task.c
319
WString
4
@ -1439,8 +1439,8 @@ WVList
0
322
MItem
32
../../../../../lib/cmn/tre-ast.c
29
../../../../../lib/cmn/time.c
323
WString
4
@ -1457,8 +1457,8 @@ WVList
0
326
MItem
36
../../../../../lib/cmn/tre-compile.c
28
../../../../../lib/cmn/tio.c
327
WString
4
@ -1475,8 +1475,8 @@ WVList
0
330
MItem
44
../../../../../lib/cmn/tre-match-backtrack.c
32
../../../../../lib/cmn/tre-ast.c
331
WString
4
@ -1493,8 +1493,8 @@ WVList
0
334
MItem
43
../../../../../lib/cmn/tre-match-parallel.c
36
../../../../../lib/cmn/tre-compile.c
335
WString
4
@ -1511,8 +1511,8 @@ WVList
0
338
MItem
34
../../../../../lib/cmn/tre-parse.c
44
../../../../../lib/cmn/tre-match-backtrack.c
339
WString
4
@ -1529,8 +1529,8 @@ WVList
0
342
MItem
34
../../../../../lib/cmn/tre-stack.c
43
../../../../../lib/cmn/tre-match-parallel.c
343
WString
4
@ -1547,8 +1547,8 @@ WVList
0
346
MItem
28
../../../../../lib/cmn/tre.c
34
../../../../../lib/cmn/tre-parse.c
347
WString
4
@ -1565,8 +1565,8 @@ WVList
0
350
MItem
29
../../../../../lib/cmn/utf8.c
34
../../../../../lib/cmn/tre-stack.c
351
WString
4
@ -1584,7 +1584,7 @@ WVList
354
MItem
28
../../../../../lib/cmn/xma.c
../../../../../lib/cmn/tre.c
355
WString
4
@ -1601,44 +1601,44 @@ WVList
0
358
MItem
3
*.h
29
../../../../../lib/cmn/utf8.c
359
WString
3
NIL
4
COBJ
360
WVList
0
361
WVList
0
-1
11
1
1
0
362
MItem
28
../../../../../lib/cmn/mem.h
../../../../../lib/cmn/xma.c
363
WString
3
NIL
4
COBJ
364
WVList
0
365
WVList
0
358
11
1
1
0
366
MItem
32
../../../../../lib/cmn/syscall.h
3
*.h
367
WString
3
@ -1649,7 +1649,43 @@ WVList
369
WVList
0
358
-1
1
1
0
370
MItem
28
../../../../../lib/cmn/mem.h
371
WString
3
NIL
372
WVList
0
373
WVList
0
366
1
1
0
374
MItem
32
../../../../../lib/cmn/syscall.h
375
WString
3
NIL
376
WVList
0
377
WVList
0
366
1
1
0

View File

@ -4,10 +4,10 @@ projectIdent
VpeMain
1
WRect
530
106
9320
9680
124
282
9318
9674
2
MProject
3
@ -16,7 +16,7 @@ MCommand
4
MCommand
0
17
19
5
WFileName
30
@ -86,278 +86,318 @@ WFileName
31
debug/dos32/mod/awk/awk-dir.tgt
22
WVList
17
WFileName
31
debug/dos32/mod/awk/awk-str.tgt
23
VComponent
WFileName
29
debug/os2/mod/awk/awk-str.tgt
24
WVList
19
25
VComponent
26
WRect
1070
2520
5700
4240
1067
2516
5697
4232
1
0
25
27
WFileName
30
release/os2/lib/cmn/qsecmn.tgt
0
5
26
28
VComponent
27
29
WRect
90
1240
5700
4240
87
1238
5697
4232
1
0
28
30
WFileName
30
release/os2/lib/sed/qsesed.tgt
0
0
29
31
VComponent
30
32
WRect
2100
1400
5700
4240
2099
1394
5697
4232
1
0
31
33
WFileName
30
release/os2/cmd/sed/qsesed.tgt
0
1
32
34
VComponent
33
35
WRect
2830
346
5700
4240
2823
341
5697
4232
1
0
34
36
WFileName
28
debug/os2/lib/cmn/qsecmn.tgt
0
22
35
VComponent
36
WRect
1050
2360
5700
4240
1
0
37
VComponent
38
WRect
1045
2350
5697
4232
1
0
39
WFileName
28
debug/os2/lib/sed/qsesed.tgt
0
3
38
40
VComponent
39
41
WRect
420
320
5700
4240
416
312
5697
4232
1
0
40
42
WFileName
28
debug/os2/lib/awk/qseawk.tgt
0
0
41
43
VComponent
42
44
WRect
330
400
5700
4240
329
399
5697
4232
1
0
43
45
WFileName
28
debug/os2/cmd/awk/qseawk.tgt
0
1
44
VComponent
45
WRect
2670
40
5700
4240
0
0
46
VComponent
47
WRect
2669
-360
5697
4232
1
0
48
WFileName
30
debug/dos32/lib/cmn/qsecmn.tgt
0
2
47
VComponent
48
WRect
1620
1360
5700
4240
0
0
49
VComponent
50
WRect
1616
955
5697
4232
1
0
51
WFileName
30
debug/dos32/lib/awk/qseawk.tgt
0
0
50
4
52
VComponent
51
53
WRect
0
200
5700
4240
195
5697
4232
1
0
52
54
WFileName
30
debug/dos32/cmd/awk/qseawk.tgt
0
0
53
55
VComponent
54
56
WRect
0
0
5700
4240
5697
4232
1
0
55
57
WFileName
30
debug/dos32/lib/sed/qsesed.tgt
0
5
56
58
VComponent
57
59
WRect
580
560
5700
4240
577
555
5697
4232
1
0
58
60
WFileName
30
debug/dos32/cmd/sed/qsesed.tgt
0
1
59
61
VComponent
60
62
WRect
0
0
5700
4240
5697
4232
1
0
61
63
WFileName
28
debug/os2/cmd/sed/qsesed.tgt
0
1
62
VComponent
63
WRect
2610
1080
5700
4240
0
0
64
VComponent
65
WRect
2603
1072
5697
4232
1
0
66
WFileName
31
debug/dos32/mod/awk/awk-sys.tgt
0
0
65
1
67
VComponent
66
68
WRect
1140
226
5700
4240
1133
224
5697
4232
1
0
67
69
WFileName
29
debug/os2/mod/awk/awk-sys.tgt
0
0
68
70
VComponent
69
71
WRect
470
3066
5700
4253
468
3062
5697
4252
1
0
70
72
WFileName
29
debug/os2/mod/awk/awk-dir.tgt
0
1
71
VComponent
72
WRect
580
573
5700
4253
0
0
73
VComponent
74
WRect
577
565
5697
4252
1
0
75
WFileName
31
debug/dos32/mod/awk/awk-dir.tgt
0
0
71
76
VComponent
77
WRect
212
204
5712
4330
1
0
78
WFileName
31
debug/dos32/mod/awk/awk-str.tgt
0
0
79
VComponent
80
WRect
424
1394
5712
4330
1
0
81
WFileName
29
debug/os2/mod/awk/awk-str.tgt
0
1
34

View File

@ -42,7 +42,7 @@ WVList
0
10
WPickList
85
87
11
MItem
3
@ -593,8 +593,8 @@ WVList
0
135
MItem
29
../../../../../lib/cmn/nwad.c
34
../../../../../lib/cmn/nwad-skad.c
136
WString
4
@ -612,7 +612,7 @@ WVList
139
MItem
29
../../../../../lib/cmn/nwif.c
../../../../../lib/cmn/nwad.c
140
WString
4
@ -629,8 +629,8 @@ WVList
0
143
MItem
29
../../../../../lib/cmn/nwio.c
33
../../../../../lib/cmn/nwif-cfg.c
144
WString
4
@ -647,8 +647,8 @@ WVList
0
147
MItem
28
../../../../../lib/cmn/oht.c
29
../../../../../lib/cmn/nwif.c
148
WString
4
@ -665,8 +665,8 @@ WVList
0
151
MItem
28
../../../../../lib/cmn/opt.c
29
../../../../../lib/cmn/nwio.c
152
WString
4
@ -683,8 +683,8 @@ WVList
0
155
MItem
38
../../../../../lib/cmn/path-basename.c
28
../../../../../lib/cmn/oht.c
156
WString
4
@ -701,8 +701,8 @@ WVList
0
159
MItem
35
../../../../../lib/cmn/path-canon.c
28
../../../../../lib/cmn/opt.c
160
WString
4
@ -719,8 +719,8 @@ WVList
0
163
MItem
28
../../../../../lib/cmn/pio.c
38
../../../../../lib/cmn/path-basename.c
164
WString
4
@ -737,8 +737,8 @@ WVList
0
167
MItem
28
../../../../../lib/cmn/pma.c
35
../../../../../lib/cmn/path-canon.c
168
WString
4
@ -756,7 +756,7 @@ WVList
171
MItem
28
../../../../../lib/cmn/rbt.c
../../../../../lib/cmn/pio.c
172
WString
4
@ -774,7 +774,7 @@ WVList
175
MItem
28
../../../../../lib/cmn/rex.c
../../../../../lib/cmn/pma.c
176
WString
4
@ -792,7 +792,7 @@ WVList
179
MItem
28
../../../../../lib/cmn/sio.c
../../../../../lib/cmn/rbt.c
180
WString
4
@ -810,7 +810,7 @@ WVList
183
MItem
28
../../../../../lib/cmn/sll.c
../../../../../lib/cmn/rex.c
184
WString
4
@ -827,8 +827,8 @@ WVList
0
187
MItem
29
../../../../../lib/cmn/slmb.c
28
../../../../../lib/cmn/sio.c
188
WString
4
@ -845,8 +845,8 @@ WVList
0
191
MItem
30
../../../../../lib/cmn/stdio.c
28
../../../../../lib/cmn/sll.c
192
WString
4
@ -863,8 +863,8 @@ WVList
0
195
MItem
32
../../../../../lib/cmn/str-beg.c
29
../../../../../lib/cmn/slmb.c
196
WString
4
@ -881,8 +881,8 @@ WVList
0
199
MItem
32
../../../../../lib/cmn/str-cat.c
30
../../../../../lib/cmn/stdio.c
200
WString
4
@ -900,7 +900,7 @@ WVList
203
MItem
32
../../../../../lib/cmn/str-chr.c
../../../../../lib/cmn/str-beg.c
204
WString
4
@ -918,7 +918,7 @@ WVList
207
MItem
32
../../../../../lib/cmn/str-cmp.c
../../../../../lib/cmn/str-cat.c
208
WString
4
@ -936,7 +936,7 @@ WVList
211
MItem
32
../../../../../lib/cmn/str-cnv.c
../../../../../lib/cmn/str-chr.c
212
WString
4
@ -954,7 +954,7 @@ WVList
215
MItem
32
../../../../../lib/cmn/str-cpy.c
../../../../../lib/cmn/str-cmp.c
216
WString
4
@ -972,7 +972,7 @@ WVList
219
MItem
32
../../../../../lib/cmn/str-del.c
../../../../../lib/cmn/str-cnv.c
220
WString
4
@ -990,7 +990,7 @@ WVList
223
MItem
32
../../../../../lib/cmn/str-dup.c
../../../../../lib/cmn/str-cpy.c
224
WString
4
@ -1007,8 +1007,8 @@ WVList
0
227
MItem
33
../../../../../lib/cmn/str-dynm.c
32
../../../../../lib/cmn/str-del.c
228
WString
4
@ -1025,8 +1025,8 @@ WVList
0
231
MItem
33
../../../../../lib/cmn/str-dynw.c
32
../../../../../lib/cmn/str-dup.c
232
WString
4
@ -1043,8 +1043,8 @@ WVList
0
235
MItem
32
../../../../../lib/cmn/str-end.c
33
../../../../../lib/cmn/str-dynm.c
236
WString
4
@ -1062,7 +1062,7 @@ WVList
239
MItem
33
../../../../../lib/cmn/str-excl.c
../../../../../lib/cmn/str-dynw.c
240
WString
4
@ -1079,8 +1079,8 @@ WVList
0
243
MItem
33
../../../../../lib/cmn/str-fcpy.c
32
../../../../../lib/cmn/str-end.c
244
WString
4
@ -1097,8 +1097,8 @@ WVList
0
247
MItem
34
../../../../../lib/cmn/str-fnmat.c
33
../../../../../lib/cmn/str-excl.c
248
WString
4
@ -1116,7 +1116,7 @@ WVList
251
MItem
33
../../../../../lib/cmn/str-incl.c
../../../../../lib/cmn/str-fcpy.c
252
WString
4
@ -1133,8 +1133,8 @@ WVList
0
255
MItem
32
../../../../../lib/cmn/str-len.c
34
../../../../../lib/cmn/str-fnmat.c
256
WString
4
@ -1151,8 +1151,8 @@ WVList
0
259
MItem
32
../../../../../lib/cmn/str-pac.c
33
../../../../../lib/cmn/str-incl.c
260
WString
4
@ -1169,8 +1169,8 @@ WVList
0
263
MItem
33
../../../../../lib/cmn/str-pbrk.c
32
../../../../../lib/cmn/str-len.c
264
WString
4
@ -1188,7 +1188,7 @@ WVList
267
MItem
32
../../../../../lib/cmn/str-put.c
../../../../../lib/cmn/str-pac.c
268
WString
4
@ -1205,8 +1205,8 @@ WVList
0
271
MItem
32
../../../../../lib/cmn/str-rev.c
33
../../../../../lib/cmn/str-pbrk.c
272
WString
4
@ -1224,7 +1224,7 @@ WVList
275
MItem
32
../../../../../lib/cmn/str-rot.c
../../../../../lib/cmn/str-put.c
276
WString
4
@ -1242,7 +1242,7 @@ WVList
279
MItem
32
../../../../../lib/cmn/str-set.c
../../../../../lib/cmn/str-rev.c
280
WString
4
@ -1260,7 +1260,7 @@ WVList
283
MItem
32
../../../../../lib/cmn/str-spl.c
../../../../../lib/cmn/str-rot.c
284
WString
4
@ -1278,7 +1278,7 @@ WVList
287
MItem
32
../../../../../lib/cmn/str-spn.c
../../../../../lib/cmn/str-set.c
288
WString
4
@ -1296,7 +1296,7 @@ WVList
291
MItem
32
../../../../../lib/cmn/str-str.c
../../../../../lib/cmn/str-spl.c
292
WString
4
@ -1313,8 +1313,8 @@ WVList
0
295
MItem
34
../../../../../lib/cmn/str-subst.c
32
../../../../../lib/cmn/str-spn.c
296
WString
4
@ -1332,7 +1332,7 @@ WVList
299
MItem
32
../../../../../lib/cmn/str-tok.c
../../../../../lib/cmn/str-str.c
300
WString
4
@ -1349,8 +1349,8 @@ WVList
0
303
MItem
32
../../../../../lib/cmn/str-trm.c
34
../../../../../lib/cmn/str-subst.c
304
WString
4
@ -1367,8 +1367,8 @@ WVList
0
307
MItem
33
../../../../../lib/cmn/str-word.c
32
../../../../../lib/cmn/str-tok.c
308
WString
4
@ -1385,8 +1385,8 @@ WVList
0
311
MItem
29
../../../../../lib/cmn/task.c
32
../../../../../lib/cmn/str-trm.c
312
WString
4
@ -1403,8 +1403,8 @@ WVList
0
315
MItem
29
../../../../../lib/cmn/time.c
33
../../../../../lib/cmn/str-word.c
316
WString
4
@ -1421,8 +1421,8 @@ WVList
0
319
MItem
28
../../../../../lib/cmn/tio.c
29
../../../../../lib/cmn/task.c
320
WString
4
@ -1439,8 +1439,8 @@ WVList
0
323
MItem
32
../../../../../lib/cmn/tre-ast.c
29
../../../../../lib/cmn/time.c
324
WString
4
@ -1457,8 +1457,8 @@ WVList
0
327
MItem
36
../../../../../lib/cmn/tre-compile.c
28
../../../../../lib/cmn/tio.c
328
WString
4
@ -1475,8 +1475,8 @@ WVList
0
331
MItem
44
../../../../../lib/cmn/tre-match-backtrack.c
32
../../../../../lib/cmn/tre-ast.c
332
WString
4
@ -1493,8 +1493,8 @@ WVList
0
335
MItem
43
../../../../../lib/cmn/tre-match-parallel.c
36
../../../../../lib/cmn/tre-compile.c
336
WString
4
@ -1511,8 +1511,8 @@ WVList
0
339
MItem
34
../../../../../lib/cmn/tre-parse.c
44
../../../../../lib/cmn/tre-match-backtrack.c
340
WString
4
@ -1529,8 +1529,8 @@ WVList
0
343
MItem
34
../../../../../lib/cmn/tre-stack.c
43
../../../../../lib/cmn/tre-match-parallel.c
344
WString
4
@ -1547,8 +1547,8 @@ WVList
0
347
MItem
28
../../../../../lib/cmn/tre.c
34
../../../../../lib/cmn/tre-parse.c
348
WString
4
@ -1565,8 +1565,8 @@ WVList
0
351
MItem
29
../../../../../lib/cmn/utf8.c
34
../../../../../lib/cmn/tre-stack.c
352
WString
4
@ -1584,7 +1584,7 @@ WVList
355
MItem
28
../../../../../lib/cmn/xma.c
../../../../../lib/cmn/tre.c
356
WString
4
@ -1601,44 +1601,44 @@ WVList
0
359
MItem
3
*.h
29
../../../../../lib/cmn/utf8.c
360
WString
3
NIL
4
COBJ
361
WVList
0
362
WVList
0
-1
11
1
1
0
363
MItem
28
../../../../../lib/cmn/mem.h
../../../../../lib/cmn/xma.c
364
WString
3
NIL
4
COBJ
365
WVList
0
366
WVList
0
359
11
1
1
0
367
MItem
32
../../../../../lib/cmn/syscall.h
3
*.h
368
WString
3
@ -1649,7 +1649,43 @@ WVList
370
WVList
0
359
-1
1
1
0
371
MItem
28
../../../../../lib/cmn/mem.h
372
WString
3
NIL
373
WVList
0
374
WVList
0
367
1
1
0
375
MItem
32
../../../../../lib/cmn/syscall.h
376
WString
3
NIL
377
WVList
0
378
WVList
0
367
1
1
0