Searched refs:dlg_index_columns (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/dialog/
H A Dinputstr.c405 dlg_index_columns(const char *string) function
486 const int *cols = dlg_index_columns(string);
503 const int *cols = dlg_index_columns(string);
646 const int *cols = dlg_index_columns(string);
707 const int *cols = dlg_index_columns(string);
H A Ddialog.h700 extern const int * dlg_index_columns(const char * /*string*/);
H A Deditbox.c248 const int *cols = dlg_index_columns(text);
H A Dtextbox.c404 const int *cols = dlg_index_columns(line);
H A Dutil.c693 cols = dlg_index_columns(text);
829 const int *cols = dlg_index_columns(prompt);

Completed in 66 milliseconds