HomeSort by: relevance | last modified time | path
    Searched defs:type_t (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/lint1/
README.md 85 Each node has a data type (`type_t`) and a few other properties that depend on
88 ## type_t section
187 | tp | `type_t` | a complete type such as `pointer to array[3] of int` |
188 | stp | `type_t` | the subtype of a pointer, array or function |
  /src/usr.bin/xlint/common/
lint.h 60 * Type specifiers, used in type structures (type_t) and elsewhere.
158 typedef struct lint1_type type_t; typedef in typeref:struct:lint1_type
160 typedef struct lint2_type type_t; typedef in typeref:struct:lint2_type

Completed in 31 milliseconds