Home | History | Annotate | Download | only in regex

Lines Matching full:infinity

413 				count2 = INFINITY;
584 count2 = INFINITY;
942 int to) /* to this number of times (maybe INFINITY) */
948 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N)