| 318 | } |
| 319 | |
| 320 | txBoolean fxIsKeySymbol(txMachine* the, txID theID) |
| 321 | { |
| 322 | txSlot* key = fxGetKey(the, theID); |
| 323 | return (key->flag & XS_DONT_ENUM_FLAG) ? 0 : 1; |
| 324 | } |
| 325 | |
| 326 | txID fxNewName(txMachine* the, txSlot* theSlot) |
| 327 | { |
no test coverage detected