Home
last modified time | relevance | path

Searched refs:cMode (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/qbus/
H A Dtsreg.h105 #define TS_CMD(cMode,cCode) ((cMode<<8)|cCode) argument
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c18166 int cMode; /* temporary output mode for the current query */ member
19244 switch( p->cMode ){ in shell_callback()
19275 if( p->cMode==MODE_ScanExp ){ in shell_callback()
20289 pArg->cMode = MODE_ScanExp; in display_scanstats()
20709 switch( p->cMode ){ in exec_prepared_stmt_columnar()
20771 if( j==0 && p->cMode!=MODE_Column ){ in exec_prepared_stmt_columnar()
20772 oputz(p->cMode==MODE_Box?BOX_13" ":"| "); in exec_prepared_stmt_columnar()
20782 if( p->cMode==MODE_Table ){ in exec_prepared_stmt_columnar()
20784 }else if( p->cMode==MODE_Box ){ in exec_prepared_stmt_columnar()
20786 }else if( p->cMode==MODE_Column ){ in exec_prepared_stmt_columnar()
[all …]