Home
last modified time | relevance | path

Searched refs:posixicity (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.c82 enum posixicity_types posixicity; variable
225 posixicity = POSIXLY_CORRECT;
227 posixicity = POSIXLY_EXTENDED;
282 posixicity = POSIXLY_BASIC;
Dcompile.c363 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 …]
Dregexp.c73 switch (posixicity)
128 && posixicity == POSIXLY_EXTENDED)
Dsed.h227 extern enum posixicity_types posixicity;
Dexecute.c1569 if (posixicity == POSIXLY_EXTENDED && !no_default_output)
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog396 POSIXLY_CORRECT/POSIXLY_BASIC posixicity.
656 * sed/sed.h (posixicity): New variable, replaces POSIXLY_CORRECT.