Lines Matching defs:posixly_correct
99 Setting the environment variable POSIXLY_CORRECT disables permutation.
160 POSIXLY_CORRECT is defined, PERMUTE otherwise.
166 variable POSIXLY_CORRECT, or using `+' as the first character
190 /* Value of POSIXLY_CORRECT environment variable. */
191 static char *posixly_correct;
406 posixly_correct = getenv ("POSIXLY_CORRECT");
420 else if (posixly_correct != NULL)
426 if (posixly_correct == NULL
786 if (posixly_correct)