Searched refs:dupword (Results 1 – 2 of 2) sorted by relevance
643 char *dupword = malloc(nIn); in do_stem() local644 if (dupword == NULL) in do_stem()648 dupword[i] = tolower((unsigned char) zIn[i]); in do_stem()650 size_t idx = nostem_hash(dupword, nIn); in do_stem()651 if (strncmp(nostem[idx], dupword, nIn) == 0 && nostem[idx][nIn] == 0) in do_stem()656 free(dupword); in do_stem()
20800 This program, @file{dupword.awk}, scans through a file one line at a time20820 @cindex @code{dupword.awk} program20822 @c file eg/prog/dupword.awk20823 # dupword.awk --- find duplicate words in text20826 @c file eg/prog/dupword.awk20834 @c file eg/prog/dupword.awk