| zone.h | 305 * @brief Tape capacity per-file. 307 * Tape capacity must be sufficiently large to hold every token from a single 368 struct { const char **head, **tail, *tape[ZONE_TAPE_SIZE + 2]; } fields; member in struct:zone_file::__anon7310 369 struct { const char **head, **tail, *tape[ZONE_TAPE_SIZE + 1]; } delimiters; member in struct:zone_file::__anon7311 370 struct { uint16_t *head, *tail, tape[ZONE_TAPE_SIZE + 1]; } newlines; member in struct:zone_file::__anon7312
|