Home
last modified time | relevance | path

Searched refs:spell (Results 1 – 25 of 131) sorted by relevance

123456

/netbsd-src/share/mk/
H A Dbsd.doc.mk205 spell: ;
206 .PHONY: spell
208 spell: spell.${SA}
209 .PHONY: spell.{SA}
210 spell.${SA}: ${SRCS2} ${DEPSRCS2}
211 spell ${SRCS2} | sort | comm -23 - spell.ok > paper.spell
/netbsd-src/external/ibm-public/postfix/dist/
H A DMakefile.in119 postlink-check postfix-files-check check-spell-history \
131 typo-check: spell-cc spell-install-proto-text spell-proto-html \
134 spell-cc:
135 mantools/check-spell-cc | diff /dev/null -
137 spell-install-proto-text:
138 mantools/check-spell-install-proto-text | diff /dev/null -
140 spell-proto-html:
141 mantools/check-spell-proto-html | diff /dev/null -
152 check-spell-history:
153 mantools/check-spell-history | diff /dev/null -
/netbsd-src/external/ibm-public/postfix/dist/mantools/
H A Dcheck-spell-history7 sed '1,/^2022/d' HISTORY | spell | grep -F -vxf proto/stop | \
8 grep -F -vxf proto/stop.spell-cc | \
9 grep -F -vxf proto/stop.spell-history
H A Dcheck-spell-proto-html7 mantools/dehtml proto/*html proto/*.proto | spell | grep -F -vxf proto/stop | grep -F -vxf proto/st…
H A Dcheck-spell-cc8 …c] | xargs cat | comment | mantools/deroff | spell | grep -F -vxf proto/stop | grep -F -vxf proto/…
H A Dmanspell6 deroff $file | spell | grep -F -vf proto/stop
H A Dspell9 mantools/html2readme $i | col -b | spell | grep -F -vxf proto/stop
H A Dcheck-spell-install-proto-text7 …E -v 'stop|Makefile|html|\.proto' | mantools/deroff; cat RELEASE_NOTES) | spell | grep -F -vxf pro…
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_cc_test_checks.py93 spell = node['name']
94 mangled = node.get('mangledName', spell)
95 ret[int(line)-1] = (spell, mangled)
351 for spell, mangled in line2spell_and_mangled_list[idx]:
357 if mangled in added or spell not in line:
359 if args.functions is None or any(re.search(regex, spell) for regex in args.functions):
/netbsd-src/usr.bin/spell/spell/
H A DMakefile3 MAN= spell.1
4 SCRIPTS=spell.sh
H A Dspell.sh41 TMP=`mktemp /tmp/spell.XXXXXXXX` || exit 1
69 v) VTMP=`mktemp /tmp/spell.XXXXXXXX` || {
/netbsd-src/usr.bin/spell/
H A DTODO3 Things to do with spell(1)
21 context. By merging spell and spellprog, and doing a wee bit of
H A DMakefile3 SUBDIR= spell spellprog
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFloatingPointMode.h48 inline StringRef spell(RoundingMode RM) { in spell() function
61 OS << spell(RM);
/netbsd-src/games/larn/datfiles/
H A Dlarn.help28 k move up K run up c cast a spell
63 When casting a spell, if you need a list of spells you can cast, type 'D' as
64 the first letter of your spell. The available list of spells will be shown,
65 after which you may enter the spell code. This only works on the 1st letter
66 of the spell you are casting.
/netbsd-src/games/fortune/tools/
H A DDo_spell9 spell < $1 > $F
/netbsd-src/share/man/tools/
H A Dckspell20 spell $file >> $TMPDIR/tmp.$$
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A DREADME.spellcheck9 We use aspell to spell check the Admin Guide and Man Pages.
/netbsd-src/games/quiz/
H A DMakefile14 seq-hard sexes sov spell state trek ucc
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/
H A Dexpressions.rst137 There are shorter ways to spell the various specific kinds of unary
192 The most concise way to spell them is with overloaded operators:
232 There are shorter ways to spell the various specific kinds of binary
285 The most concise way to spell them is with overloaded operators:
372 There are shorter ways to spell the various specific kinds of binary
399 The most concise way to spell them is with overloaded operators:
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/
H A Dexpressions.rst137 There are shorter ways to spell the various specific kinds of unary
192 The most concise way to spell them is with overloaded operators:
232 There are shorter ways to spell the various specific kinds of binary
285 The most concise way to spell them is with overloaded operators:
372 There are shorter ways to spell the various specific kinds of binary
399 The most concise way to spell them is with overloaded operators:
/netbsd-src/usr.bin/m4/TEST/
H A Dtest.m4204 helps provide the right spell or incantation to slay the dragon. (There is
205 no general spell to slay dragons; each dragon must be eliminated with a
206 different spell.)
209 correctly. At best, nothing happens when the wrong spell is uttered. At
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dwordprocessors140 >>9 byte 33 WordPerfect spell rules
152 >>9 byte 39 WordPerfect spell rules (Microlytics)
177 # External spell code module (WP5.1)
178 #>>9 byte 46 WordPerfect external spell
179 # external spell dictionary .LEX
180 #>>9 byte 47 WordPerfect external spell dictionary
/netbsd-src/usr.bin/
H A DMakefile29 spell split stat su sys_info systat \
/netbsd-src/external/gpl2/groff/dist/
H A DMORE.STUFF104 spell checking etc.
108 -mm macros. It is able to generate a word list for spell checking tools

123456