Searched refs:output_filters (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/include/term/client/
H A Ddefs.h145 collections_listnode *output_filters; member in struct:term_client
/barrelfish-master/lib/term/client/
H A Dfilter.c105 assert(client->output_filters != NULL);
115 collections_list_insert_tail(client->output_filters, new_filter);
128 removed = collections_list_remove_if(client->output_filters,
143 collections_list_remove_if_all(client->output_filters,
H A Dclient.c131 term_filter_apply(client->output_filters, &outdata, &length);
H A Dclient_blocking.c278 term_filter_apply(client->output_filters, &outdata, &length);
437 collections_list_create(&client->output_filters, term_filter_free);

Completed in 31 milliseconds