Lines Matching refs:myalloc
256 ccptr = ccl = (CHR *)myalloc(CCLSIZE, sizeof (*ccl));
258 pcptr = pchar = (CHR *)myalloc(pchlen, sizeof (*pchar));
260 def = (CHR **)myalloc(DEFSIZE, sizeof (*def));
262 subs = (CHR **)myalloc(DEFSIZE, sizeof (*subs));
264 dp = dchar = (CHR *)myalloc(DEFCHAR, sizeof (*dchar));
266 sname = (CHR **)myalloc(STARTSIZE, sizeof (*sname));
269 exclusive = (int *)myalloc(STARTSIZE, sizeof (*exclusive));
271 sp = schar = (CHR *)myalloc(STARTCHAR, sizeof (*schar));
291 gotof = (int *)myalloc(nstates, sizeof (*gotof));
293 nexts = (int *)myalloc(ntrans, sizeof (*nexts));
295 nchar = (CHR *)myalloc(ntrans, sizeof (*nchar));
297 state = (int **)myalloc(nstates, sizeof (*state));
299 atable = (int *)myalloc(nstates, sizeof (*atable));
301 sfall = (int *)myalloc(nstates, sizeof (*sfall));
302 cpackflg = (Boolean *)myalloc(nstates, sizeof (*cpackflg));
304 tmpstat = (CHR *)myalloc(tptr+1, sizeof (*tmpstat));
306 foll = (int **)myalloc(tptr+1, sizeof (*foll));
308 nxtpos = positions = (int *)myalloc(maxpos, sizeof (*positions));
340 verify = (int *)myalloc(outsize, sizeof (*verify));
342 advance = (int *)myalloc(outsize, sizeof (*advance));
344 stoff = (int *)myalloc(stnum+2, sizeof (*stoff));
366 myalloc(int a, int b)