Searched refs:INF (Results 1 – 2 of 2) sorted by relevance
1078 # define INF 3 in repeat() macro1080 # define MAP(n) (((n) <= 1) ? (n) : ((n) == REGEX_INFINITY) ? INF : N) in repeat()1094 case REP(0, INF): /* as x{1,}? */ in repeat()1119 case REP(1, INF): /* as x+ */ in repeat()1127 case REP(N, INF): /* as xx{n-1,INF} */ in repeat()
240 printf. Fix NaN/INF formatting in %a/%A printf. Thanks to Ahmed878 'NAN' and 'INF' in fscanf in a case-insensitive manner, fix