Home | History | Annotate | Download | only in sed

Lines Matching refs:posixicity

368       if (posixicity == POSIXLY_EXTENDED)
398 if (posixicity == POSIXLY_EXTENDED)
612 if (posixicity == POSIXLY_BASIC)
620 if (posixicity == POSIXLY_BASIC)
628 if (posixicity == POSIXLY_BASIC)
637 if (posixicity == POSIXLY_BASIC)
814 else if (posixicity == POSIXLY_BASIC && !ISDIGIT (*p))
967 if (posixicity == POSIXLY_BASIC)
1005 if (ch != '~' || posixicity == POSIXLY_BASIC)
1019 else if ((ch == '+' || ch == '~') && posixicity != POSIXLY_BASIC)
1092 || posixicity == POSIXLY_BASIC))
1105 if (posixicity == POSIXLY_BASIC)
1146 posixicity = POSIXLY_EXTENDED;
1193 if (posixicity == POSIXLY_BASIC)
1223 if (ISDIGIT(ch) && posixicity != POSIXLY_BASIC)
1546 else if (buftype == TEXT_REGEX && posixicity != POSIXLY_EXTENDED)