Home
last modified time | relevance | path

Searched refs:Cell (Results 1 – 22 of 22) sorted by relevance

/NextBSD/contrib/one-true-awk/
HDproto.h26 extern void setfname(Cell *);
84 extern Node *celltonode(Cell *, int);
89 extern void defn(Cell *, Node *, Node *);
92 extern Cell *(*proctab[])(Node **, int);
100 extern void freesymtab(Cell *);
101 extern void freeelem(Cell *, const char *);
102 extern Cell *setsymtab(const char *, const char *, double, unsigned int, Array *);
105 extern Cell *lookup(const char *, Array *);
106 extern double setfval(Cell *, double);
107 extern void funnyvar(Cell *, const char *);
[all …]
HDtran.c54 Cell *fsloc; /* FS */
55 Cell *nrloc; /* NR */
56 Cell *nfloc; /* NF */
57 Cell *fnrloc; /* FNR */
60 Cell *rstartloc; /* RSTART */
61 Cell *rlengthloc; /* RLENGTH */
62 Cell *symtabloc; /* SYMTAB */
64 Cell *nullloc; /* a guaranteed empty cell */
66 Cell *literal0;
68 extern Cell **fldtab;
[all …]
HDrun.c75 Cell *tmps; /* free temporary cells for execution */
77 static Cell truecell ={ OBOOL, BTRUE, 0, 0, 1.0, NUM };
78 Cell *True = &truecell;
79 static Cell falsecell ={ OBOOL, BFALSE, 0, 0, 0.0, NUM };
80 Cell *False = &falsecell;
81 static Cell breakcell ={ OJUMP, JBREAK, 0, 0, 0.0, NUM };
82 Cell *jbreak = &breakcell;
83 static Cell contcell ={ OJUMP, JCONT, 0, 0, 0.0, NUM };
84 Cell *jcont = &contcell;
85 static Cell nextcell ={ OJUMP, JNEXT, 0, 0, 0.0, NUM };
[all …]
HDawk.h78 typedef struct Cell { struct
85 struct Cell *cnext; /* ptr to next if chained */ argument
86 } Cell; typedef
91 Cell **tab; /* hash table pointers */
97 extern Cell *nrloc; /* NR */
98 extern Cell *fnrloc; /* FNR */
99 extern Cell *nfloc; /* NF */
100 extern Cell *rstartloc; /* RSTART */
101 extern Cell *rlengthloc; /* RLENGTH */
HDlib.c42 Cell **fldtab; /* pointers to Cells */
55 static Cell dollar0 = { OCELL, CFLD, NULL, "", 0.0, REC|STR|DONTFREE };
56 static Cell dollar1 = { OCELL, CFLD, NULL, "", 0.0, FLD|STR|DONTFREE };
62 || (fldtab = (Cell **) malloc((nfields+1) * sizeof(Cell *))) == NULL in recinit()
63 || (fldtab[0] = (Cell *) malloc(sizeof(Cell))) == NULL ) in recinit()
77 fldtab[i] = (Cell *) malloc(sizeof (struct Cell)); in makefields()
231 Cell *x; in getargv()
247 Cell *q; in setclvar()
269 Cell *p; in fldbld()
369 Cell *p; in cleanfld()
[all …]
HDparse.c168 Node *celltonode(Cell *a, int b) in celltonode()
181 extern Cell *literal0; in rectonode()
187 Cell *cp; in makearr()
190 cp = (Cell *) (p->narg[0]); in makearr()
233 void defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition, */ in defn()
263 if (strcmp(((Cell *)(p->narg[0]))->nval, s) == 0) in isarg()
HDawkgram.y30 void checkdup(Node *list, Cell *item);
43 Cell *cp;
185 { infunc--; curfname=0; defn((Cell *)$2, $4, $8); $$ = 0; }
447 void setfname(Cell *p)
458 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
463 return ((Cell *)(p->narg[0]))->sval;
477 void checkdup(Node *vl, Cell *cp) /* check if name already in list */
481 if (strcmp(s, ((Cell *)(vl->narg[0]))->nval) == 0) {
HDFIXES207 string to a parameter leaked a Cell. thanks to moinak ghosh for
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_addrhashmap.h46 struct Cell { struct
54 Cell cells[1]; // variable len argument
62 Cell cells[kBucketSize];
83 Cell *cell_;
175 Cell *c = &b->cells[i]; in acquire()
188 Cell *c = &add->cells[i]; in acquire()
204 Cell *c = &b->cells[i]; in acquire()
220 Cell *c = &add->cells[i]; in acquire()
244 Cell *c = &b->cells[i]; in acquire()
277 Cell *c = &add->cells[i]; in acquire()
[all …]
/NextBSD/contrib/bzip2/
HDbzip2.c1699 Cell; typedef
1716 Cell *mkCell ( void ) in mkCell()
1718 Cell *c; in mkCell()
1720 c = (Cell*) myMalloc ( sizeof ( Cell ) ); in mkCell()
1729 Cell *snocString ( Cell *root, Char *name ) in snocString()
1732 Cell *tmp = mkCell(); in snocString()
1737 Cell *tmp = root; in snocString()
1747 void addFlagsFromEnvVar ( Cell** argList, Char* varName ) in addFlagsFromEnvVar()
1780 Cell *argList; in main()
1781 Cell *aa; in main()
[all …]
/NextBSD/contrib/binutils/gas/doc/
HDc-ppc.texi92 Generate code for Cell Broadband Engine architecture.
/NextBSD/contrib/file/magic/Magdir/
HDelf108 >18 leshort 23 Cell SPU,
HDaudio446 0 string \001Sharp\040JisakuMelody SHARP Cell-Phone ringing Melody
/NextBSD/crypto/heimdal/doc/
HDapps.texi198 name, per line. Cell names are case sensitive, but most cell names
/NextBSD/sys/dev/pccard/
HDpccarddevs115 vendor GREY_CELL 0x0143 Grey Cell Systems, Ltd
350 /* Grey Cell Systems, Ltd */
/NextBSD/contrib/binutils/opcodes/
HDChangeLog-2006189 (powerpc_opcodes): Enable hrfid for Cell. Add ldbrx and stdbrx,
/NextBSD/contrib/dtc/Documentation/
HDdtc-paper.tex460 Cell properties can also contain \emph{references}. Instead of a hex
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDTargetInfo.cpp40 llvm::Value *Cell = in AssignToArrayRange() local
42 Builder.CreateStore(Value, Cell); in AssignToArrayRange()
/NextBSD/sys/dev/aic7xxx/
HDaic79xx.reg2415 * SCSI I/O Cell Power-down Control
/NextBSD/share/misc/
HDpci_vendors3605 032d Axon - Cell Companion Chip
3606 1014 03a1 PCIe PowerXCell 8i Cell Accelerator Board
16754 2143 HSF 56k Data/Fax/Cell Modem (Mob WorldW SmartDAA)
16755 2144 HSF 56k Data/Fax/Voice/Cell Modem (Mob WorldW SmartDAA)
16756 2145 HSF 56k Data/Fax/Voice/Spkp (w/HS)/Cell Modem (Mob WorldW SmartDAA)
16757 2146 HSF 56k Data/Fax/Voice/Spkp/Cell Modem (Mob WorldW SmartDAA)
16758 2163 HSF 56k Data/Fax/Cell Modem (Mob SmartDAA)
16759 2164 HSF 56k Data/Fax/Voice/Cell Modem (Mob SmartDAA)
16760 2165 HSF 56k Data/Fax/Voice/Spkp (w/HS)/Cell Modem (Mob SmartDAA)
16761 2166 HSF 56k Data/Fax/Voice/Spkp/Cell Modem (Mob SmartDAA)
[all …]
/NextBSD/contrib/binutils/gas/po/
HDgas.pot8908 "-mcell\t\t\tgenerate code for Cell Broadband Engine architecture\n"
/NextBSD/usr.bin/fortune/datfiles/
HDfortunes9174 -- Lewis Thomas, "The Lives of a Cell"