Query: dynamic_field_info
OS: netbsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FORMS(3) BSD Library Functions Manual FORMS(3)NAMEdynamic_field_info, field_info -- form libraryLIBRARYCurses Form Library (libform, -lform)SYNOPSIS#include <form.h> int dynamic_field_info(FIELD *field, int *drows, int *dcols, int *max); int field_info(FIELD *field, int *rows, int *cols, int *frow, int *fcol, int *nrow, int *nbuf);DESCRIPTIONThe function dynamic_field_info() returns the sizing information for the field given. The function will return the number of rows, columns and the maximum growth of the field in the storage pointed to by the drows, dcols and max parameters respectively. Dynamic field information cannot be requested for the default field. If the field given is not dynamic then dynamic_field_info() will simply return the size of the actual field. The field_info() will return the number or rows, columns, field starting row, field starting column, number of off screen rows and number of buffers in rows, cols, frow, fcol, nrow and nbuf respectively.RETURN VALUESThe functions will return one of the following error values: E_OK The function was successful. E_BAD_ARGUMENT A bad argument was passed to the function.SEE ALSOcurses(3), forms(3)NOTESThe header <form.h> automatically includes both <curses.h> and <eti.h>.BSDJanuary 1, 2001 BSD
Related Man Pages |
---|
dup_field(3) - netbsd |
dynamic_field_info(3) - netbsd |
form_field_new(3) - netbsd |
field_info(3curses) - sunos |
form_field_info(3curses) - sunos |
Similar Topics in the Unix Linux Community |
---|
split rows |
Aligning text files by max field length |
Bitwise comparison of cols |
Shell Variables passed to awk to return certain rows |
Average select rows |