Home
last modified time | relevance | path

Searched refs:ltoa (Results 1 – 6 of 6) sorted by relevance

/freebsd/stand/ficl/
H A Dtools.c638 vmTextOut(pVM, ltoa((*pCell++).i, pVM->pad, pVM->base), 0); in displayPStack()
681 vmTextOut(pVM, ltoa(c.i, pVM->pad, pVM->base), 0); in displayRStack()
H A Dvm.c662 char *ltoa( FICL_INT value, char *string, int radix ) in ltoa() function
H A Dfloat.c364 ltoa(d, &pVM->pad[1], pVM->base); in displayFStack()
H A Dloader.c467 ltoa((c).i, pVM->pad, pVM->base); in displayCellNoPad()
H A Dficl.h660 char *ltoa( FICL_INT value, char *string, int radix );
H A Dwords.c651 ltoa((c).i, pVM->pad, pVM->base); in displayCell()
807 ltoa(integer, scratch, base); in ficlSprintf()