SLC_FUNC
func = cp[SLC_FUNC];
if (SLC_NAME_OK(pointer[i+SLC_FUNC]))
fprintf(NetTrace, " %s", SLC_NAME(pointer[i+SLC_FUNC]));
fprintf(NetTrace, " %d", pointer[i+SLC_FUNC]);
if (SLC_NAME_OK(pointer[i+SLC_FUNC]))
output_data(" %s", SLC_NAME(pointer[i+SLC_FUNC]));
output_data(" %d", pointer[i+SLC_FUNC]);