Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dldread.c878 #undef BEGINS_NUM
881 #define BEGINS_NUM(c) (ISDIGIT(c) || (c) == '.') macro
1046 if (BEGINS_NUM(ch)) { in get_token()