Searched defs:cell (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_html.c33 struct tag *post, *row, *cell, *t; local
73 cell = print_otag
77 * particular cell, then print a
82 print_tagq(p, cell);
H A Dtbl_layout.c54 static void cell(struct tbl_node *, struct tbl_row *,
70 /* Row delimiters and cell specifiers end modifier lists. */
188 cell(struct tbl_node *tbl, struct tbl_row *rp, function
243 /* Allocate cell then parse its modifiers. */
255 /* Skip whitespace before and after each cell. */
316 * If the last line had at least one cell,
332 cell(tbl, rp, ln, p, &pos);
/illumos-gate/usr/src/lib/libtnf/
H A Daccess.c125 tnf_ref32_t *bhdr, *cell, ref32; local
155 cell = (tnf_ref32_t *)nval;
156 ref32 = _GET_INT32(tnf, cell);
166 return (RECORD_DATUM(tnf, cell));
H A Dref.c31 * Unoptimized versions, always dereference a cell through _GET_INT32()
40 * Return target cell referred to via src_val from src_cell, after
46 * the block containing the target cell may have been copied out
47 * before the block containing the source cell.
64 /* Generation of source cell */
67 /* Physical file offset of source cell */
69 /* Expected (unadjusted) file offset of destination cell */
79 /* Physical file offset of destination cell */
82 /* Destination cell */
88 /* Generation of destination cell */
110 _tnf_get_ref32(TNF *tnf, tnf_ref32_t *cell) argument
190 _tnf_get_ref16(TNF *tnf, tnf_ref32_t *cell) argument
[all...]
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_buf.c313 caddr_t cell; local
323 cell = (caddr_t)fh + next;
326 cell = NULL;
329 return (cell);
/illumos-gate/usr/src/common/ficl/
H A Dfloat.c171 ficlFloatStackDisplayCallback(void *c, ficlCell *cell) argument
177 (unsigned long) cell, context->count++, cell->f, cell->u);
180 (unsigned)cell, context->count++, cell->f, cell->u);
218 ficlCell cell; local
222 cell = ficlStackPop(vm->floatStack);
223 if (cell
[all...]
H A Dstack.c342 ficlCell *cell; local
347 cell = stack->top - n;
348 c = *cell;
350 for (; n > 0; --n, cell++) {
351 *cell = cell[1];
354 *cell = c;
356 cell = stack->top;
357 c = *cell;
359 for (; n < 0; ++n, cell
383 ficlCell *cell; local
[all...]
H A Dtools.c534 ficlStackDisplayCallback(void *c, ficlCell *cell) argument
541 (unsigned long)cell, context->count++, (long)cell->i,
542 (unsigned long)cell->u);
545 (unsigned)cell, context->count++, cell->i, cell->u);
596 ficlStackDisplaySimpleCallback(void *c, ficlCell *cell) argument
601 sprintf(buffer, "%s%ld", context->count ? " " : "", (long)cell->i);
626 ficlReturnStackDisplayCallback(void *c, ficlCell *cell) argument
[all...]
H A Ddictionary.c578 ficlDictionaryFindEnclosingWord(ficlDictionary *dictionary, ficlCell *cell) argument
583 if (!ficlDictionaryIncludes(dictionary, (void *)cell))
586 for (i = nSEARCH_CELLS; i > 0; --i, --cell) {
588 (cell + 1 - (sizeof (ficlWord) / sizeof (ficlCell)));
662 ficlCell *cell = word->param; local
663 ficlCell *param0 = cell;
666 for (; cell->i != ficlInstructionSemiParen; cell++) {
667 ficlWord *word = (ficlWord *)(cell->p);
670 if ((void *)cell
[all...]
H A Dvm.c260 ficlCell *cell; local
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
744 ficlCell *cell; local
1315 ficlCell *cell; local
1688 ficlCell *cell; local
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c309 void *cell; member in struct:temp_slot

Completed in 74 milliseconds