OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:row_count
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libmenu/
internals.c
521
int incr, cur_row, offset,
row_count
;
local in function:_menui_draw_menu
532
row_count
= 0;
537
row_count
++;
570
row_count
++;
573
if (
row_count
< menu->item_rows) {
574
for (cur_row =
row_count
; cur_row < menu->item_rows; cur_row++) {
/src/lib/libform/
field.c
328
field->
row_count
= 1; /* must be at least one row XXX need to shift old rows (if any) to free list??? */
354
if (field->
row_count
== 1)
489
if (field->
row_count
<= 1)
906
for (i = 0; i + 1 < field->
row_count
; i++) {
internals.c
356
return (field->
row_count
<= field->max);
362
return (field->
row_count
<= (field->rows
546
saved_row_count = field->
row_count
;
669
field->
row_count
> (field->rows + field->nrows)) ||
670
((field->max != 0) && (field->
row_count
> field->max))) {
685
field->
row_count
= saved_row_count;
713
_formi_dbg_printf("%s: working on row %p,
row_count
= %d\n",
714
__func__, row, field->
row_count
);
863
field->
row_count
--;
1012
_formi_dbg_printf("
row_count
= %d\n", field->row_count + 1)
[
all
...]
form.h
215
unsigned int
row_count
; /* number of rows actually used in field */
member in struct:_form_field
Completed in 17 milliseconds
Indexes created Mon Oct 13 01:09:56 GMT 2025