HomeSort by: relevance | last modified time | path
    Searched refs:data_buffer (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
button.c 4510 free(scp->data_buffer);
4511 scp->data_buffer = line;
4514 line = scp->data_buffer;
4572 scp->data_buffer = next;
4577 visibleChars(scp->data_buffer, (unsigned) have)));
4586 FreeAndNull(scp->data_buffer);
4603 line = (Char *) realloc(scp->data_buffer, k);
4607 scp->data_buffer = line;
4610 if (scp->data_buffer != NULL) {
4611 memcpy(scp->data_buffer + scp->data_length, text, len)
    [all...]
ptyx.h 339 Char *data_buffer; /* the current selection */ member in struct:__anon3
charproc.c 11952 free(screen->selected_cells[n].data_buffer);

Completed in 38 milliseconds