Home
last modified time | relevance | path

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

/dports/www/analog/analog-6.0/src/
H A Dprocess.c23 Derv **derv, choice *alltrees, choice *alldervs, in process_data() argument
286 if (alltrees[0] != REP_NUMBER || alldervs[0] != REP_NUMBER) { in process_data()
290 for (i = 0; (k?(alldervs[i]):(alltrees[i])) != REP_NUMBER; i++) { in process_data()
291 j = rep2type[k?(alldervs[i]):(alltrees[i])]; in process_data()
313 makederived(derv[alldervs[i] - FIRST_DERVREP], dummy_item, in process_data()
314 NULL, convfloor, multibyte, alldervs[i], in process_data()
H A Dcache.c147 choice *alldervs, choice lowmem, char *dirsuffix, in hashbuild() argument
200 for (i = 0; (k?(alldervs[i]):(alltrees[i])) != REP_NUMBER; i++) { in hashbuild()
201 if (rep2type[k?(alldervs[i]):(alltrees[i])] == code) { in hashbuild()
212 makederived(derv[alldervs[i] - FIRST_DERVREP], dummy_item, NULL, in hashbuild()
213 convfloor, multibyte, alldervs[i], datacols, in hashbuild()
392 choice *alltrees, choice *alldervs, choice *lowmem, in readcache() argument
568 alldervs, lowmem[code], dirsuffix, dirsufflength, in readcache()
H A Danalog.c51 op->outopts.alltrees, op->outopts.alldervs, in main()
78 op->outopts.alltrees, op->outopts.alldervs, in main()
H A Doutput.c604 for(i = 0; od->alldervs[i] != REP_NUMBER; i++) in dervrep()
605 if (rep == od->alldervs[i]) in dervrep()
H A Doutput2.c1094 for (j = 0; od->alldervs[j] != REP_NUMBER; j++) { in checkreps()
1095 if (rep == od->alldervs[j]) in checkreps()
H A Danlghea4.h60 Derv **derv, choice *alltrees, choice *alldervs, choice lowmem,
75 choice *alldervs, choice *lowmem, char *dirsuffix,
892 Derv **derv, choice *alltrees, choice *alldervs, choice *lowmem,
H A Dinit.c881 od->alldervs[i++] = r
1312 od->alldervs = (choice *)submalloc(xmemman, 5 * sizeof(choice)); in finalinit()
1318 od->alldervs[i] = REP_NUMBER; in finalinit()
H A Danlghea3.h1023 choice *alltrees, *alldervs; member