Home
last modified time | relevance | path

Searched refs:NAMEPTR (Results 1 – 6 of 6) sorted by relevance

/original-bsd/local/ditroff/ditroff.okeeffe/ideal/
H A Didyac.y95 NAMEPTR temp;
96 temp = (NAMEPTR) namegen ($3);
97 temp->next = (NAMEPTR)$1;
183 |pathname {$$ = (int) extlgen ((NAMEPTR) $1);}
199 NAMEPTR temp;
200 temp = (NAMEPTR) namegen($1);
201 temp->next = (NAMEPTR)$3;
H A Dbldds.c49 NAMEPTR namewalk;
55 for (namewalk = ((NAMEPTR) stmtlist->stmt);
H A Dmemut.c49 NAMEPTR namegen (name) in namegen()
52 register NAMEPTR newguy;
136 NAMEPTR path; in extlgen()
485 NAMEPTR doomed; in namefree()
613 namefree ((NAMEPTR) curstmt->stmt);
H A Dideal.h93 } NAMENODE, *NAMEPTR; typedef
237 extern NAMEPTR namegen ();
H A Dutil.c103 NAMEPTR ptname; in pathfind()
185 NAMEPTR pathwalk;
H A Dopqpoly.c736 ((OPQPTR) tail((NAMEPTR) alphalist))->next = alphalist;