/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.h | 119 typedef struct Cell { struct 129 struct Cell *cnext; /* ptr to next if chained */ argument 130 } Cell; typedef 135 Cell **tab; /* hash table pointers */ 140 extern Cell *setsymtab(const char *, const char *, Awkfloat, 142 extern Cell *lookup(const char *, Array *); 144 extern Cell *recloc; /* location of input record */ 145 extern Cell *nrloc; /* NR */ 146 extern Cell *fnrloc; /* FNR */ 147 extern Cell *fsloc; /* FS */ [all …]
|
H A D | tran.c | 83 Cell *recloc; /* location of record */ 84 Cell *fsloc; /* FS */ 85 Cell *nrloc; /* NR */ 86 Cell *nfloc; /* NF */ 87 Cell *fnrloc; /* FNR */ 88 Cell *ofsloc; /* OFS */ 89 Cell *orsloc; /* ORS */ 90 Cell *rsloc; /* RS */ 91 Cell *rtloc; /* RT */ 94 Cell *rstartloc; /* RSTART */ [all …]
|
H A D | run.c | 68 static Cell *execute(Node *); 69 static Cell *gettemp(void), *copycell(Cell *); 73 static Cell *tmps; /* free temporary cells for execution */ 75 static Cell truecell = { OBOOL, BTRUE, NULL, NULL, 1.0, NUM, NULL }; 76 Cell *True = &truecell; 77 static Cell falsecell = { OBOOL, BFALSE, NULL, NULL, 0.0, NUM, NULL }; 78 Cell *False = &falsecell; 79 static Cell breakcell = { OJUMP, JBREAK, NULL, NULL, 0.0, NUM, NULL }; 80 Cell *jbreak = &breakcell; 81 static Cell contcell = { OJUMP, JCONT, NULL, NULL, 0.0, NUM, NULL }; [all …]
|
H A D | lib.c | 75 Cell **fldtab; /* pointers to Cells */ 87 static Cell dollar0 = { OCELL, CFLD, NULL, "", 0.0, REC|STR|DONTFREE }; 88 static Cell dollar1 = { OCELL, CFLD, NULL, "", 0.0, FLD|STR|DONTFREE }; 102 (fldtab = (Cell **)malloc((nfields+1) * sizeof (Cell *))) == NULL || in recinit() 103 (fldtab[0] = (Cell *)malloc(sizeof (Cell))) == NULL) in recinit() 118 fldtab[i] = (Cell *)malloc(sizeof (Cell)); in makefields() 349 Cell *x; in getargv() 366 Cell *q; in setclvar() 389 Cell *p; in fldbld() 500 Cell *p; in cleanfld() [all …]
|
H A D | parse.c | 210 celltonode(Cell *a, int b) in celltonode() 224 extern Cell *literal0; in rectonode() 231 Cell *cp; in makearr() 234 cp = (Cell *)(p->narg[0]); in makearr() 280 defn(Cell *v, Node *vl, Node *st) in defn() 313 if (strcmp(((Cell *)(p->narg[0]))->nval, s) == 0) in isarg()
|
H A D | awk.g.y | 59 void checkdup(Node *list, Cell *item); 68 static void setfname(Cell *); 76 Cell *cp; 218 { infunc--; curfname=0; defn((Cell *)$2, $4, $8); $$ = 0; } 481 setfname(Cell *p) 494 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON; 500 return ((Cell *)(p->narg[0]))->sval; 516 checkdup(Node *vl, Cell *cp) /* check if name already in list */ 520 if (strcmp(s, ((Cell *)(vl->narg[0]))->nval) == 0) {
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | btree.c | 98 typedef struct Cell Cell; typedef 249 struct Cell { struct 338 Cell *apCell[MX_CELL+2]; /* All data entires in sorted order */ 410 static int cellSize(Btree *pBt, Cell *pCell){ in cellSize() 437 Cell *pCell = pPage->apCell[i]; in defragmentPage() 447 pPage->apCell[i] = (Cell*)&pPage->u.aDisk[pc]; in defragmentPage() 587 Cell *pCell; /* A pointer to a Cell in pPage->u.aDisk[] */ in initPage() 609 pCell = (Cell*)&pPage->u.aDisk[idx]; in initPage() 1159 Cell *pCell; in fileBtreeKeySize() 1270 Cell *pCell; in fileBtreeDataSize() [all …]
|
/illumos-gate/usr/src/boot/efi/include/Uefi/ |
H A D | UefiInternalFormRepresentation.h | 192 EFI_HII_GLYPH_INFO Cell; member 224 EFI_HII_GLYPH_INFO Cell; member 256 EFI_HII_GLYPH_INFO Cell; member 262 EFI_HII_GLYPH_INFO Cell; member 280 EFI_HII_GLYPH_INFO Cell; member
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 4906 032d Axon - Cell Companion Chip 4907 1014 03a1 PCIe PowerXCell 8i Cell Accelerator Board 21742 2143 HSF 56k Data/Fax/Cell Modem (Mob WorldW SmartDAA) 21743 2144 HSF 56k Data/Fax/Voice/Cell Modem (Mob WorldW SmartDAA) 21744 2145 HSF 56k Data/Fax/Voice/Spkp (w/HS)/Cell Modem (Mob WorldW SmartDAA) 21745 2146 HSF 56k Data/Fax/Voice/Spkp/Cell Modem (Mob WorldW SmartDAA) 21746 2163 HSF 56k Data/Fax/Cell Modem (Mob SmartDAA) 21747 2164 HSF 56k Data/Fax/Voice/Cell Modem (Mob SmartDAA) 21748 2165 HSF 56k Data/Fax/Voice/Spkp (w/HS)/Cell Modem (Mob SmartDAA) 21749 2166 HSF 56k Data/Fax/Voice/Spkp/Cell Modem (Mob SmartDAA) [all …]
|
H A D | usb.ids | 8576 05bb Grey Cell Systems 10313 070e Excel Cell Electronic Co., Ltd 16283 2101 AudioVox 8900 Cell Phone 19262 0bad Mantracourt Load Cell 19852 0501 Lever Cell Phone Model Z936L
|