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

  /src/external/gpl2/gmake/dist/
variable.c 1008 char *p, *alloc_value = NULL;
1026 p = alloc_value = allocated_variable_expand (value);
1086 val = alloc_value = allocated_variable_expand (val);
1221 if (alloc_value)
1222 free (alloc_value);
997 char *p, *alloc_value = NULL; local

Completed in 26 milliseconds