| 1294 | } |
| 1295 | |
| 1296 | txBoolean fx_parseURLIsPartEmpty(txMachine* the, txSlot* parts, txID id) |
| 1297 | { |
| 1298 | txBoolean result; |
| 1299 | mxPushSlot(parts); |
| 1300 | mxGetID(id); |
| 1301 | result = the->stack->value.string[0] == 0; |
| 1302 | mxPop(); |
| 1303 | return result; |
| 1304 | } |
| 1305 | |
| 1306 | txBoolean fx_parseURLIsWindowsDriveLetter(txMachine* the, txString string, txBoolean startsWith) |
| 1307 | { |