Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Depd.c45 # define IdentChar(ch) (isalpha((ch)) || isdigit((ch)) || ((ch) == '_')) macro
1494 if (IdentChar(ch)) { in EPDDecode()
1501 while (IdentChar(ch)) { in EPDDecode()
/dports/games/KnightCap/Export/
H A Depd.c75 #define IdentChar(ch) (isalpha((ch)) || isdigit((ch)) || ((ch) == '_')) macro
2529 if (IdentChar(ch)) in EPDDecode()
2540 while (IdentChar(ch)) in EPDDecode()