Searched refs:substrId (Results 1 – 1 of 1) sorted by relevance
47 int substrId; /* Id to another keyword this keyword is embedded in */ member442 for(j=nKeyword-1; j>i && p->substrId==0; j--){ in main()444 if( pOther->substrId ) continue; in main()448 p->substrId = pOther->id; in main()459 if( p->substrId ) continue; in main()464 if( pOther->substrId ) continue; in main()480 if( p->offset>0 || p->substrId ) continue; in main()486 if( pOther->offset>0 || pOther->substrId ) continue; in main()503 if( p->substrId ){ in main()504 p->offset = findById(p->substrId)->offset + p->substrOffset; in main()[all …]