Home
last modified time | relevance | path

Searched refs:alphabetic (Results 1 – 25 of 101) sorted by relevance

12345

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Decho-area.c320 #define alphabetic(c) (islower (c) || isupper (c) || isdigit (c)) macro
340 if (!alphabetic (c))
345 if (alphabetic (c))
356 if (!alphabetic (c))
381 if (!alphabetic (c))
386 if (alphabetic (c))
394 if (!alphabetic (c))
H A Dsession.c722 #define alphabetic(c) (islower (c) || isupper (c) || isdigit (c)) macro
750 if (!alphabetic (c))
755 if (alphabetic (c))
765 if (!alphabetic (c))
799 if (!alphabetic (c))
804 if (alphabetic (c))
812 if (!alphabetic (c))
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dt.break4 print $i " is alphabetic"
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dcompat.c85 alphabetic (int c) in alphabetic() function
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dcompat.c85 alphabetic (int c) in alphabetic() function
H A Dreadline.h498 extern int alphabetic PARAMS((int));
/netbsd-src/tests/usr.bin/xlint/lint2/
H A Demit.exp-ln14 # Since emit2.c 1.22 from 2021-08-28, the symbols are written in alphabetic
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/
H A DISO_316613 # chosen so that alphabetic sorting of subsets produces helpful lists.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddbgcnt.def144 Please keep the list sorted in alphabetic order. */
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddbgcnt.def144 Please keep the list sorted in alphabetic order. */
/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dtable.cpp296 void do_divert(int alphabetic, int ncols, const string *mw, int *sep);
662 void block_entry::do_divert(int alphabetic, int ncols, const string *mw, in do_divert() argument
690 if (alphabetic) in do_divert()
699 if (alphabetic) { in do_divert()
/netbsd-src/external/bsd/nvi/dist/regex/
H A DWHATSNEW13 is an alphabetic. Stuff used for pre-ANSI systems is now in a subdir,
/netbsd-src/lib/libc/regex/
H A DWHATSNEW14 is an alphabetic. Stuff used for pre-ANSI systems is now in a subdir,
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangOffloadBundler.rst196 alphabetic order. Command line tools convert non-canonical form to canonical
/netbsd-src/tests/lib/libcurses/
H A Dtestframe.txt60 name must start with an alphabetic character. Value is the value
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A DREADME61 for variable names and is unique without regard to alphabetic case.
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A DREADME61 for variable names and is unique without regard to alphabetic case.
/netbsd-src/crypto/external/bsd/libsaslc/dist/ref/
H A Drfc2831.txt123 string of 32 hex digits (with alphabetic characters always in lower
528 32 hex digits, where the alphabetic characters MUST be lower case,
1223 alphabetic characters.
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drltech.texi1254 Return 1 if @var{c} is an alphabetic character.
1274 Return 1 if @var{c} is an uppercase alphabetic character.
1278 Return 1 if @var{c} is a lowercase alphabetic character.
1286 If @var{c} is a lowercase alphabetic character, return the corresponding
1291 If @var{c} is an uppercase alphabetic character, return the corresponding
/netbsd-src/external/bsd/nvi/dist/docs/vi.ref/
H A Dex.cmd.texi129 that begins with an alphabetic character,
1432 Any character other than an alphabetic, numeric, <blank> or backslash
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dimplement-c.texi128 for each of the standard alphabetic escape sequences (C90, C99 and C11
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dimplement-c.texi128 for each of the standard alphabetic escape sequences (C90, C99 and C11
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dconfigure.tgt80 # Please try to keep this table more or less in alphabetic order - it
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dconfigure.tgt82 # Please try to keep this table more or less in alphabetic order - it
/netbsd-src/external/mit/xorg/lib/xkeyboard-config/rules/
H A Dbase.lst889 caps:capslock Caps Lock toggles normal capitalization of alphabetic characters

12345