Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c8611 char *rowSep; in shell_callback() local
8615 rowSep = p->rowSeparator; in shell_callback()
8619 rowSep = SEP_Row; in shell_callback()
8640 utf8_printf(p->out, "%s", i==nArg-1 ? rowSep : " "); in shell_callback()
8655 i==nArg-1 ? rowSep : " "); in shell_callback()
8677 utf8_printf(p->out, "%s", i==nArg-1 ? rowSep : " "); in shell_callback()
/external/sqlite/dist/
Dshell.c8617 char *rowSep; in shell_callback() local
8621 rowSep = p->rowSeparator; in shell_callback()
8625 rowSep = SEP_Row; in shell_callback()
8646 utf8_printf(p->out, "%s", i==nArg-1 ? rowSep : " "); in shell_callback()
8661 i==nArg-1 ? rowSep : " "); in shell_callback()
8683 utf8_printf(p->out, "%s", i==nArg-1 ? rowSep : " "); in shell_callback()