Home
last modified time | relevance | path

Searched refs:udatan (Results 1 – 2 of 2) sorted by relevance

/dports/www/links1/links-1.04/
H A Dbfu.c1272 int udatan; in msg_box() local
1276 udatan = 0; in msg_box()
1280 udatan++; in msg_box()
1281 if ((unsigned)udatan > MAXINT / sizeof(unsigned char *)) overalloc(); in msg_box()
1282 udata = mem_realloc(udata, udatan * sizeof(unsigned char *)); in msg_box()
1283 udata[udatan - 1] = text; in msg_box()
/dports/www/links/links-2.25/
H A Dbfu.c2312 int udatan; in msg_box() local
2316 udatan = 0; in msg_box()
2319 udatan++; in msg_box()
2320 if ((unsigned)udatan > MAXINT / sizeof(unsigned char *)) overalloc(); in msg_box()
2321 udata = mem_realloc(udata, udatan * sizeof(unsigned char *)); in msg_box()
2322 udata[udatan - 1] = text; in msg_box()