HomeSort by relevance Sort by last modified time
    Searched refs:POSIXLY_BASIC (Results 1 - 4 of 4) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 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)
    [all...]
sed.c 282 posixicity = POSIXLY_BASIC;
sed.h 87 POSIXLY_BASIC /* pedantically POSIX */
regexp.c 82 case POSIXLY_BASIC:

Completed in 385 milliseconds