Home | History | Annotate | Download | only in librump

Lines Matching refs:TOPDIR

50 unset TOPDIR
53 TOPDIR=$2
62 if [ -z "${TOPDIR}" ]; then
64 [ `pwd` = '/' ] && boom Could not find rump topdir.
67 TOPDIR="`pwd`"
78 ' ${1} | awk -F\| -v topdir=${TOPDIR} '
105 $1 == "PUBHDR"{pubhdr = topdir "/" $2;print pubhdr;next}
106 $1 == "PRIVHDR"{privhdr = topdir "/" $2;print privhdr;next}
107 $1 == "WRAPPERS"{gencalls = topdir "/" $2;print gencalls;next}