Searched refs:linelist (Results 1 – 7 of 7) sorted by relevance
/original-bsd/local/ditroff/ditroff.okeeffe/ideal/ |
H A D | action.c | 9 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 D | opaque.c | 7 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 D | ideal.c | 77 noadtree->linelist = build (noadtree, noadtree->linelist); in interpret() 79 act (noadtree->linelist); in interpret()
|
H A D | ideal.h | 145 struct linenode *linelist; member
|
H A D | opqpoly.c | 10 void opqpoly (edgelist, linelist, inlines, outlines, both) in opqpoly() argument 12 LINEPTR linelist; 26 linewalk = linelist;
|
H A D | memut.c | 525 linefree(doomed->linelist);
|
/original-bsd/lib/libc/gen/ |
H A D | getnetgrent.c | 28 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 …]
|