Home
last modified time | relevance | path

Searched refs:dupword (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.sbin/makemandb/
H A Dcustom_apropos_tokenizer.c643 char *dupword = malloc(nIn); in do_stem() local
644 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()
/netbsd-src/external/gpl2/gawk/dist/
H A Dawk.texi20800 This program, @file{dupword.awk}, scans through a file one line at a time
20820 @cindex @code{dupword.awk} program
20822 @c file eg/prog/dupword.awk
20823 # dupword.awk --- find duplicate words in text
20826 @c file eg/prog/dupword.awk
20834 @c file eg/prog/dupword.awk