Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/fossil/
H A Ddat.h12 typedef struct Source Source; typedef
128 struct Source { struct
136 Source *parent; /* immutable */ argument
137 File *file; /* immutable; point back */
139 VtLock *lk;
140 int ref;
150 u32int epoch;
151 Block *b; /* block containing this source */
152 uchar score[VtScoreSize]; /* score of block containing this source */
153 u32int scoreEpoch; /* epoch of block containing this source */
[all …]
/plan9/sys/src/ape/cmd/pdksh/
H A Dlex.h9 typedef struct source Source; typedef
/plan9/sys/src/cmd/cpp/
H A Dcpp.h65 } Source; typedef