Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dwordexp.h35 WRDE_UNDEF = (1 << 5), /* Error for expanding undefined variables. */ enumerator
37 | WRDE_REUSE | WRDE_SHOWERR | WRDE_UNDEF)
Dwordexp-test.c204 { WRDE_BADVAL, NULL, "$var", WRDE_UNDEF, 0, { NULL, }, IFS },
205 { WRDE_BADVAL, NULL, "$9", WRDE_UNDEF, 0, { NULL, }, IFS },
Dwordexp.c1494 if (value == NULL && (flags & WRDE_UNDEF)) in parse_param()
Dtst-regex.input6889 unset and WRDE_UNDEF is set.
7519 an unset variable when WRDE_UNDEF is in effect.
/glibc-2.36/conform/data/
Dwordexp.h-data13 constant WRDE_UNDEF
/glibc-2.36/manual/
Dpattern.texi1963 @code{WRDE_UNDEF} to forbid such references.
2042 @item WRDE_UNDEF
/glibc-2.36/ChangeLog.old/
DChangeLog.86889 unset and WRDE_UNDEF is set.
7519 an unset variable when WRDE_UNDEF is in effect.