Lines Matching defs:dpn
576 const struct tbl_dat *dpn; /* Data cell below this line. */
587 dpn = NULL;
590 dpn = spn->first;
592 dpn = spn->next->first;
624 (dpn == NULL || dpn->string == NULL ||
625 strcmp(dpn->string, "\\^") != 0))
655 while (dpn != NULL && dpn->layout != cpn)
656 dpn = dpn->next;
673 (dpn == NULL || dpn->string == NULL ||
674 strcmp(dpn->string, "\\^") != 0))