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

  /src/external/gpl2/gmake/dist/
remake.c 1477 static char *libpatterns = NULL;
1482 /* Loop variables for the libpatterns value. */
1488 /* If we don't have libpatterns, get it. */
1489 if (!libpatterns)
1494 libpatterns = xstrdup (variable_expand ("$(strip $(.LIBPATTERNS))"));
1499 /* Loop through all the patterns in .LIBPATTERNS, and search on each one. */
1500 p2 = libpatterns;
1519 error (NILF, _(".LIBPATTERNS element `%s' is not a pattern"), p);
1469 static char *libpatterns = NULL; local
remake.c 1477 static char *libpatterns = NULL;
1482 /* Loop variables for the libpatterns value. */
1488 /* If we don't have libpatterns, get it. */
1489 if (!libpatterns)
1494 libpatterns = xstrdup (variable_expand ("$(strip $(.LIBPATTERNS))"));
1499 /* Loop through all the patterns in .LIBPATTERNS, and search on each one. */
1500 p2 = libpatterns;
1519 error (NILF, _(".LIBPATTERNS element `%s' is not a pattern"), p);
1469 static char *libpatterns = NULL; local

Completed in 34 milliseconds