Lines Matching defs:cell
260 ficlCell *cell;
372 *++floatTop = cell[1];
375 *++floatTop = cell[0];
379 cell[0] = *floatTop--;
383 cell[0] = *floatTop--;
384 cell[1] = *floatTop--;
388 cell = (cp); goto FLOAT_PUSH_CELL_POINTER_DOUBLE_MINIPROC
390 cell = (cp); goto FLOAT_PUSH_CELL_POINTER_MINIPROC
392 cell = (cp); goto FLOAT_POP_CELL_POINTER_DOUBLE_MINIPROC
394 cell = (cp); goto FLOAT_POP_CELL_POINTER_MINIPROC
402 *++dataTop = cell[1];
405 *++dataTop = cell[0];
409 cell[0] = *dataTop--;
412 cell[0] = *dataTop--;
413 cell[1] = *dataTop--;
417 cell = (cp); goto PUSH_CELL_POINTER_DOUBLE_MINIPROC
419 cell = (cp); goto PUSH_CELL_POINTER_MINIPROC
421 cell = (cp); goto POP_CELL_POINTER_DOUBLE_MINIPROC
423 cell = (cp); goto POP_CELL_POINTER_MINIPROC
441 cell = (cp); *++floatTop = cell[1]; *++floatTop = *cell; continue
443 cell = (cp); *++floatTop = *cell; continue
445 cell = (cp); *cell = *floatTop--; cell[1] = *floatTop--; continue
447 cell = (cp); *cell = *floatTop--; continue
451 cell = (cp); *++dataTop = cell[1]; *++dataTop = *cell; continue
453 cell = (cp); *++dataTop = *cell; continue
455 cell = (cp); *cell = *dataTop--; cell[1] = *dataTop--; continue
457 cell = (cp); *cell = *dataTop--; continue
744 ficlCell *cell;
746 cell = (ficlCell *)(dataTop--)->p;
747 cell->i += (dataTop--)->i;
1315 ficlCell *cell;
1320 cell = fw->param;
1321 tempIP = (ficlIp)((*cell).p);
1322 (++dataTop)->p = (cell + 1);
1688 ficlCell *cell;
1693 cell = (ficlCell *)(dataTop--)->p;
1694 cell->f += (floatTop--)->f;