Home
last modified time | relevance | path

Searched defs:QUOTED (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/lib/libc/gen/
H A Dgetttyent.c168 #define QUOTED 1 macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-sh.c494 #define QUOTED(c) (UCHAR_MAX + 1 + (c)) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp936 enum { INIT, UNQUOTED, QUOTED } State = INIT; in tokenizeWindowsCommandLineImpl() enumerator