Searched refs:isParam (Results 1 – 3 of 3) sorted by relevance
214 bool isParam) { in declare() argument220 if (isParam) in declare()
275 bool isParam = false);
1214 #define isParam(c) ((c) >= 0x30 && (c) <= 0x3f) macro