Home
last modified time | relevance | path

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

/dports/japanese/gawk/gawk-3.0.6/
H A Dawk.h806 extern NODE *do_strtonum P((NODE *tree));
H A Dbuiltin.c2282 do_strtonum(tree) in do_strtonum() function
H A Dawk.y978 {"strtonum", Node_builtin, LEX_BUILTIN, GAWKX|A(1), do_strtonum},
H A DChangeLog684 * awk.h: add decl of do_strtonum.
686 * builtin.c (do_strtonum): new function.
H A Dawktab.c2476 {"strtonum", Node_builtin, LEX_BUILTIN, GAWKX|A(1), do_strtonum},
/dports/lang/gawk/gawk-5.1.1/
H A Dawk.h1505 extern NODE *do_strtonum(int nargs);
H A Dbuiltin.c3645 do_strtonum(int nargs) in do_strtonum() function
H A DChangeLog.02648 (do_strtonum): Pass use_lc_numeric as second arg to isnondecimal.
3683 (do_strtonum): Same for `d' and types used in casts.
5189 * builtin.c (do_strtonum): Make `strtonum(13)' work.
6975 * builtin.c (do_strtonum): Simplified. Check first if the
9148 * awk.h: Add decl of do_strtonum.
9150 * builtin.c (do_strtonum): New function.
H A Dawkgram.y2337 {"strtonum", Op_builtin, LEX_BUILTIN, GAWKX|A(1), do_strtonum, MPF(strtonum)},
H A Dawkgram.c4845 {"strtonum", Op_builtin, LEX_BUILTIN, GAWKX|A(1), do_strtonum, MPF(strtonum)},
H A DChangeLog.12282 * builtin.c (do_strtonum): Pass string length to get_numbase.