Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c25836 # define AUTOCOLUMN_SEP "_" macro
25838 # define AUTOCOLUMN_SEP SHELL_STRINGIFY(SHELL_AUTOCOLUMN_SEP) macro
25865 AND (rtrim(name,'0123456790') glob '*"AUTOCOLUMN_SEP"'),\ in zAutoColumn()
25866 nlen-length(rtrim(name, '"AUTOCOLUMN_SEP"0123456789')),\ in zAutoColumn()
25893 "iif(reps>1, printf('%c%0*d', '"AUTOCOLUMN_SEP"', $1, cpos), '')" in zAutoColumn()
25904 " printf('%s"AUTOCOLUMN_SEP"%s'," in zAutoColumn()
25910 " printf('%s"AUTOCOLUMN_SEP"%s'," in zAutoColumn()
25921 " printf('"AUTOCOLUMN_SEP"%s', substring(" in zAutoColumn()