Home
last modified time | relevance | path

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

/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/MojoShader/
H A Dmojoshader_preprocessor.c1439 char *origdefinition = buffer_flatten(origbuffer); in handle_macro_args() local
1443 if ((!origdefinition) || (!definition) || (!p)) in handle_macro_args()
1445 Free(ctx, origdefinition); in handle_macro_args()
1465 if (origdefinition[i] == ' ') in handle_macro_args()
1466 origdefinition[i] = '\0'; in handle_macro_args()
1473 p->original = origdefinition; in handle_macro_args()