Searched refs:Cell (Results 1 – 12 of 12) sorted by relevance
| /mirbsd/src/usr.bin/awk/ |
| D | proto.h | 28 extern void setfname(Cell *); 86 extern Node *celltonode(Cell *, int); 91 extern void defn(Cell *, Node *, Node *); 94 extern Cell *(*proctab[])(Node **, int); 102 extern void freesymtab(Cell *); 103 extern void freeelem(Cell *, const char *); 104 extern Cell *setsymtab(const char *, const char *, double, unsigned int, Array *); 107 extern Cell *lookup(const char *, Array *); 108 extern double setfval(Cell *, double); 109 extern void funnyvar(Cell *, const char *); [all …]
|
| D | tran.c | 57 Cell *fsloc; /* FS */ 58 Cell *nrloc; /* NR */ 59 Cell *nfloc; /* NF */ 60 Cell *fnrloc; /* FNR */ 63 Cell *rstartloc; /* RSTART */ 64 Cell *rlengthloc; /* RLENGTH */ 65 Cell *symtabloc; /* SYMTAB */ 67 Cell *nullloc; /* a guaranteed empty cell */ 69 Cell *literal0; 71 extern Cell **fldtab; [all …]
|
| D | run.c | 73 Cell *tmps; /* free temporary cells for execution */ 75 static Cell truecell ={ OBOOL, BTRUE, 0, 0, 1.0, NUM, NULL }; 76 Cell *True = &truecell; 77 static Cell falsecell ={ OBOOL, BFALSE, 0, 0, 0.0, NUM, NULL }; 78 Cell *False = &falsecell; 79 static Cell breakcell ={ OJUMP, JBREAK, 0, 0, 0.0, NUM, NULL }; 80 Cell *jbreak = &breakcell; 81 static Cell contcell ={ OJUMP, JCONT, 0, 0, 0.0, NUM, NULL }; 82 Cell *jcont = &contcell; 83 static Cell nextcell ={ OJUMP, JNEXT, 0, 0, 0.0, NUM, NULL }; [all …]
|
| D | awk.h | 79 typedef struct Cell { struct 86 struct Cell *cnext; /* ptr to next if chained */ argument 87 } Cell; typedef 92 Cell **tab; /* hash table pointers */ 98 extern Cell *nrloc; /* NR */ 99 extern Cell *fnrloc; /* FNR */ 100 extern Cell *nfloc; /* NF */ 101 extern Cell *rstartloc; /* RSTART */ 102 extern Cell *rlengthloc; /* RLENGTH */
|
| D | lib.c | 50 Cell **fldtab; /* pointers to Cells */ 65 static Cell dollar0 = { OCELL, CFLD, NULL, dollar0_sval, 0.0, REC|STR|DONTFREE, NULL }; 66 static Cell dollar1 = { OCELL, CFLD, NULL, dollar1_sval, 0.0, FLD|STR|DONTFREE, NULL }; 72 || (fldtab = (Cell **) calloc(nfields+1, sizeof(Cell *))) == NULL in recinit() 73 || (fldtab[0] = (Cell *) malloc(sizeof(Cell))) == NULL ) in recinit() 87 fldtab[i] = (Cell *) malloc(sizeof (struct Cell)); in makefields() 241 Cell *x; in getargv() 257 Cell *q; in setclvar() 279 Cell *p; in fldbld() 379 Cell *p; in cleanfld() [all …]
|
| D | parse.c | 171 Node *celltonode(Cell *a, int b) in celltonode() 184 extern Cell *literal0; in rectonode() 190 Cell *cp; in makearr() 193 cp = (Cell *) (p->narg[0]); in makearr() 236 void defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition, */ in defn() 266 if (strcmp(((Cell *)(p->narg[0]))->nval, s) == 0) in isarg()
|
| D | awkgram.y | 31 void checkdup(Node *list, Cell *item); 44 Cell *cp; 186 { infunc--; curfname=0; defn((Cell *)$2, $4, $8); $$ = 0; } 448 void setfname(Cell *p) 459 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON; 464 return ((Cell *)(p->narg[0]))->sval; 478 void checkdup(Node *vl, Cell *cp) /* check if name already in list */ 482 if (strcmp(s, ((Cell *)(vl->narg[0]))->nval) == 0) {
|
| D | FIXES | 196 string to a parameter leaked a Cell. thanks to moinak ghosh for
|
| /mirbsd/src/sys/dev/pcmcia/ |
| D | pcmciadevs | 63 vendor GREYCELL 0x0143 Grey Cell 229 product GREYCELL GCS2000 0x0201 Grey Cell GCS2000 Gold II Ethernet
|
| /mirbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aic79xx.reg | 2425 * SCSI I/O Cell Power-down Control
|
| /mirbsd/src/share/misc/ |
| D | inter.phone | 5915 44:800831:Freephone Cell-bloc:United Kingdom 7075 44:845801:Local Rate Cell-bloc:United Kingdom
|
| D | acronyms | 12664 SMSCB Short Message Service Cell Broadcast
|