Home
last modified time | relevance | path

Searched defs:digit (Results 1 – 25 of 25) sorted by relevance

/original-bsd/lib/libc/quad/
H A Dqdivrem.c30 typedef unsigned short digit; typedef
32 typedef u_long digit; typedef
/original-bsd/games/morse/
H A Dmorse.c22 *digit[] = { variable
/original-bsd/bin/sh/
H A Dmksyntax.c101 static char digit[] = "0123456789"; local
352 static char digit[] = "0123456789"; in digit_convert() local
H A Doutput.c324 static const char digit[16] = "0123456789ABCDEF"; variable
326 static const char digit[17] = "0123456789ABCDEF"; variable
/original-bsd/bin/pax/
H A Dgen_subs.c309 u_long digit; local
423 u_quad_t digit; local
/original-bsd/old/tbl/
H A Dts.c45 digit(x) in digit() function
/original-bsd/old/as.tahoe/
H A Dasscan4.c22 int digit; /* part of number being constructed */ local
/original-bsd/old/as.vax/
H A Dasscan4.c25 int digit; /* part of number being constructed */ local
/original-bsd/games/hack/
H A Dmakedefs.c222 digit(ch) register char ch; { in digit() function
H A Dhack.invent.c861 digit(c) char c; { in digit() function
/original-bsd/sys/vax/stand/
H A Dimptst.c214 register digit = 0; local
/original-bsd/libexec/getty/
H A Dmain.c58 int crmod, digit, lower, upper; variable
/original-bsd/old/adb/adb.vax/
H A Dformat.c330 digit(c) in digit() function
/original-bsd/usr.bin/grep/old.ucb.grep/
H A Dold.ucb.grep.c468 digit(c) in digit() function
/original-bsd/old/sh/
H A Dctype.h84 #define digit(c) (((c)&QUOTE)==0 ANDF _ctype2[c]&(T_DIG)) macro
/original-bsd/old/sdb/
H A Dsub.c238 rint(p, base, digit, conv) in rint() argument
/original-bsd/usr.bin/diff/diff3/
H A Ddiff3.c178 digit(c) in digit() function
/original-bsd/old/lex/
H A Dsub1.c40 digit(c) in digit() function
/original-bsd/local/toolchest/ksh/sh/
H A Dvi.c65 #define digit(c) ((c&~STRIP)==0 && isdigit(c)) macro
74 #define digit(c) isdigit(c) macro
/original-bsd/lib/libc/gen/
H A Dgetcap.c948 register int base, digit; local
/original-bsd/usr.bin/pascal/src/
H A Dyy.h41 #define digit(c) (c >= '0' && c <= '9') macro
/original-bsd/contrib/gas-1.38/
H A Dread.c1651 register int digit; /* Value of 1 digit. */ local
/original-bsd/usr.bin/f77/pass1.vax/
H A Ddata.c484 register int digit; local
/original-bsd/usr.bin/f77/pass1.tahoe/
H A Ddata.c487 register int digit; local
/original-bsd/sbin/fsdb/
H A Dfsdb.c104 #define digit(c) (((c) >= '0') && ((c) <= '9')) macro