Home | History | Annotate | Download | only in make-3.81

Lines Matching full:posixly_correct

96    Setting the environment variable POSIXLY_CORRECT disables permutation.
157 POSIXLY_CORRECT is defined, PERMUTE otherwise.
163 variable POSIXLY_CORRECT, or using `+' as the first character
187 /* Value of POSIXLY_CORRECT environment variable. */
188 static char *posixly_correct;
396 posixly_correct = getenv ("POSIXLY_CORRECT");
410 else if (posixly_correct != NULL)
416 if (posixly_correct == NULL
769 if (posixly_correct)