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

  /src/external/gpl2/gmake/dist/
commands.c 140 static char *plus_value=0, *bar_value=0, *qmark_value=0;
214 bar_value = xrealloc (bar_value, bar_max = bar_len);
215 bp = bar_value;
259 bp[bp > bar_value ? -1 : 0] = '\0';
260 DEFINE_VARIABLE ("|", 1, bar_value);
139 static char *plus_value=0, *bar_value=0, *qmark_value=0; local

Completed in 18 milliseconds