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

  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.c 82 enum posixicity_types posixicity; variable in typeref:enum:posixicity_types
225 posixicity = POSIXLY_CORRECT;
227 posixicity = POSIXLY_EXTENDED;
282 posixicity = POSIXLY_BASIC;
compile.c 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
    [all...]
regexp.c 74 switch (posixicity)
129 && posixicity == POSIXLY_EXTENDED)
sed.h 228 extern enum posixicity_types posixicity;
execute.c     [all...]

Completed in 705 milliseconds