Home
last modified time | relevance | path

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

/dports/math/form/form-4.2.1/sources/
H A Dreshuf.c85 AN.DumFound = AN.RenumScratch; in ReNumber()
90 d = AN.RenumScratch; in ReNumber()
335 d = AN.RenumScratch; in FullRenumber()
531 for ( i = 0; i < AN.NumFound; i++ ) newnum[i] = AN.RenumScratch[i]; in AdjustRenumScratch()
533 if ( AN.RenumScratch ) M_free(AN.RenumScratch,"RenumScratch"); in AdjustRenumScratch()
534 AN.RenumScratch = newnum; in AdjustRenumScratch()
H A Dstructs.h2177 WORD *RenumScratch; /* () used in reshuf.c */ member