Home
last modified time | relevance | path

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

/openbsd/lib/libc/gen/
H A Dgetttyent.c132 #define QUOTED 1 macro
146 q ^= QUOTED; /* obscure, but nice */ in skip()
149 if (q == QUOTED && *p == '\\' && *(p+1) == '"') in skip()
152 if (q == QUOTED) in skip()
/openbsd/regress/usr.bin/mandoc/eqn/define/
H A Dquoted.out_ascii1 DEFINE-QUOTED(1) General Commands Manual DEFINE-QUOTED(1)
/openbsd/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp949 enum { INIT, UNQUOTED, QUOTED } State = INIT; in tokenizeWindowsCommandLineImpl() enumerator
985 State = QUOTED; in tokenizeWindowsCommandLineImpl()
1012 State = QUOTED; in tokenizeWindowsCommandLineImpl()
1020 case QUOTED: in tokenizeWindowsCommandLineImpl()