Home
last modified time | relevance | path

Searched defs:IS_WHITESPACE (Results 1 – 25 of 84) sorted by relevance

1234

/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_str_util.h13 #define IS_WHITESPACE(x) ((x) == ' ' || (x) == '\t') macro
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/w32_wrapper/context/
H A Dmtxrun_dll.c50 #define IS_WHITESPACE(c) ((c == ' ') || (c == '\t')) macro
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/w32_wrapper/
H A Drunscript_dll.c14 #define IS_WHITESPACE(c) ((c == ' ') || (c == '\t')) macro
/dports/www/erlang-mochiweb/mochiweb-2.18.0/src/
H A Dmochiweb_cookies.erl29 -define(IS_WHITESPACE(C), macro
/dports/www/erlang-mochiweb-basho/mochiweb-4d38821/src/
H A Dmochiweb_cookies.erl11 -define(IS_WHITESPACE(C), macro
H A Dmochijson2.erl64 -define(IS_WHITESPACE(C), macro
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mochiweb/src/
H A Dmochiweb_cookies.erl29 -define(IS_WHITESPACE(C), macro
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/winconsole/
H A Dwinconsole.c100 #define IS_WHITESPACE(c) (' ' == (c) || '\t' == (c)) macro
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/winconsole/
H A Dwinconsole.c100 #define IS_WHITESPACE(c) (' ' == (c) || '\t' == (c)) macro
/dports/graphics/aloadimage/arcan-0.6.1/src/tools/vrbridge/OpenHMD/ext_deps/
H A Dnxjson.c37 #define IS_WHITESPACE(c) ((unsigned char)(c)<=(unsigned char)' ') macro
/dports/sysutils/acfgfs/arcan-0.6.1/src/tools/vrbridge/OpenHMD/ext_deps/
H A Dnxjson.c37 #define IS_WHITESPACE(c) ((unsigned char)(c)<=(unsigned char)' ') macro
/dports/comms/gpredict/gpredict-2.2.1/src/nxjson/
H A Dnxjson.c48 #define IS_WHITESPACE(c) ((unsigned char)(c)<=(unsigned char)' ') macro
/dports/misc/openhmd/OpenHMD-0.3.0/src/ext_deps/
H A Dnxjson.c37 #define IS_WHITESPACE(c) ((unsigned char)(c)<=(unsigned char)' ') macro
/dports/x11/arcan-trayicon/arcan-0.6.1/src/tools/vrbridge/OpenHMD/ext_deps/
H A Dnxjson.c37 #define IS_WHITESPACE(c) ((unsigned char)(c)<=(unsigned char)' ') macro
/dports/x11/aclip/arcan-0.6.1/src/tools/vrbridge/OpenHMD/ext_deps/
H A Dnxjson.c37 #define IS_WHITESPACE(c) ((unsigned char)(c)<=(unsigned char)' ') macro
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/folsom/test/
H A Dmochijson2.erl64 -define(IS_WHITESPACE(C), macro
/dports/devel/erlang-folsom/folsom-0.8.3/test/
H A Dmochijson2.erl64 -define(IS_WHITESPACE(C), macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/
H A Dapp.c83 #define IS_WHITESPACE(c) (lex[c] == LEX_IS_WHITESPACE) macro
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/
H A Dapp.c83 #define IS_WHITESPACE(c) (lex[c] == LEX_IS_WHITESPACE) macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/
H A Dapp.c83 #define IS_WHITESPACE(c) (lex[c] == LEX_IS_WHITESPACE) macro
/dports/devel/djgpp-binutils/binutils-2.17/gas/
H A Dapp.c83 #define IS_WHITESPACE(c) (lex[c] == LEX_IS_WHITESPACE) macro
/dports/benchmarks/tsung/tsung-1.7.0/src/lib/
H A Dmochijson2.erl82 -define(IS_WHITESPACE(C), macro
/dports/devel/binutils/binutils-2.37/gas/
H A Dapp.c89 #define IS_WHITESPACE(c) (lex[c] == LEX_IS_WHITESPACE) macro
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/
H A Dapp.c87 #define IS_WHITESPACE(c) (lex[c] == LEX_IS_WHITESPACE) macro
/dports/devel/arm-elf-binutils/binutils-2.37/gas/
H A Dapp.c89 #define IS_WHITESPACE(c) (lex[c] == LEX_IS_WHITESPACE) macro

1234