Home
last modified time | relevance | path

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

/dragonfly/contrib/awk/
HDrun.c2550 static bool do_posix = false; in backsub() local
2554 do_posix = (getenv("POSIXLY_CORRECT") != NULL); in backsub()
2565 } else if (do_posix) { /* \\x -> \x */ in backsub()