Searched refs:n_pend (Results 1 – 1 of 1) sorted by relevance
19 static int n_pend; /* Number of pending characters in buffer */ variable31 stdout_buff[n_pend++] = c; in preprint_char()32 stdout_buff[n_pend] = 0; in preprint_char()37 if (n_pend >= _STDOUT_BUF_SIZE - 1) { in preprint_char()43 n_pend = 0; in preprint_char()
Completed in 19 milliseconds