Searched refs:toksize (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y1361 static int toksize = 60;
1365 toksize *= 2;
1367 erealloc(tokstart, char *, toksize, "tokexpand");
1369 emalloc(tokstart, char *, toksize, "tokexpand");
1370 tokend = tokstart + toksize;
H A Dawkgram.c3200 static int toksize = 60;
3204 toksize *= 2;
3206 erealloc(tokstart, char *, toksize, "tokexpand");
3208 emalloc(tokstart, char *, toksize, "tokexpand");
3209 tokend = tokstart + toksize;
3196 static int toksize = 60; local

Completed in 182 milliseconds