Home
last modified time | relevance | path

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

/original-bsd/usr.bin/fpr/
H A Dfpr.c54 int maxpos; variable
161 maxpos = MAXCOL; in init()
162 sp = malloc((unsigned) maxpos); in init()
206 if (pos > maxpos) in gettext()
208 maxpos = pos + 10; in gettext()
209 text = realloc(text, (unsigned) maxpos); in gettext()
243 if (i >= maxpos) in gettext()
245 maxpos = i + 10; in gettext()
246 text = realloc(text, (unsigned) maxpos); in gettext()
/original-bsd/old/adb/adb.vax/
H A Dmain.c14 L_INT maxpos; variable
28 long maxpos = MAXPOS; variable
H A Doutput.c17 L_INT maxpos; variable
407 if (maxpos <= charpos()) in endline()
H A Dprint.c25 L_INT maxpos; variable
223 maxpos=(adrflg?adrval:MAXPOS); in printtrace()
/original-bsd/old/adb/adb.tahoe/
H A Dmain.c15 L_INT maxpos; variable
29 L_INT maxpos = MAXPOS; variable
H A Doutput.c15 L_INT maxpos; variable
275 if (maxpos <= charpos()) in endline()
H A Dprint.c25 L_INT maxpos; variable
218 maxpos=(adrflg?adrval:MAXPOS); in printtrace()
/original-bsd/old/sdb/
H A Dmain.c18 L_INT maxpos; variable
92 maxoff=MAXOFF; maxpos=MAXPOS;
H A Ddefs.h180 L_INT maxpos; variable
/original-bsd/old/lex/
H A Donce.c69 int nstates = NSTATES, maxpos = MAXPOS; variable
H A Dheader.c107 tptr, treesize, nxtpos-positions, maxpos, stnum+1, nstates, rcount); in statistics()
H A Dldefs.c154 extern int nstates, maxpos;
H A Dlmain.c152 nxtpos = positions = (int *) myalloc(maxpos,sizeof(*positions)); in get2core()
H A Dparser.y258 maxpos = siconv(p);
260 if (debug) printf("positions (%%p) now %d\n",maxpos);
H A Dsub2.c109 if(nxtpos >= positions+maxpos)
110 error("Too many positions %s",(maxpos== MAXPOS?"\nTry using %p num":""));