Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dgetttyent.c211 #define QUOTED 1 macro
225 q ^= QUOTED; /* obscure, but nice */ in skip()
228 if (q == QUOTED && *p == '\\' && *(p+1) == '"') in skip()
231 if (q == QUOTED) in skip()
/freebsd/contrib/bsddialog/utility/
H A Dutil_cli.c103 QUOTED, enumerator
225 {"quoted", no_argument, NULL, QUOTED},
586 case QUOTED: in parseargs()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp930 enum { INIT, UNQUOTED, QUOTED } State = INIT; in tokenizeWindowsCommandLineImpl() enumerator
966 State = QUOTED; in tokenizeWindowsCommandLineImpl()
993 State = QUOTED; in tokenizeWindowsCommandLineImpl()
1001 case QUOTED: in tokenizeWindowsCommandLineImpl()