Home
last modified time | relevance | path

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

/plan9/sys/src/games/sudoku/
H A Dsudoku.h18 typedef struct Cell { struct
22 } Cell; argument
/plan9/sys/src/cmd/awk/
H A Dawk.h58 typedef struct Cell { struct
65 struct Cell *cnext; /* ptr to next if chained */ argument
66 } Cell; typedef
/plan9/sys/src/ape/cmd/pdksh/
H A Dalloc.c18 typedef union Cell Cell; typedef
31 union Cell { union