Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/awk/
H A Dawk.h98 typedef struct Cell { struct
106 struct Cell *cnext; /* ptr to next if chained */ argument
107 } Cell; typedef
/titanic_50/usr/src/lib/libsqlite/src/
H A Dbtree.c100 typedef struct Cell Cell; typedef
251 struct Cell { struct
252 CellHdr h; /* The cell header */ argument
253 char aPayload[MX_LOCAL_PAYLOAD]; /* Key and data */
254 Pgno ovfl; /* The first overflow page */