HomeSort by: relevance | last modified time | path
    Searched defs:field_count (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libform/
form.c 149 for (i = 0; i < form->field_count; i++) {
324 for (i = 0; i < form->field_count; i++) {
334 form->field_count = num_fields;
375 field_count(FORM *form) function in typeref:typename:int
380 return form->field_count;
524 for (i = 0; i < form->field_count; i++) {
form.h 288 int field_count; /* number of fields attached */ member in struct:_form_struct
310 int field_count(FORM *);

Completed in 11 milliseconds