Home
last modified time | relevance | path

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

/minix3/usr.bin/join/
H A Djoin.c102 static u_long olistalloc; /* output field allocated count */ variable
533 if (olistcnt == olistalloc) { in fieldarg()
535 (olistalloc + 50) * sizeof(OLIST))) == NULL) in fieldarg()
538 olistalloc += 50; in fieldarg()