Home
last modified time | relevance | path

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

/original-bsd/local/ditroff/ditroff.okeeffe/ideal/
H A Daction.c9 LINEPTR linelist;
19 linelist = opqact (opqstmt, noadtree, linelist);
21 linelist = circact (noadtree, linelist);
23 linelist = arcact (noadtree, linelist);
33 linelist
40 linelist
45 linelist = rbuild (nextnoad, linelist);
47 nextnoad->linelist = rbuild (nextnoad, nextnoad->linelist);
55 linelist
62 linelist
[all …]
H A Dopaque.c7 LINEPTR opqact (opqstmt, noadtree, linelist) in opqact() argument
10 LINEPTR linelist;
20 both = linelist;
40 return (linelist);
67 linelist,
158 linelist = lineclean (nuline.next);
160 return (linelist);
197 LINEPTR lineclean (linelist) in lineclean() argument
198 LINEPTR linelist; in lineclean()
218 linelist = nuhead.next;
[all …]
H A Dideal.c77 noadtree->linelist = build (noadtree, noadtree->linelist); in interpret()
79 act (noadtree->linelist); in interpret()
H A Dideal.h145 struct linenode *linelist; member
H A Dopqpoly.c10 void opqpoly (edgelist, linelist, inlines, outlines, both) in opqpoly() argument
12 LINEPTR linelist;
26 linewalk = linelist;
H A Dmemut.c525 linefree(doomed->linelist);
/original-bsd/lib/libc/gen/
H A Dgetnetgrent.c28 struct linelist { struct
29 struct linelist *l_next; /* Chain ptr. */ argument
43 static struct linelist *linehead = (struct linelist *)0; argument
54 static struct linelist *read_for_group();
112 register struct linelist *lp, *olp; in endnetgrent()
123 linehead = (struct linelist *)0; in endnetgrent()
175 struct linelist *lp = linehead;
185 if (lp == (struct linelist *)0 &&
241 static struct linelist *
248 struct linelist *lp;
[all …]