Searched refs:posixicity (Results 1 – 6 of 6) sorted by relevance
82 enum posixicity_types posixicity; variable225 posixicity = POSIXLY_CORRECT;227 posixicity = POSIXLY_EXTENDED;282 posixicity = POSIXLY_BASIC;
363 if (posixicity == POSIXLY_EXTENDED) in read_filename()393 if (posixicity == POSIXLY_EXTENDED)606 if (posixicity == POSIXLY_BASIC)614 if (posixicity == POSIXLY_BASIC)622 if (posixicity == POSIXLY_BASIC)631 if (posixicity == POSIXLY_BASIC)807 else if (posixicity == POSIXLY_BASIC && !ISDIGIT (*p))959 if (posixicity == POSIXLY_BASIC)997 if (ch != '~' || posixicity == POSIXLY_BASIC)1011 else if ((ch == '+' || ch == '~') && posixicity != POSIXLY_BASIC)[all …]
73 switch (posixicity)128 && posixicity == POSIXLY_EXTENDED)
227 extern enum posixicity_types posixicity;
1569 if (posixicity == POSIXLY_EXTENDED && !no_default_output)
396 POSIXLY_CORRECT/POSIXLY_BASIC posixicity.656 * sed/sed.h (posixicity): New variable, replaces POSIXLY_CORRECT.