Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/join/
H A Djoin.c95 static u_long olistalloc; /* output field allocated count */ variable
566 if (olistcnt == olistalloc) { in fieldarg()
567 olistalloc += 50; in fieldarg()
569 olistalloc * sizeof(OLIST))) == NULL) in fieldarg()