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

/macosx-10.10/emacs-93/emacs/src/
H A Dunexec.c390 auto struct scnhdr scntemp; /* Temporary section header */
483 if (read (a_out, &scntemp, sizeof (scntemp)) != sizeof (scntemp))
487 if (scntemp.s_scnptr > 0L)
489 if (block_copy_start < scntemp.s_scnptr + scntemp.s_size)
490 block_copy_start = scntemp.s_scnptr + scntemp.s_size;
492 if (strcmp (scntemp
389 auto struct scnhdr scntemp; /* Temporary section header */ local
869 struct scnhdr scntemp; /* Temporary section header */ local
[all...]
H A Dunexconvex.c285 struct scnhdr scntemp; /* For swapping entries in sort */
450 scntemp = stbl[i];
452 stbl[scns] = scntemp;
284 struct scnhdr scntemp; /* For swapping entries in sort */ local

Completed in 127 milliseconds