Searched refs:mtox (Results 1 – 4 of 4) sorted by relevance
50 extern char *mtox(MINT *);73 extern char *mtox(MINT *);
190 (void) printf(" u=%s\n", mtox(&u)); in m_div()191 (void) printf(" v=%s\n", mtox(&v)); in m_div()208 (void) printf(" x=%s\n", mtox(&x)); in m_div()213 (void) printf(" w=%s\n", mtox(&w)); in m_div()
57 char *mtox(MINT *key) { return (mp_mtox(key)); } in mtox() function
53 mtox;