tptr              488 tools/chdk_dasm.c     char * tptr ;
tptr              489 tools/chdk_dasm.c     tptr = tmpbuf ;
tptr              497 tools/chdk_dasm.c     if ( w<decmax ) sprintf( tptr, "%d", w) ;
tptr              501 tools/chdk_dasm.c             sprintf( tptr, "0x%X", w);
tptr              503 tools/chdk_dasm.c             sprintf( tptr, "0x%X", w);
tptr              505 tools/chdk_dasm.c     tptr = tmpbuf ;
tptr              506 tools/chdk_dasm.c     while(*tptr) *op++ = *tptr++ ;