Home
last modified time | relevance | path

Searched refs:MAX_TEXTSPLIT_COUNT (Results 1 – 3 of 3) sorted by relevance

/dports/devel/raylib/raylib-3.7.0/src/
H A Dconfig.h165 #define MAX_TEXTSPLIT_COUNT 128 // Maximum number of substrings to split: TextSplit… macro
H A Dtext.c83 #ifndef MAX_TEXTSPLIT_COUNT
84 …#define MAX_TEXTSPLIT_COUNT 128 // Maximum number of substrings to split: … macro
1383 static const char *result[MAX_TEXTSPLIT_COUNT] = { NULL }; in TextSplit()
1405 if (counter == MAX_TEXTSPLIT_COUNT) break; in TextSplit()
/dports/devel/raylib/raylib-3.7.0/cmake/
H A DCompileDefinitions.cmake100 target_compile_definitions("raylib" PUBLIC "MAX_TEXTSPLIT_COUNT=128")