Home
last modified time | relevance | path

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

/dragonfly/include/
H A Dwordexp.h62 #define WRDE_BADVAL 2 /* undefined variable */ macro
/dragonfly/tools/regression/lib/libc/gen/
H A Dtest-wordexp.c68 (void)(WRDE_BADCHAR + WRDE_BADVAL + WRDE_CMDSUB + WRDE_NOSPACE + in main()
147 assert(r == WRDE_BADVAL); in main()
/dragonfly/lib/libc/gen/
H A Dwordexp.c209 error = buf[0] == 'C' ? WRDE_CMDSUB : WRDE_BADVAL; in we_askshell()