Home
last modified time | relevance | path

Searched defs:isadigit (Results 1 – 9 of 9) sorted by relevance

/dports/devel/ftnchek/ftnchek-3.3.1/
H A Dforlex.h47 #define isadigit(C) ( (C) != EOS && isdigit((int)(C)) ) macro
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dlexstates.h137 static inline bool isadigit(int c) { in isadigit() function
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dlibutil.h37 static inline bool isadigit(int c) in isadigit() function
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dlexstates.h120 #define isadigit(c) (sh_lexstates[ST_DOL][c]==S_DIG) macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dlexstates.h120 #define isadigit(c) (sh_lexstates[ST_DOL][c]==S_DIG) macro
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dlexstates.h120 #define isadigit(c) (sh_lexstates[ST_DOL][c]==S_DIG) macro
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/
H A DScriptHandler.h180 static inline bool isadigit(int c) { return ((c >= '0') && (c <= '9')); } in isadigit() function
/dports/audio/rhvoice/RHVoice-1.2.4/src/include/core/
H A Dstr.hpp214 inline bool isadigit(utf8::uint32_t c) in isadigit() function
/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/
H A Dscreen_shared.h152 static inline bool isadigit(char p) { in isadigit() function