Home
last modified time | relevance | path

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

/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/src/
H A Dsource_clang.cpp918 bool starts_with_num = false; in ClangViewAutocomplete() local
922 starts_with_num = Glib::Unicode::isdigit(*iter); in ClangViewAutocomplete()
924 if((count >= 1 || *iter == ')' || *iter == ']') && !starts_with_num) { in ClangViewAutocomplete()
H A Dsource_language_protocol.cpp1540 bool starts_with_num = false; in setup_autocomplete() local
1544 starts_with_num = Glib::Unicode::isdigit(*iter); in setup_autocomplete()
1546 …ter == ')' || *iter == ']' || *iter == '"' || *iter == '\'' || *iter == '?') && !starts_with_num) { in setup_autocomplete()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.c6427 if(starts_with_num(value, "idle")) in translate_ani_id()
6444 else if(starts_with_num(value, "walk")) in translate_ani_id()
6463 else if(starts_with_num(value, "up")) in translate_ani_id()
6469 else if(starts_with_num(value, "down")) in translate_ani_id()
6475 else if(starts_with_num(value, "backwalk")) in translate_ani_id()
6495 else if(starts_with_num(value, "pain")) in translate_ani_id()
6615 else if(starts_with_num(value, "fall")) in translate_ani_id()
6741 else if(starts_with_num(value, "death")) in translate_ani_id()
6885 else if(starts_with_num(value, "rise")) in translate_ani_id()
7113 else if(starts_with_num(value, "attack")) in translate_ani_id()
[all …]
H A Dopenbor.h1538 #define starts_with_num(a, b) (starts_with(a, b) && (!a[strclen(b)] || (a[strclen(b)] >= '1' && a[s… macro
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.c6303 if(starts_with_num(value, "idle")) in translate_ani_id()
6312 else if(starts_with_num(value, "walk")) in translate_ani_id()
6339 else if(starts_with_num(value, "up")) in translate_ani_id()
6345 else if(starts_with_num(value, "down")) in translate_ani_id()
6351 else if(starts_with_num(value, "backwalk")) in translate_ani_id()
6371 else if(starts_with_num(value, "pain")) in translate_ani_id()
6483 else if(starts_with_num(value, "fall")) in translate_ani_id()
6599 else if(starts_with_num(value, "death")) in translate_ani_id()
6727 else if(starts_with_num(value, "rise")) in translate_ani_id()
6843 else if(starts_with_num(value, "attack")) in translate_ani_id()
[all …]
H A Dopenbor.h1054 #define starts_with_num(a, b) (starts_with(a, b) && (!a[strclen(b)] || (a[strclen(b)] >= '1' && a[s… macro
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h465 #define starts_with_num(a, b) (starts_with(a, b) && (!a[strclen(b)] || (a[strclen(b)] >= '1' && a[s… macro
H A Dopenbor.c5645 if(starts_with_num(value, "idle")) in translate_ani_id()
5654 else if(starts_with_num(value, "walk")) in translate_ani_id()
5669 else if(starts_with_num(value, "up")) in translate_ani_id()
5675 else if(starts_with_num(value, "down")) in translate_ani_id()
5681 else if(starts_with_num(value, "backwalk")) in translate_ani_id()
5701 else if(starts_with_num(value, "pain")) in translate_ani_id()
5761 else if(starts_with_num(value, "fall")) in translate_ani_id()
5824 else if(starts_with_num(value, "death")) in translate_ani_id()
5900 else if(starts_with_num(value, "rise")) in translate_ani_id()
6016 else if(starts_with_num(value, "attack")) in translate_ani_id()
[all …]