Searched refs:th_magic (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.bin/lex/
H A Dtables_shared.h111 flex_uint32_t th_magic; /**< Must be 0xF13C57B1 (comes from "Flex Table") */
110 flex_uint32_t th_magic; /**< Must be 0xF13C57B1 (comes from "Flex Table") */ member in struct:yytbl_hdr
H A Dtables.c86 th->th_magic = YYTBL_MAGIC;
146 if (yytbl_write32 (wr, th->th_magic) < 0
148 flex_die (_("th_magic|th_hsize write32 failed"));

Completed in 195 milliseconds