Searched refs:out_buffer (Results 1 – 8 of 8) sorted by relevance
25 unsigned char *out_buffer; member65 …out_buffer[( lstr )->out_buffer_ind++] = (unsigned char) ( pad ), ( lstr )->byte_count++, ( lstr … in doprnt_1()77 …out_buffer[( lstr )->out_buffer_ind++] = (unsigned char) ( pad ), ( lstr )->byte_count++, ( lstr … in doprnt_1()
506 my $out_buffer = '';508 $status = $obj->read(\$out_buffer);514 $obj->ungetc($out_buffer)515 if length $out_buffer;1177 my $out_buffer = *$self->{Pending} ;1183 my $buf_len = $self->_raw_read(\$out_buffer);1188 $length = length $out_buffer1189 if length($out_buffer) < $length ;1200 *$self->{Pending} = $out_buffer;1201 $out_buffer = \*$self->{Pending} ;[all …]
130 SP_PARM->out_buffer)); in NCURSES_SP_NAME()132 char *buf = SP_PARM->out_buffer; in NCURSES_SP_NAME()151 } else if (SP_PARM->out_buffer == 0) { in NCURSES_SP_NAME()181 if (SP_PARM->out_buffer != 0) { in NCURSES_SP_NAME()184 SP_PARM->out_buffer[SP_PARM->out_inuse++] = (char) ch; in NCURSES_SP_NAME()
367 out_count = sizeof (lex->out_buffer) - lex->out_last;378 outp = &lex->out_buffer[lex->out_last];386 unicode_t uc = * (unicode_t *) &lex->out_buffer[0];405 char t = lex->out_buffer[lex->out_last + i];406 lex->out_buffer[lex->out_last + i]407 = lex->out_buffer[lex->out_last + i + 1];408 lex->out_buffer[lex->out_last + i + 1] = t;450 result = * ((unicode_t *) &lex->out_buffer[lex->out_first]);
146 unsigned char out_buffer[1024]; member
4541 Made out_buffer unsigned.4799 * lex.h (java_lexer): Added out_buffer, out_first, out_last.
216 FreeIfNeeded(sp->out_buffer); in delscreen()447 if ((sp->out_buffer = malloc(sp->out_limit)) == 0) in NCURSES_SP_NAME()
970 char *out_buffer; /* output buffer */ member