Home | History | Annotate | Download | only in src

Lines Matching refs:after_fraction

2717 	    char *after_fraction;
2725 * In either case, result is in work, and after_fraction points
2755 after_fraction = work + size;
2756 ptr = after_fraction;
2761 while ((*ptr++ = *after_fraction++) != 0);