Searched refs:dlptr (Results 1 – 1 of 1) sorted by relevance
238 struct libref *dlptr; variable251 Newx(dlptr,1,struct libref);252 dlptr->name.dsc$b_dtype = dlptr->defspec.dsc$b_dtype = DSC$K_DTYPE_T;253 dlptr->name.dsc$b_class = dlptr->defspec.dsc$b_class = DSC$K_CLASS_S;262 dlptr->name.dsc$w_length = namlst[0].len;263 dlptr->name.dsc$a_pointer = savepvn(namlst[0].string,namlst[0].len);264 dlptr->defspec.dsc$w_length = specdsc.dsc$w_length - namlst[0].len;265 Newx(dlptr->defspec.dsc$a_pointer, dlptr->defspec.dsc$w_length + 1, char);267 memcpy(dlptr->defspec.dsc$a_pointer,specdsc.dsc$a_pointer,deflen);268 memcpy(dlptr->defspec.dsc$a_pointer + deflen,[all …]