Lines Matching refs:Cell
93 typedef struct Cell { struct
101 struct Cell *cnext; /* ptr to next if chained */ argument
102 } Cell; typedef
107 Cell **tab; /* hash table pointers */
113 extern Cell *nrloc; /* NR */
114 extern Cell *fnrloc; /* FNR */
115 extern Cell *fsloc; /* FS */
116 extern Cell *nfloc; /* NF */
117 extern Cell *ofsloc; /* OFS */
118 extern Cell *orsloc; /* ORS */
119 extern Cell *rsloc; /* RS */
120 extern Cell *rstartloc; /* RSTART */
121 extern Cell *rlengthloc; /* RLENGTH */
122 extern Cell *subseploc; /* SUBSEP */
123 extern Cell *symtabloc; /* SYMTAB */