Home
last modified time | relevance | path

Searched refs:scntemp (Results 1 – 1 of 1) sorted by relevance

/original-bsd/contrib/emacs-18.57/src/
H A Dunexec.c430 if (read (a_out, &scntemp, sizeof (scntemp)) != sizeof (scntemp))
434 if (scntemp.s_scnptr > 0L)
436 if (block_copy_start < scntemp.s_scnptr + scntemp.s_size)
437 block_copy_start = scntemp.s_scnptr + scntemp.s_size;
441 f_thdr = scntemp;
445 f_dhdr = scntemp;
449 f_bhdr = scntemp;
579 if (read (a_out, &scntemp, sizeof (scntemp)) != sizeof (scntemp))
599 if (scntemp.s_scnptr)
601 if (write (new, &scntemp, sizeof (scntemp)) != sizeof (scntemp))
[all …]