Home | History | Annotate | Download | only in dist

Lines Matching defs:posixly_correct

90    Setting the environment variable POSIXLY_CORRECT disables permutation.
151 POSIXLY_CORRECT is defined, PERMUTE otherwise.
157 variable POSIXLY_CORRECT, or using `+' as the first character
181 /* Value of POSIXLY_CORRECT environment variable. */
182 static char *posixly_correct;
383 posixly_correct = getenv ("POSIXLY_CORRECT");
397 else if (posixly_correct != NULL)
403 if (posixly_correct == NULL
756 if (posixly_correct)