Lines Matching defs:count
150 * count number of buffered messages (= number of Message Text
170 sclp_write(struct sclp_buffer *buffer, const unsigned char *msg, int count)
198 for (i_msg = 0; i_msg < count; i_msg++) {
275 i_msg = count - 1;
309 int count;
312 count = MAX_SCCB_ROOM - sccb->length;
314 count -= sizeof(struct msg_buf) + buffer->current_length;
315 return count;
324 unsigned int count;
326 count = buffer->char_sum;
328 count += buffer->current_length;
329 return count;