Home
last modified time | relevance | path

Searched refs:highval (Results 1 – 3 of 3) sorted by relevance

/original-bsd/libexec/bugfiler/
H A Dprocess.c76 register int highval, newval; in getnext() local
82 for (highval = -1; d = readdir(dirp);) { in getnext()
84 if (!*p && (newval = atoi(d->d_name)) > highval) in getnext()
85 highval = newval; in getnext()
88 return(++highval); in getnext()
/original-bsd/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gremlin/
H A Ddb1.c99 #define highval 10000 /* arbitrary value greater than any macro
117 long int t, t1, t2, distance = highval;
173 long int t, t1, t2, distance = highval;
/original-bsd/local/ditroff/ditroff.old.okeeffe/sunsrc/gremlin/
H A Ddb.c95 #define highval 100000 /* arbitrary value greater than any macro
117 register distance = highval;