Searched refs:GITSRC (Results 1 – 1 of 1) sorted by relevance
390 GITSRC = '*.[chF]' '*.hpp' '*.cpp' '*.cxx' macro397 -@git --no-pager grep -n -P '^$$' -- ${GITSRC} > doublelinecheck.out401 -@git --no-pager grep -n -P '\t' -- ${GITSRC} >> checkbadSource.out;true405 -@git --no-pager grep -n -P ' $$' -- ${GITSRC} >> checkbadSource.out;true407 -@git --no-pager grep -n -P -e ';;' -- ${GITSRC} | grep -v ' for (' >> checkbadSource.out;true409 …-@git --no-pager grep -n -P -e 'PetscCall\(MPI[U]*_\w*\(.*\)\);' -- ${GITSRC} | grep -Ev 'MPIU_Fil…411 -@git --no-pager grep -n -P '\r' -- ${GITSRC} >> checkbadSource.out;true413 -@git --no-pager grep -n -P '{SETERRQ' -- ${GITSRC} >> checkbadSource.out;true415 -@git --no-pager grep -n -P 'SETERRQ' -- ${GITSRC} | grep ";PetscCall" >> checkbadSource.out;true417 …-@git --no-pager grep -n -P 'SETERRQ\((?!\))' -- ${GITSRC} | grep -v PETSC_ERR | grep " if " | gr…[all …]