Home
last modified time | relevance | path

Searched refs:th_name (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/flex/src/
H A Dtables.c94 th->th_name = xstrdup(name); in yytbl_hdr_init()
166 sz = (int) strlen (th->th_name) + 1; in yytbl_hdr_fwrite()
167 if ((rv = yytbl_writen (wr, th->th_name, sz)) != sz) in yytbl_hdr_fwrite()
H A Dtables_shared.h113 char *th_name; /**< The name of this table set. NUL terminated. */ member
H A Dflex.skl3066 /* we read it all into th_version, and point th_name into that data */
3076 th->th_name = th->th_version + strlen (th->th_version) + 1;
3336 if (strcmp(th.th_name,key) != 0){