Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:DSC

153   static struct dsc$descriptor FibDesc =
154 { sizeof (Fib), DSC$K_DTYPE_Z, DSC$K_CLASS_S, (char *) &Fib };
155 static struct dsc$descriptor_s DevDesc =
156 { 0, DSC$K_DTYPE_T, DSC$K_CLASS_S, &Nam.nam$t_dvi[1] };
159 static struct dsc$descriptor_s FileName =
160 { 0, DSC$K_DTYPE_T, DSC$K_CLASS_S, 0 };
161 static struct dsc$descriptor_s string =
162 { 0, DSC$K_DTYPE_T, DSC$K_CLASS_S, 0 };
202 DevDesc.dsc$w_length = Nam.nam$t_dvi[0];
207 FileName.dsc$a_pointer = Nam.nam$l_name;
208 FileName.dsc$w_length = Nam.nam$b_name + Nam.nam$b_type + Nam.nam$b_ver;
246 static struct dsc$descriptor date_str =
247 { 26, DSC$K_DTYPE_T, DSC$K_CLASS_S, str };