Home
last modified time | relevance | path

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

/dports/textproc/senna/senna-1.1.5/lib/
H A Dstore.h97 #define sen_db_pslot 0x08 /* pseudo slot */ macro
H A Dql.h162 #define SLOTP(c) (sen_db_obj_slot <= (c)->type && (c)->type <= sen_db_pslot)
H A Dql.c668 sen_db_pslot, SEN_OBJ_NATIVE, 0, 0, { { SEN_DB_PSLOT_FLAG, NULL } }
672 sen_db_pslot, SEN_OBJ_NATIVE, 0, 0, { { SEN_DB_PSLOT_FLAG|SEN_DB_PSLOT_ID, NULL } }
675 sen_db_pslot, SEN_OBJ_NATIVE, 0, 0, { { SEN_DB_PSLOT_FLAG|SEN_DB_PSLOT_SCORE, NULL } }
678 sen_db_pslot, SEN_OBJ_NATIVE, 0, 0, { { SEN_DB_PSLOT_FLAG|SEN_DB_PSLOT_NSUBRECS, NULL } }
2564 case sen_db_pslot : in nf_slot()
2993 res->type == sen_db_pslot || in nf_db()