Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Drun.c2811 static bool do_posix = false; in backsub() local
2815 do_posix = (getenv("POSIXLY_CORRECT") != NULL); in backsub()
2826 } else if (do_posix) { /* \\x -> \x */ in backsub()