Home
last modified time | relevance | path

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

/src/usr.bin/join/
H A Djoin.c83 static u_long olistalloc; /* output field allocated count */ variable
556 if (olistcnt == olistalloc) { in fieldarg()
557 olistalloc += 50; in fieldarg()
559 olistalloc * sizeof(OLIST))) == NULL) in fieldarg()