Searched refs:Cell (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/external/historical/nawk/dist/
H A Dproto.h26 extern void setfname(Cell *);
87 extern Node *celltonode(Cell *, int);
92 extern void defn(Cell *, Node *, Node *);
95 extern Cell *(*proctab[])(Node **, int);
103 extern void freesymtab(Cell *);
104 extern void freeelem(Cell *, const char *);
105 extern Cell *setsymtab(const char *, const char *, double, unsigned int, Array *);
108 extern Cell *lookup(const char *, Array *);
109 extern double setfval(Cell *, double);
110 extern void funnyvar(Cell *, cons
[all...]
H A Dawk.h76 /* Cell: all information about a variable or constant */
78 typedef struct Cell { struct
85 struct Cell *cnext; /* ptr to next if chained */
86 } Cell; typedef in typeref:struct:Cell
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 *rlengthlo
[all...]
H A Dtran.c58 Cell *fsloc; /* FS */
59 Cell *nrloc; /* NR */
60 Cell *nfloc; /* NF */
61 Cell *fnrloc; /* FNR */
64 Cell *rstartloc; /* RSTART */
65 Cell *rlengthloc; /* RLENGTH */
66 Cell *symtabloc; /* SYMTAB */
68 Cell *nullloc; /* a guaranteed empty cell */
70 Cell *literal0;
72 extern Cell **fldta
[all...]
H A Drun.c51 void tempfree(Cell *p) {
53 WARNING("bad csub %d in Cell %d %s",
81 Cell *tmps; /* free temporary cells for execution */
83 static Cell truecell ={ OBOOL, BTRUE, 0, 0, 1.0, NUM, NULL };
84 Cell *True = &truecell;
85 static Cell falsecell ={ OBOOL, BFALSE, 0, 0, 0.0, NUM, NULL };
86 Cell *False = &falsecell;
87 static Cell breakcell ={ OJUMP, JBREAK, 0, 0, 0.0, NUM, NULL };
88 Cell *jbreak = &breakcell;
89 static Cell contcel
[all...]
H A Dparse.c195 Node *celltonode(Cell *a, int b)
208 extern Cell *literal0;
214 Cell *cp;
217 cp = (Cell *) (p->narg[0]);
260 void defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition, */
290 if (strcmp(((Cell *)(p->narg[0]))->nval, s) == 0)
H A Dproctab.c107 Cell *(*proctab[94])(Node **, int) = {
H A Dlib.c48 Cell **fldtab; /* pointers to Cells */
63 static Cell dollar0 = { OCELL, CFLD, NULL, EMPTY, 0.0, REC|STR|DONTFREE, NULL };
64 static Cell dollar1 = { OCELL, CFLD, NULL, EMPTY, 0.0, FLD|STR|DONTFREE, NULL };
263 Cell *x;
277 Cell *q;
298 Cell *p;
400 Cell *p;
434 Cell *fieldadr(int n) /* get nth field */
450 s = (nf+1) * (sizeof (struct Cell *)); /* freebsd: how much do we need? */
451 if (s / sizeof(struct Cell *)
[all...]
H A Dawkgram.y34 void checkdup(Node *list, Cell *item);
47 Cell *cp;
190 { infunc--; curfname=0; defn((Cell *)$2, $4, $8); $$ = 0; }
473 void setfname(Cell *p)
484 return isvalue(p) && ((Cell *) (p->narg[0]))->csub == CCON;
489 return ((Cell *)(p->narg[0]))->sval;
503 void checkdup(Node *vl, Cell *cp) /* check if name already in list */
507 if (strcmp(s, ((Cell *)(vl->narg[0]))->nval) == 0) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/
H A Dpr42773.C49 class Cell { class
50 QValueList<Cell*> obscuringCells() const;
52 QValueList<Cell*> Cell::obscuringCells() const {
53 QValueList<Cell*> empty;
/netbsd-6-1-5-RELEASE/usr.bin/fgen/
H A Dfgen.h29 /* Type of a Cell */
30 typedef int64_t Cell; typedef
H A Dfgen.l95 static Cell parse_stack[PSTKSIZ];
305 static void push(Cell);
306 static Cell pop(void);
320 static Cell cvt(const char *, char **, int base);
748 static Cell
751 Cell v = 0;
785 push(Cell val)
796 static Cell
1095 Cell value;
1184 Cell valu
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ppc/
H A Dcell.d3 #name: Cell tests (includes Altivec)
/netbsd-6-1-5-RELEASE/dist/bzip2/
H A Dbzip2.c1704 Cell; typedef in typeref:struct:zzzz
1721 Cell *mkCell ( void )
1723 Cell *c;
1725 c = (Cell*) myMalloc ( sizeof ( Cell ) );
1734 Cell *snocString ( Cell *root, Char *name )
1737 Cell *tmp = mkCell();
1742 Cell *tmp = root;
1752 void addFlagsFromEnvVar ( Cell** argLis
[all...]

Completed in 188 milliseconds