Home | History | Annotate | Download | only in gdb

Lines Matching refs:DIG

27 DIG	[0-9]
28 NUM10 ({DIG}({DIG}|_)*)
33 ID ({LETTER}({LETTER}|{DIG}|[\x80-\xff])*|"<"{LETTER}({LETTER}|{DIG})*">")
210 thread{WHITE}+{DIG} {
327 "$"({LETTER}|{DIG}|"$")* {
416 int dig = fromhex (*num0);
417 if (dig >= base)
420 result += dig;