Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/oldroff/tbl/
Dtb.c103 char *thisvec; variable
111 if (tpcount<0 || thisvec+n > tpvecs[tpcount]+MAXCHS) in alocv()
118 thisvec = tpvecs[tpcount]; in alocv()
119 if (thisvec == 0) in alocv()
122 tp=(int *)thisvec; in alocv()
123 thisvec+=n; in alocv()
124 for(q=tp; q<(int *)thisvec; q++) in alocv()