Home
last modified time | relevance | path

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

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/xlisp/
H A Dxlprin.c173 if (*str == '#' || *str == '.' || xlisnumber(str,NULL)) in putsymbol()
H A Dxlread.c765 return (escflag || !xlisnumber(buf,&val) ? xlenter(buf) : val); in psymbol()
878 int xlisnumber(char *str, LVAL *pval) in xlisnumber() function
H A Dxlisp.h924 int xlisnumber(char *str, LVAL *pval);