Home
last modified time | relevance | path

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

/dports/editors/jove/jove/
H A Ddisp.c35 #define NOWHERE_DADDR (~NULL_DADDR | DDIRTY) /* not in tmp file */
354 if (des_p->s_id != NULL_DADDR && des_p->s_id == phys_p->s_id)
357 if (des_p->s_id == NULL_DADDR)
366 if (des_p->s_id == NULL_DADDR)
503 clean_plate = { 0, 0, 0, NULL_DADDR, NULL, NULL };
506 if (phys_p->s_id != NULL_DADDR)
625 PhysScreen[at + i].s_id = NULL_DADDR;
644 PhysScreen[i].s_id = NULL_DADDR;
665 } else if (des_p->s_id != NULL_DADDR) {
740 } else if (PhysScreen[linenum].s_id != NULL_DADDR) {
H A Dinsert.c599 line->l_dline = NULL_DADDR;
682 newline->l_dline = NULL_DADDR; in newchunk()
767 if (newline->l_dline != NULL_DADDR) { in GCchunks()
H A Dscreen.c113 p->s_id = NULL_DADDR; in make_scr()
121 p->s_id = NULL_DADDR; in make_scr()
329 PhysScreen[i].s_id = NULL_DADDR;
H A Dsysdep.h599 #define NULL_DADDR ((daddr) 0) macro
H A Dproc.c91 if (e->er_mess->l_dline == NULL_DADDR in ChkErrorLines()
92 || e->er_text->l_dline == NULL_DADDR) in ChkErrorLines()
H A Dreapp.c117 daddr UNDO_da = NULL_DADDR;
H A Dmac.c1532 if (l->l_dline == NULL_DADDR) in findtext()