Home
last modified time | relevance | path

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

/dports/textproc/heirloom-doctools/heirloom-doctools-160308/tbl/
H A Dtb.c115 int tpcount = -1; variable
121 if (tpcount<0 || thisvec+n > tpvecs[tpcount]+MAXCHS) { in alocv()
122 tpcount++; in alocv()
123 if (tpcount >= MAXPC) { in alocv()
124 tpvecs = realloc(tpvecs, (tpcount+1) * sizeof *tpvecs); in alocv()
126 memset(&tpvecs[MAXPC], 0, (tpcount+1-MAXPC) * sizeof *tpvecs); in alocv()
127 MAXPC = tpcount+1; in alocv()
129 if (tpvecs[tpcount]==0) { in alocv()
130 tpvecs[tpcount] = calloc(MAXCHS,1); in alocv()
132 thisvec = tpvecs[tpcount]; in alocv()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/tbl/
H A Dtb.c65 int tpcount = -1; variable
73 if (tpcount < 0 || thisvec + n > tpvecs[tpcount] + MAXCHS) { in alocv()
74 tpcount++; in alocv()
75 if (tpvecs[tpcount] == 0) { in alocv()
76 tpvecs[tpcount] = calloc(MAXCHS, 1); in alocv()
78 thisvec = tpvecs[tpcount]; in alocv()
97 tpcount = -1; in release()
/dports/databases/jdb/jdb-1.14/
H A Dcrl_to_db84 $tpcount++;
129 $interface,$tpcount,$timestamp,$timestamp-$oldtimestamp,
142 printf"%d\t%d\t%.8f\t%.8f\t",$interface,$tpcount,$timestamp,$timestamp-$oldtimestamp;
/dports/math/libpgmath/flang-d07daf3/tools/shared/
H A Dx86.c669 if (flg.tpcount <= TPNVERSION) { in set_tp()
675 if (flg.tpcount == 0) { in set_tp()
676 flg.tpvalue[flg.tpcount] = n; in set_tp()
677 ++flg.tpcount; in set_tp()
/dports/math/libpgmath/flang-d07daf3/tools/shared/utils/
H A Dglobal.h217 int tpcount; member
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dglobal.h219 int tpcount; member
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dupper.cpp359 static int tpcount; variable
1100 if (tpcount) { in upper_save_syminfo()
1102 NEW(saved_tpinfo, upper_syminfo, tpcount + 1); in upper_save_syminfo()
3504 tpcount = 0; in fix_symbol()
4042 tpcount++; in create_thread_private_vector()
H A Dmwd.cpp2675 putnzint("flg.tpcount", mlg.tpcount); in dflg()
2676 mlg.tpcount = 0; in dflg()