#!/bin/sh

# for disym
export LANG=C

__bt_djp_disym $2|grep '^Parameter:'|cut -d' ' -f2-|sed -e "s/\([^ ]*\)=/$1_\1=/g"
