HomeSort by: relevance | last modified time | path
    Searched defs:variable_buffer (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/gmake/dist/
expand.c 37 variable_buffer is the address of the buffer.
48 char *variable_buffer; variable
51 The text to add is LENGTH chars starting at STRING to the variable_buffer.
60 register unsigned int newlen = length + (ptr - variable_buffer);
64 unsigned int offset = ptr - variable_buffer;
68 variable_buffer = (char *) xrealloc (variable_buffer,
70 ptr = variable_buffer + offset;
84 if (variable_buffer == 0)
87 variable_buffer = (char *) xmalloc (variable_buffer_length)
    [all...]

Completed in 47 milliseconds