HomeSort by: relevance | last modified time | path
    Searched defs:xscanf (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/groff/dist/src/preproc/grn/
hdb.cpp 123 (void) xscanf(file, &x, &y); /* always one point */
141 while (xscanf(file, &x, &y));
166 } while (xscanf(file, &x, &y));
283 * xscanf(f,xp,yp) does roughly what fscanf(f,"%f%f",xp,yp) does except:
286 * -xscanf eats the character following the second number
287 * -xscanf returns 0 for "end-of-data" indication, 1 otherwise, where
292 xscanf(FILE *f, function

Completed in 22 milliseconds