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

  /src/external/gpl3/autoconf/dist/
maint.mk 194 # containing | non_containing
196 # Select the files (non) containing strings matching this regexp.
197 # If both arguments are specified then CONTAINING takes
228 export containing = macro
273 test -n "$$files" && test -n "$$containing" \
274 && { files=$$(grep -l "$$containing" $$files); } || :; \
676 # Ensure that each .c file containing a "main" function also
681 containing='\<main *(' \
685 # Ensure that each .c file containing a "main" function also
690 containing='\<main *('
    [all...]

Completed in 17 milliseconds