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

/macosx-10.10/emacs-93/emacs/src/
H A Dunexaix.c89 static long lnnoptr; /* Pointer to line-number info within file */ variable
214 load_scnptr = orig_load_scnptr = lnnoptr = 0;
379 if (lnnoptr == 0) lnnoptr = s->s_lnnoptr;
497 if (lnnoptr && lnnoptr < orig_load_scnptr) /* if there is line number info */
498 lseek (a_out, lnnoptr, SEEK_SET); /* start copying from there */
550 if (!lnnoptr || !f_hdr.f_symptr)
H A Dunexec.c243 long lnnoptr; /* Pointer to line-number info within file */ variable
550 lnnoptr = f_thdr.s_lnnoptr;
1103 if (lnnoptr) /* if there is line number info */
1104 lseek (a_out, coff_offset + lnnoptr, 0); /* start copying from there */
1191 if (!lnnoptr || !f_hdr.f_symptr)

Completed in 176 milliseconds