Home | History | Annotate | Download | only in libxml2

Lines Matching refs:after_fraction

2761 	    char *after_fraction;
2769 * In either case, result is in work, and after_fraction points
2799 after_fraction = work + size;
2800 ptr = after_fraction;
2805 while ((*ptr++ = *after_fraction++) != 0);