Home
last modified time | relevance | path

Searched refs:AUTOCOLUMN_SEP (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c21808 # define AUTOCOLUMN_SEP "_" macro
21810 # define AUTOCOLUMN_SEP SHELL_STRINGIFY(SHELL_AUTOCOLUMN_SEP) macro
21837 AND (rtrim(name,'0123456790') glob '*"AUTOCOLUMN_SEP"'),\ in zAutoColumn()
21838 nlen-length(rtrim(name, '"AUTOCOLUMN_SEP"0123456789')),\ in zAutoColumn()
21865 "iif(reps>1, printf('%c%0*d', '"AUTOCOLUMN_SEP"', $1, cpos), '')" in zAutoColumn()
21876 " printf('%s"AUTOCOLUMN_SEP"%s'," in zAutoColumn()
21882 " printf('%s"AUTOCOLUMN_SEP"%s'," in zAutoColumn()
21893 " printf('"AUTOCOLUMN_SEP"%s', substring(" in zAutoColumn()

Completed in 34 milliseconds