Lines Matching defs:dpn
613 const struct tbl_dat *dpn; /* Data cell below this line. */
625 dpn = NULL;
628 dpn = spn->first;
630 dpn = spn->next->first;
665 (dpn == NULL || dpn->string == NULL ||
666 strcmp(dpn->string, "\\^") != 0))
696 while (dpn != NULL && dpn->layout != cpn)
697 dpn = dpn->next;
714 (dpn == NULL || dpn->string == NULL ||
715 strcmp(dpn->string, "\\^") != 0))