| 269 | } |
| 270 | |
| 271 | char * idrec::String(BOOLEAN typed) |
| 272 | { |
| 273 | sleftv tmp; |
| 274 | tmp.Init(); |
| 275 | tmp.rtyp=IDTYP(this); |
| 276 | tmp.data=IDDATA(this); |
| 277 | tmp.name=IDID(this); |
| 278 | return tmp.String(NULL, typed); |
| 279 | } |
| 280 | |
| 281 | idhdl enterid(const char * s, int lev, int t, idhdl* root, BOOLEAN init, BOOLEAN search) |
| 282 | { |
no test coverage detected