Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c475 SQLITE_INTERNAL_LINKAGE void setTextMode(FILE *, short bFlush);
838 SQLITE_INTERNAL_LINKAGE void setTextMode(FILE *pf, short bFlush){ in setTextMode() function
845 # define setTextMode(f, bFlush) do{ if((bFlush)) fflush(f); }while(0) macro
18628 setTextMode(pfO, 1); in output_quoted_string()
18630 setTextMode(stdout, 1); in output_quoted_string()
18702 setTextMode(pfO, 1); in output_quoted_escaped_string()
18704 setTextMode(stdout, 1); in output_quoted_escaped_string()
19453 setTextMode(p->out, 1); in shell_callback()
24906 setTextMode(p->out, 1); in do_meta_command()
25039 setTextMode(p->out, 1); in do_meta_command()