HomeSort by: relevance | last modified time | path
    Searched refs:QRF_ESC_Symbol (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 2191 QRF_ESC_Ascii, QRF_ESC_Auto, QRF_ESC_Off, QRF_ESC_Symbol
  /src/external/public-domain/sqlite/dist/
shell.c 810 #define QRF_ESC_Symbol 3 /* Unicode escapes. Ex: U+0007 shows U+2407 */
1601 ** eEsc, which is either QRF_ESC_Ascii or QRF_ESC_Symbol.
1615 int eEsc, /* QRF_ESC_Ascii or QRF_ESC_Symbol */
1646 if( eEsc==QRF_ESC_Symbol ) nCtrl *= 2;
1669 if( eEsc==QRF_ESC_Symbol ){
3620 if( p->spec.eEsc>QRF_ESC_Symbol ) p->spec.eEsc = QRF_Auto;
    [all...]

Completed in 53 milliseconds