Lines Matching defs:strict_mode
81 * the strict_mode can or cannot be enforced. Indeed, strict_mode
89 bool strict_mode;
290 if (vmap->strict_mode) {
356 if (!vmap->strict_mode) {
1859 vmap->strict_mode = false;
1867 bool strict_mode;
1870 strict_mode = vmap->strict_mode;
1873 return strict_mode;
1883 cur_mode = &vmap->strict_mode;
1892 /* we cannot allow strict_mode because there are some
1940 .procname = "strict_mode",