Search | Google it | Results 1 - 3 of 3 for funcall:gethex (0.00 seconds) |
42: #else 43: gethex( CONST char **sp, FPI *fpi, Long *exp, Bigint **bp, int sign) 44: #endif
181: #endif 182: switch((i = gethex(&s, &fpi1, &exp, &bb, sign)) & STRTOG_Retmask) { 183: case STRTOG_NoMemory:
411: case 'X': 412: irv = gethex(&s, fpi, exp, &rvb, sign); 413: if (irv == STRTOG_NoMemory)