Home
last modified time | relevance | path

Searched refs:cells (Results 1 – 25 of 6994) sorted by path

12345678910>>...280

/freebsd/contrib/dialog/
H A Dmixedgauge.c114 int cells = dlg->len_text - 2; in myprint_status() local
144 (void) wmove(win, y, lm + (cells - (int) strlen(status)) / 2); in myprint_status()
148 for (j = 0; j < cells; j++) in myprint_status()
151 (void) wmove(win, y, lm + (cells - (int) strlen(status)) / 2); in myprint_status()
163 xxx = (int) ((cells * (percent + 0.5)) / 100.0); in myprint_status()
174 (void) wmove(win, y, lm + (cells - (int) strlen(status)) / 2); in myprint_status()
/freebsd/contrib/file/magic/Magdir/
H A Dmsdos1458 # 2nd record for most worksheets describes cells range
1459 >>>6 use lotus-cells
1460 # 3rd record for most japan worksheets describes cells range
1461 >>>(8.s+10) use lotus-cells
1462 # check and then display Lotus worksheet cells range
1463 0 name lotus-cells
H A Dplaydate28 >>28 lelong x %d cells
H A Dplus511 >7 byte >0 and %d byte data cells
H A Dvacuum-cleaner20 # int32_t cell_bytes; /* 20: # of bytes for cells per block */
27 # struct { /* 44: 1000 blocks for 10x10 cells */
33 # char cells[ 1000* 100]; /* 16044: 1000 10x10 cells */
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h58 Cell cells[1]; // variable len member
120 Cell *c = &bucket->cells[i]; in ForEach()
130 Cell *c = &add->cells[i]; in ForEach()
225 Cell *c = &b->cells[i]; in acquire()
238 Cell *c = &add->cells[i]; in acquire()
254 Cell *c = &b->cells[i]; in acquire()
270 Cell *c = &add->cells[i]; in acquire()
294 Cell *c = &b->cells[i]; in acquire()
320 internal_memcpy(add1->cells, add->cells, add->size * sizeof(add->cells[0])); in acquire()
327 Cell *c = &add->cells[i]; in acquire()
[all …]
/freebsd/contrib/mandoc/
H A DNEWS34 * tbl(7) -T html: support horinzontal rulers in individual cells
35 * tbl(7) -T tree: print more details about columns, options, rows, and cells
49 * tbl(7) -T ascii: fix a NULL pointer access on empty data cells
95 * tbl(7) -T html: in "n" cells, align by padding numbers on the right
118 * tbl(7): correct column widths if rows have different numbers of cells
122 cells on other rows
210 * tbl(7) -T html: spanning and horizontal and vertical alignment of cells
211 * tbl(7) -T html: draw lines on the edges of table cells
381 cells, and several other formatting improvements.
506 caused by partial implicit macros inside .Bl -column table cells.
[all …]
H A DTODO241 - vertical centering in cells vertically spanned with ^
397 - a column list with blank `Ta' cells triggers a spurious
/freebsd/contrib/ncurses/
H A DNEWS3528 it. This makes test/dots_mvcur.c avoid painting colored cells in
6482 from the cchar_t array (field cells) read from a field's window.
6483 Otherwise, when copying the field cells back to the window, the
6745 repaint those cells (comments by Sadrul H Chowdhury and William
7118 + correct wins_wch(), which was not marking the filler-cells of
7543 + add logic in waddch_literal() to clear orphaned cells when one
7545 + improved logic for clearing cells when a multi-column character
7547 + revise storage of cells for multi-column characters to correct a
7895 ensures that the number of cells is greater than zero without
8245 two cells.
[all …]
/freebsd/contrib/ncurses/form/
H A Dfld_def.c323 int cells = Buffer_Length(New_Field); in new_field() local
327 FIELD_CELL *buffer = &(New_Field->buf[(cells + 1) * i]); in new_field()
329 for (j = 0; j < cells; ++j) in new_field()
H A Dfrm_driver.c360 int cells = cell_width(form->w, form->currow, form->curcol); in delete_char() local
364 while (cells-- > 0) in delete_char()
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src2084 # the cells which happen to have ASCII control-character values:
2181 # vt52 shouldn't define full acsc since most of the cells don't match.
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_ins_wch.c52 int cells = _nc_wacs_width(CharOf(CHDEREF(wch))); in NCURSES_EXPORT() local
55 if (cells < 0) { in NCURSES_EXPORT()
58 if (cells == 0) in NCURSES_EXPORT()
59 cells = 1; in NCURSES_EXPORT()
66 NCURSES_CH_T *temp2 = temp1 - cells; in NCURSES_EXPORT()
73 for (cell = 1; cell < cells; ++cell) { in NCURSES_EXPORT()
77 win->_curx = (NCURSES_SIZE_T) (win->_curx + cells); in NCURSES_EXPORT()
/freebsd/contrib/one-true-awk/testdir/
H A DT.func157 # this exercises multiple free of temp cells
H A Dfunstack.in3341 …keywords = "basic cells; Boolean functions; minimisation; minimisation of switching nets; of B…
9953 …emory, computer core memory, extended core storage, disk memory, and data cells. Equations are der…
16985 …ticular attention is given to the problems of marking and relocating list cells while another proc…
18449 …ences also allow threading of nonrecursive lists, can replace some header cells, and enhance the f…
18455 …languages; cursor; data structures; doubly linked; edge reference; header cells; list; list proces…
19067 …orage, and large virtual address space. They depend on the fact that most cells are referenced exa…
20949 … compile time certain program actions that affect the reference counts of cells can be deduced. Th…
22748 …ncluding directed cycles, while linearizing and compacting the accessible cells into contiguous lo…
22895 …stack into the structure being built, and from its classification of list cells into nine types, w…
/freebsd/crypto/heimdal/
H A DChangeLog.19981904 * appl/afsutil/afslog.c: If no cells or files specified, get
1905 tokens for all local cells. Better test for files.
/freebsd/crypto/heimdal/appl/afsutil/
H A DChangeLog82 * afslog.c: create a list of cells to get tokens for, before
H A Dafslog.c49 static getarg_strings cells; variable
61 { "cell", 'c', arg_strings, &cells, "cells to get tokens for", "cell" },
275 for(i = 0; i < cells.num_strings; i++){ in main()
276 afslog_cell(cells.strings[i], 1); in main()
279 free_getarg_strings (&cells); in main()
/freebsd/crypto/heimdal/doc/
H A Dapps.texi180 @manpage{afslog,1} will obtains AFS tokens for a number of cells. What cells to get
187 specified in @manpage{kafs,3} and try to get tokens for these cells
188 and the cells specified in $HOME/.TheseCells.
191 and for each line which is a cell get afs token for these cells.
193 The TheseCells file defines the the cells to which applications on the
/freebsd/crypto/heimdal/lib/kafs/
H A DChangeLog288 tries to use the wrong key for foreign cells
H A Dcommon.c191 if(strcmp((*cells)[i], cell) == 0) in find_cells()
196 tmp = realloc(*cells, (ind + 1) * sizeof(**cells)); in find_cells()
199 *cells = tmp; in find_cells()
200 (*cells)[ind] = strdup(cell); in find_cells()
201 if ((*cells)[ind] == NULL) in find_cells()
232 char **cells = NULL; in _kafs_afslog_all_local_cells() local
240 find_cells(home, &cells, &idx); in _kafs_afslog_all_local_cells()
242 find_cells(_PATH_THESECELLS, &cells, &idx); in _kafs_afslog_all_local_cells()
243 find_cells(_PATH_THISCELL, &cells, &idx); in _kafs_afslog_all_local_cells()
257 free(cells[--idx]); in _kafs_afslog_all_local_cells()
[all …]
/freebsd/share/dict/
H A Dweb2a4234 basket cells
/freebsd/share/misc/
H A Dpci_vendors22683 6301 XMC Module with user-configurable Virtex-6 FPGA, 240k logic cells, SFP front I/O
22684 6302 XMC Module with user-configurable Virtex-6 FPGA, 365k logic cells, SFP front I/O
22685 6303 XMC Module with user-configurable Virtex-6 FPGA, 240k logic cells, no front I/O
22686 6304 XMC Module with user-configurable Virtex-6 FPGA, 365k logic cells, no front I/O
22687 7000 XMC-7K325F: User-configurable Kintex-7 FPGA, 325k logic cells plus SFP front I/O
22688 7001 XMC-7K410F: User-configurable Kintex-7 FPGA, 410k logic cells plus SFP front I/O
22689 7002 XMC-7K325AX: User-Configurable Kintex-7 FPGA, 325k logic cells with AXM Plug-In I/O
22690 7003 XMC-7K410AX: User-Configurable Kintex-7 FPGA, 410k logic cells with AXM Plug-In I/O
22691 7004 XMC-7K325CC: User-Configurable Kintex-7 FPGA, 325k logic cells, conduction-cooled
22692 7005 XMC-7K410CC: User-Configurable Kintex-7 FPGA, 410k logic cells, conduction-cooled
[all …]
/freebsd/stand/fdt/
H A Dfdt_loader_cmd.c1536 uint32_t cells[100]; in fdt_modprop() local
1562 len = fdt_strtovect(buf, (void *)&cells, 100, in fdt_modprop()
1565 rv = fdt_setprop(fdtp, nodeoff, propname, &cells, in fdt_modprop()
1570 len = fdt_strtovect(buf, (void *)&cells, 100, in fdt_modprop()
1573 rv = fdt_setprop(fdtp, nodeoff, propname, &cells, in fdt_modprop()
/freebsd/stand/ficl/softwords/
H A Dclasses.fr119 : @size 2drop 1 cells ;

12345678910>>...280