Home
last modified time | relevance | path

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

/PHP-7.4/ext/bcmath/libbcmath/src/
H A Doutput.c45 typedef struct stk_rec { struct
47 struct stk_rec *next; argument
48 } stk_rec; typedef
96 stk_rec *digits, *temp; in bc_out_num()
154 temp = (stk_rec *) emalloc (sizeof(stk_rec)); in bc_out_num()

Completed in 7 milliseconds