Searched refs:cells (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.10.1/top-100.1.2/
H A Dgeneric.c46 struct generic_cells *cells; local
51 cells = s->cells;
53 if(NULL == cells)
65 for(i = 0; i < cells->length && y < maxy; ++i, ++y) {
66 int len = cells->array[i].length;
75 cells->array[i].string, len)) {
83 cells->array[i].string,
92 struct generic_cells *cells; local
95 cells
181 struct generic_cells *cells; local
201 struct generic_cells *cells; local
235 struct generic_cells *cells; local
248 struct generic_cells *cells; local
273 free_generic_cells(struct generic_cells *cells) argument
292 struct generic_cells *cells = s->cells; local
376 struct generic_cells *cells; local
386 struct generic_cells *cells; local
[all...]
H A Dlogging.c42 struct generic_cells *cells; local
44 cells = s->cells;
46 if(NULL == cells)
49 data->total = cells->length;
77 struct generic_cells *cells; local
80 cells = s->cells;
82 if(NULL == cells)
85 max_width = cells
136 struct generic_cells *cells; local
[all...]
H A Dstatistic.h125 void *cells; /* This usually stores a struct generic_cell. */ member in struct:statistic
H A Dstatistic.c268 s->cells = NULL;
/macosx-10.10.1/Heimdal-398.1.2/lib/kafs/
H A Dcommon.c169 * Try to find the cells we should try to klog to in "file".
172 find_cells(const char *file, char ***cells, int *idx) argument
191 if(strcmp((*cells)[i], cell) == 0)
196 tmp = realloc(*cells, (ind + 1) * sizeof(**cells));
199 *cells = tmp;
200 (*cells)[ind] = strdup(cell);
201 if ((*cells)[ind] == NULL)
211 * Get tokens for all cells[]
214 afslog_cells(struct kafs_data *data, char **cells, in argument
232 char **cells = NULL; local
[all...]
/macosx-10.10.1/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_ins_wch.c51 int cells = wcwidth(CharOf(CHDEREF(wch))); local
54 if (cells <= 0)
55 cells = 1;
61 NCURSES_CH_T *temp2 = temp1 - cells;
68 for (cell = 1; cell < cells; ++cell) {
/macosx-10.10.1/Heimdal-398.1.2/appl/afsutil/
H A Dafslog.c49 static getarg_strings cells; variable
61 { "cell", 'c', arg_strings, &cells, "cells to get tokens for", "cell" },
149 /* add to list of cells to get tokens for, and also remove
275 for(i = 0; i < cells.num_strings; i++){
276 afslog_cell(cells.strings[i], 1);
279 free_getarg_strings (&cells);
/macosx-10.10.1/ncurses-44/ncurses/form/
H A Dfld_def.c321 int cells = Buffer_Length(New_Field); local
325 FIELD_CELL *buffer = &(New_Field->buf[(cells + 1) * i]);
327 for (j = 0; j < cells; ++j)
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIODeviceTreeSupport.cpp109 gIODTSizeCellKey = OSSymbol::withCStringNoCopy( "#size-cells" );
110 gIODTAddressCellKey = OSSymbol::withCStringNoCopy( "#address-cells" );
136 = OSSymbol::withCStringNoCopy("#interrupt-cells");
941 static void AddLengthToCells( UInt32 numCells, UInt32 *cells, UInt64 offset) argument
945 cells[0] += (UInt32)offset;
948 UInt64 sum = cells[numCells - 1] + offset;
949 cells[numCells - 1] = (UInt32)sum;
951 cells[numCells - 2] += (UInt32)(sum >> 32);
956 static IOPhysicalAddress CellsValue( UInt32 numCells, UInt32 *cells) argument
959 return IOPhysical32( 0, cells[
1125 UInt32 sizeCells, addressCells, cells; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/unix/
H A Dtktable.spec23 multi-line cells, embedded windows, variable width columns/height rows
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/
H A DREADME.txt20 * multi-line cells
30 * support for disabled (read-only) tables or cells (via tags)
H A DTODO.txt62 Windows: When using bitmaps in cells, they occasionally don't redraw
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoDocument.py57 index = self.statusList.cells().count()
143 numRows = self.itemList.cells().count()
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoDocument.py57 index = self.statusList.cells().count()
143 numRows = self.itemList.cells().count()
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/Todo/
H A DToDoDocument.py57 index = self.statusList.cells().count()
143 numRows = self.itemList.cells().count()
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dwinfo.rb39 def TkWinfo.cells(win) singleton method in class:TkWinfo
40 number(tk_call_without_enc('winfo', 'cells', win))
43 TkWinfo.cells self
/macosx-10.10.1/vim-55/src/
H A Dgui_x11.c158 static void draw_curl __ARGS((int row, int col, int cells));
2502 draw_curl(row, col, cells)
2505 int cells;
2512 for (i = FILL_X(col); i < FILL_X(col + cells); ++i)
2529 int cells = len; local
2550 cells = 0;
2572 cells += utf_char2cells(c);
2578 cells = 0;
2581 cells += ptr2cells(p);
2599 clip.width = gui.char_width * cells
[all...]
H A Dgui.c1824 int cells; local
1839 cells = 0;
1842 cells += (*mb_ptr2cells)(s + this_len);
1843 if (gui.col + cells > Columns)
1877 * Output one character (may be one or two display cells).
1925 int len; /* string length in screen cells */
2216 /* The value returned is the length in display cells */
2223 int cells; /* cellwidth of bytes to be drawn */ local
2236 cells = 0;
2250 if (!comping) /* count cells fro
[all...]
H A Dgui_gtk_x11.c4812 draw_under(int flags, int row, int col, int cells) argument
4823 for (i = FILL_X(col); i < FILL_X(col + cells); ++i)
4840 FILL_X(col + cells) - 1, y);
4849 int column_offset = 0; /* column offset in cells */
4949 int cells = 0; /* cells occupied by current cluster */ local
4990 int item_cells = 0; /* item length in cells */
5018 * number of cells needed.
5052 setup_zero_width_cluster(item, glyph, cells,
5058 cells
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tktable/
H A Dtktable.rb885 def tag_cell(tag, *cells)
886 tk_send('tag', 'cell', tagid(tag), *(cells.collect{|idx| tagid(idx)}))
889 def tag_reset(*cells)
890 tk_send('tag', 'cell', '', *(cells.collect{|idx| tagid(idx)}))
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dtsscl.vim38 syn keyword tssclKeyword cells rays error nodes levels objects cpu
H A Dreva.vim55 syn keyword revaadrarith chars char+ cells cell+ cell cell- 2cell+ 2cell- 3cell+ 4cell+
/macosx-10.10.1/emacs-93/emacs/lisp/obsolete/
H A Diso-acc.el255 MAPPINGS are cons cells of the form (CHAR . ISO-CHAR).
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dtable.el40 ;; multiple rectangular cells, see the actual tables used below in
50 ;; a table cells are implemented by using keymap text property
158 ;; | |of cells by specifying the number |
162 ;; |`table-insert-row' |Insert row(s) of cells before the |
166 ;; |`table-insert-column' |Insert column(s) of cells before |
170 ;; |`table-delete-row' |Delete row(s) of cells. The row |
171 ;; | |must consist from cells of the |
174 ;; |`table-delete-column' |Delete column(s) of cells. The |
175 ;; | |column must consist from cells of |
182 ;; |`table-recognize-region' |Recognize all the cells i
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDataGrid.js82 // This element is used by DataGridNodes to manipulate table rows and cells.
358 // Now approximate the width of each column as max(title, cells).
576 var headerCellElement = this._headerTableBodyElement.rows[0].cells[i]
676 left += this._headerTableBodyElement.rows[0].cells[i].offsetWidth;
1259 var firstRowCells = this._headerTableBodyElement.rows[0].cells;
1882 // Used to create a new table row when entering new data by editing cells.

Completed in 217 milliseconds

12