Lines Matching defs:cell
261 ficlCell *cell;
373 *++floatTop = cell[1];
376 *++floatTop = cell[0];
380 cell[0] = *floatTop--;
384 cell[0] = *floatTop--;
385 cell[1] = *floatTop--;
389 cell = (cp); goto FLOAT_PUSH_CELL_POINTER_DOUBLE_MINIPROC
391 cell = (cp); goto FLOAT_PUSH_CELL_POINTER_MINIPROC
393 cell = (cp); goto FLOAT_POP_CELL_POINTER_DOUBLE_MINIPROC
395 cell = (cp); goto FLOAT_POP_CELL_POINTER_MINIPROC
403 *++dataTop = cell[1];
406 *++dataTop = cell[0];
410 cell[0] = *dataTop--;
413 cell[0] = *dataTop--;
414 cell[1] = *dataTop--;
418 cell = (cp); goto PUSH_CELL_POINTER_DOUBLE_MINIPROC
420 cell = (cp); goto PUSH_CELL_POINTER_MINIPROC
422 cell = (cp); goto POP_CELL_POINTER_DOUBLE_MINIPROC
424 cell = (cp); goto POP_CELL_POINTER_MINIPROC
442 cell = (cp); *++floatTop = cell[1]; *++floatTop = *cell; continue
444 cell = (cp); *++floatTop = *cell; continue
446 cell = (cp); *cell = *floatTop--; cell[1] = *floatTop--; continue
448 cell = (cp); *cell = *floatTop--; continue
452 cell = (cp); *++dataTop = cell[1]; *++dataTop = *cell; continue
454 cell = (cp); *++dataTop = *cell; continue
456 cell = (cp); *cell = *dataTop--; cell[1] = *dataTop--; continue
458 cell = (cp); *cell = *dataTop--; continue
745 ficlCell *cell;
747 cell = (ficlCell *)(dataTop--)->p;
748 cell->i += (dataTop--)->i;
1323 ficlCell *cell;
1328 cell = fw->param;
1329 tempIP = (ficlIp)((*cell).p);
1330 (++dataTop)->p = (cell + 1);
1696 ficlCell *cell;
1701 cell = (ficlCell *)(dataTop--)->p;
1702 cell->f += (floatTop--)->f;