Home
last modified time | relevance | path

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

/illumos-gate/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 struct ppfile* file; /* include file */
712 unsigned long begin; /* beginning output offset */
713 unsigned long end; /* ending output offset */
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c450 struct ppindex struct
452 struct ppindex* next; argument
453 struct ppfile* file;
454 unsigned long begin;
455 unsigned long end;
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c2499 uint64_t ppindex, eindex, pindex; in ses_phys_tree_insert() local