Searched refs:word_start (Results 1 – 1 of 1) sorted by relevance
691 char *word_start; /* start of the current word */ in digest_word_file() local707 word_start = cursor; in digest_word_file()713 if (cursor > word_start) in digest_word_file()718 table->start[table->length].start = word_start; in digest_word_file()719 table->start[table->length].size = cursor - word_start; in digest_word_file()753 char *word_start; /* start of word */ in find_occurs_in_text() local853 word_start = cursor + word_regs.start[0]; in find_occurs_in_text()871 word_start = scan; in find_occurs_in_text()882 cursor = word_start; in find_occurs_in_text()887 if (word_end == word_start) in find_occurs_in_text()[all …]