Home
last modified time | relevance | path

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

/dports/textproc/heirloom-doctools/heirloom-doctools-160308/tbl/
H A Dtb.c113 static int MAXPC; variable
123 if (tpcount >= MAXPC) { in alocv()
126 memset(&tpvecs[MAXPC], 0, (tpcount+1-MAXPC) * sizeof *tpvecs); in alocv()
127 MAXPC = tpcount+1; in alocv()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/tbl/
H A Dtb.c63 # define MAXPC 50 macro
66 char *tpvecs[MAXPC];
/dports/games/nextgo/NeXTGo-3.0/
H A Dmatchpat.c67 #define MAXPC 16 macro
83 struct patval patn[MAXPC]; /* pattern */ in matchpat()
/dports/math/gap/gap-4.11.0/pkg/anupq-3.2.1/src/
H A Dmain.c205 MAXPC = int_power(2, GSC2) - 1; in ExamineOptions()
211 printf("Number of pc generators: %d\n", MAXPC); in ExamineOptions()
H A Doptions.c101 if (pcp->cc >= MAXCLASS || pcp->lastg >= MAXPC) { in options()
/dports/math/gap/gap-4.11.0/pkg/anupq-3.2.1/include/
H A Druntime.h18 unsigned long MAXPC = 65535; variable
H A Dstorage_runtime.h16 extern unsigned long MAXPC;
H A Dstorage_fixed.h19 #define MAXPC ((1 << SC2) - 1) macro