Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c12313 #define MODE_Box 16 /* Unicode box-drawing characters */ macro
14309 case MODE_Box: { in exec_prepared_stmt_columnar()
14327 utf8_printf(p->out, "%s", p->cMode==MODE_Box?BOX_13" ":"| "); in exec_prepared_stmt_columnar()
14344 }else if( p->cMode==MODE_Box ){ in exec_prepared_stmt_columnar()
14367 || pArg->cMode==MODE_Box in exec_prepared_stmt()
19932 p->mode = MODE_Box; in do_meta_command()
22621 data.mode = MODE_Box;