Searched refs:readbuf (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/include/term/client/
H A Ddefs.h116 char *readbuf; member in struct:term_client
120 * If the readbuf is not NULL, contains the number of characters in the
121 * readbuf.
127 * If the readbuf is not NULL, points the next character not yet read by
/barrelfish-master/lib/term/client/
H A Dclient_blocking.c185 if (client->readbuf == NULL) {
191 while (client->readbuf == NULL) {
200 err = handle_echo(client, client->readbuf, client->readbuf_len);
207 handle_triggers(client, client->readbuf, client->readbuf_len);
210 term_filter_apply(client->input_filters, &client->readbuf,
215 char *end = client->readbuf + client->readbuf_len;
226 /* free readbuf */
228 free(client->readbuf);
229 client->readbuf = NULL;
435 client->readbuf
[all...]

Completed in 83 milliseconds