Home | History | Annotate | Download | only in lisp

Lines Matching refs:radix

55 #define GENERIC_RADIX		1	/* radix not in range 2-36 */
181 {0, 10}, /* radix */
463 "radix must be in the range 2 to 36, inclusive",
594 /* assumes radix is 0 or in range 2 - 36 */
596 format_in_radix(LispObj *stream, LispObj *object, int radix, FmtArgs *args)
601 i = (radix == 0);
604 if (radix == 0) {
605 radix = args->arguments[0].value;
606 if (radix < 2 || radix > 36) {
616 LispFormatInteger(stream, object, radix, atsign, collon,