Searched refs:alphabetic (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dcompat.c85 alphabetic (c) function
H A Dreadline.h456 extern int alphabetic PARAMS((int));
/netbsd-6-1-5-RELEASE/tests/util/make/
H A Dd_dotwait.mk21 # then the target names will differ only in an alphabetic component
29 # of their own name, in which alphabetic components like ".a" or ".b"
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Decho-area.c321 #define alphabetic(c) (islower (c) || isupper (c) || isdigit (c))
338 Then, move forward until we hit a non-alphabetic character. */
341 if (!alphabetic (c))
346 if (alphabetic (c))
357 if (!alphabetic (c))
382 if (!alphabetic (c))
387 if (alphabetic (c))
395 if (!alphabetic (c))
320 #define alphabetic macro
H A Dsession.c723 #define alphabetic(c) (islower (c) || isupper (c) || isdigit (c))
748 Then, move forward until we hit a non-alphabetic character. */
751 if (!alphabetic (c))
756 if (alphabetic (c))
766 if (!alphabetic (c))
800 if (!alphabetic (c))
805 if (alphabetic (c))
813 if (!alphabetic (c))
722 #define alphabetic macro
/netbsd-6-1-5-RELEASE/gnu/dist/groff/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, argument
690 if (alphabetic)
699 if (alphabetic) {

Completed in 126 milliseconds