Lines Matching refs:proc
109 proc te_read_tbl {db tbl} {
112 proc te_read_sql {db sql} {
140 # ?-on on-expr-proc?
142 proc te_join {data1 data2 args} {
201 proc te_tbljoin {db t1 t2 args} {
205 proc te_apply_affinity {affinity typevar valvar} {
230 proc te_equals {args} {
273 proc te_false {args} { return 0 }
274 proc te_true {args} { return 1 }
276 proc te_and {args} {
285 proc te_dataset_eq {testname got expected} {
288 proc te_dataset_eq_unordered {testname got expected} {
294 proc te_dataset_ne {testname got unexpected} {
297 proc te_dataset_ne_unordered {testname got unexpected} {
306 proc test_join {tn sqljoin tbljoinargs} {
564 # the sub-select. Then have the [te_tbljoin] proc use this table to