Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libpp/common/
H A Dpplib.h716 struct ppindex /* checkpoint include index */ struct
718 struct ppindex* next; /* next in list */ argument
719 struct ppfile* file; /* include file */
720 unsigned long begin; /* beginning output offset */
721 unsigned long end; /* ending output offset */
/titanic_51/usr/src/contrib/ast/src/lib/libpp/
H A Dpplib.h708 struct ppindex /* checkpoint include index */ struct
710 struct ppindex* next; /* next in list */ argument
711 fileppindex global() argument
712 beginppindex global() argument
713 endppindex global() argument
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c450 struct ppindex struct
452 struct ppindex* next; argument
453 fileppindex global() argument
454 beginppindex global() argument
455 endppindex global() argument
/titanic_51/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c2383 uint64_t ppindex, eindex, pindex; in ses_phys_tree_insert() local