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

/freebsd-11-stable/contrib/flex/
H A Dtables_shared.h114 char *th_name; /**< The name of this table set. NUL terminated. */
113 char *th_name; /**< The name of this table set. NUL terminated. */ member in struct:yytbl_hdr
H A Dtables.c95 th->th_name = copy_string (name);
168 sz = strlen (th->th_name) + 1;
169 if ((rv = yytbl_writen (wr, th->th_name, sz)) != sz)
170 flex_die (_("th_name writen failed"));
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dread.c76 const char *th_name; member in struct:thtab
920 if (strncmp(thte->th_name, cp, len) != 0)
922 if (thte->th_name[len] == '\0')
959 thte->th_name = name;

Completed in 70 milliseconds