Home
last modified time | relevance | path

Searched defs:source_range_t (Results 1 – 1 of 1) sorted by relevance

/dports/shells/fish/fish-3.3.1/src/
H A Dparse_constants.h16 struct source_range_t { struct
17 uint32_t start;
18 uint32_t length;
20 uint32_t end() const { in end()