Searched refs:_FILTER (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/cmd/lp/lib/filters/ |
H A D | insfilter.c | 72 static int instantiate(_FILTER **, TYPE *, TYPE *, 74 static int check_pipeline(_FILTER *, PARM *); 75 static char *build_pipe(_FILTER *, PARM *, unsigned short *); 137 _FILTER *pipeline; 241 register _FILTER * pf; 273 register _FILTER * pf; 274 register _FILTER * pfastf; /* first in fast pipe */ 275 register _FILTER * pslowf; /* last in slow pipe */ 430 _FILTER * lhead; 431 _FILTER * ltail; [all …]
|
H A D | loadfilters.c | 44 _FILTER *filters; 58 register _FILTER *pf; in loadfilters() 78 filters = (_FILTER *)Malloc((nalloc + 1) * sizeof(_FILTER)); in loadfilters() 98 filters = (_FILTER *)Realloc( in loadfilters() 100 (nalloc + 1) * sizeof(_FILTER) in loadfilters() 160 filters = (_FILTER *)Realloc( in loadfilters() 162 (nfilters + 1) * sizeof(_FILTER) in loadfilters() 184 qsort ((char *)filters, nfilters, sizeof(_FILTER), fs_cmp); in loadfilters() 265 if (((_FILTER *)pfa)->type == ((_FILTER *)pfb)->type) in fs_cmp() 267 else if (((_FILTER *)pfa)->type == fl_fast) in fs_cmp()
|
H A D | putfilter.c | 52 _FILTER _flbuf; 54 register _FILTER *pf; 93 filters = (_FILTER *)Realloc( 95 (nfilters + 1) * sizeof(_FILTER) 109 pf = filters = (_FILTER *)Malloc( 110 (nfilters + 1) * sizeof(_FILTER)
|
H A D | delfilter.c | 50 register _FILTER *pf; 80 filters = (_FILTER *)Realloc( 81 (char *)filters, (nfilters + 1) * sizeof(_FILTER)
|
H A D | llib-llpflt | 71 typedef struct _FILTER { 72 struct _FILTER * next; /* for linking several */ 85 } _FILTER; 90 _FILTER * search_filter ( char * ); 118 void free_filter ( _FILTER * );
|
H A D | search.c | 38 _FILTER * 48 register _FILTER *pf;
|
H A D | freefilter.c | 114 _FILTER * pf in free_filter() 118 _FILTER *pf; in free_filter()
|
H A D | trash.c | 40 register _FILTER *pf; in trash_filters()
|
H A D | getfilter.c | 50 static _FILTER *pf = 0;
|
H A D | dumpfilters.c | 54 register _FILTER *pf; in dumpfilters()
|
/titanic_41/usr/src/cmd/lp/include/ |
H A D | filters.h | 118 typedef struct _FILTER { struct 119 struct _FILTER * next; /* for linking several */ argument 132 } _FILTER; argument 173 extern _FILTER *filters; 181 _FILTER * search_filter ( char * ); 210 void free_filter ( _FILTER * ); 218 extern _FILTER *search_filter();
|