Lines Matching refs:Cell
99 typedef struct Cell { struct
107 struct Cell *cnext; /* ptr to next if chained */ argument
108 } Cell; typedef
113 Cell **tab; /* hash table pointers */
119 extern Cell *nrloc; /* NR */
120 extern Cell *fnrloc; /* FNR */
121 extern Cell *fsloc; /* FS */
122 extern Cell *nfloc; /* NF */
123 extern Cell *ofsloc; /* OFS */
124 extern Cell *orsloc; /* ORS */
125 extern Cell *rsloc; /* RS */
126 extern Cell *rstartloc; /* RSTART */
127 extern Cell *rlengthloc; /* RLENGTH */
128 extern Cell *subseploc; /* SUBSEP */
129 extern Cell *symtabloc; /* SYMTAB */