Searched refs:isreal (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dpsql.c482 int tuple, field, isint = 0, isreal = 0, integer; local in function:Lisp_PQgetvalue
522 isreal = 1;
527 isreal = 1;
538 return (isint ? INTEGER(integer) : isreal ? DFLOAT(real) :

Completed in 3 milliseconds