Searched refs:zInt (Results 1 – 1 of 1) sorted by relevance
3804 char zInt[40]; in append_str() local3817 if( (int) (n+sizeof(zInt)*2+used) >= alloced ){ in append_str()3818 alloced = n + sizeof(zInt)*2 + used + 200; in append_str()3825 lemon_sprintf(zInt, "%d", p1); in append_str()3827 lemon_strcpy(&z[used], zInt); in append_str()