HomeSort by: relevance | last modified time | path
    Searched refs:th_name (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/flex/dist/src/
tables_shared.h 114 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
tables.c 98 th->th_name = xstrdup(name);
170 sz = (int) strlen (th->th_name) + 1;
171 if ((rv = yytbl_writen (wr, th->th_name, sz)) != sz)
172 flex_die (_("th_name writen failed"));
  /src/usr.bin/xlint/lint2/
read.c 80 const char *th_name; member in struct:thtab
930 if (strncmp(thte->th_name, cp, len) != 0)
932 if (thte->th_name[len] == '\0')
967 thte->th_name = name;

Completed in 16 milliseconds