Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/nls/spanish/
H A Dset2040 38 %s\t\tno está definida\n
/freebsd/contrib/sqlite3/
H A Dshell.c28530 int tno = sqlite3_column_int(pStmt, 0); in do_meta_command() local
28540 sputf(stdout, "%d: %s %s\n", tno, zOp, zSql); in do_meta_command()
28557 oputf("%d: error-code-%d: %s\n", tno, rc, zErrMsg); in do_meta_command()
28562 oputf("%d: Expected: [%s]\n", tno, zAns); in do_meta_command()
28563 oputf("%d: Got: [%s]\n", tno, str.z); in do_meta_command()
28567 eputf("Unknown operation \"%s\" on selftest line %d\n", zOp, tno); in do_meta_command()