HomeSort by relevance Sort by last modified time
    Searched refs:variable_buffer (Results 1 - 3 of 3) sorted by null

  /ndk/sources/host-tools/make-3.81/
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...]
variable.h 108 extern char *variable_buffer;
read.c 937 unsigned long p2_off = p2 - variable_buffer;
938 unsigned long cmd_off = cmdleft - variable_buffer;
955 p2 = variable_buffer + p2_off;
956 cmdleft = variable_buffer + cmd_off + 1;
982 found in the variable_buffer the entire buffer has already
986 p2 = next_token (variable_buffer);
1033 unsigned int l = p2 - variable_buffer;
1037 p2 = variable_buffer + l;
    [all...]

Completed in 107 milliseconds