cons_to_signed   3969 src/lisp.h       ? ((var) = cons_to_signed (cons, TYPE_MINIMUM (type), TYPE_MAXIMUM (type))) \
cons_to_signed   3971 src/lisp.h     extern intmax_t cons_to_signed (Lisp_Object, intmax_t, intmax_t);
cons_to_signed   1397 src/pgtkselect.c     return cons_to_signed (obj, 0, min (G_MAXUINT32, INTMAX_MAX));
cons_to_signed   2268 src/xselect.c      return cons_to_signed (obj, X_LONG_MIN, min (X_ULONG_MAX, INTMAX_MAX));
cons_to_signed   3531 test/manual/etags/c-src/emacs/src/lisp.h   ? ((var) = cons_to_signed (cons, TYPE_MINIMUM (type), TYPE_MAXIMUM (type))) \
cons_to_signed   3533 test/manual/etags/c-src/emacs/src/lisp.h extern intmax_t cons_to_signed (Lisp_Object, intmax_t, intmax_t);