Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/tbl/
H A Dt..c60 extern int *alocv(int);
H A Dtb.c83 alocv(int n) in alocv() function
H A Dt5.c63 table[nlin] = (struct colstr *) alocv((ncol+2)*sizeof(table[0][0])); in gettbl()