Home
last modified time | relevance | path

Searched refs:dialog_opts (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/dialog/
H A Ddialog.c235 static const char **dialog_opts; variable
430 free(dialog_opts); in handle_leaks()
458 if (dialog_opts != 0) { in isOption()
460 for (n = 0; dialog_opts[n] != 0; ++n) { in isOption()
461 if (dialog_opts[n] == arg) { in isOption()
651 dialog_opts = my_argv; in unescape_argv()
H A DCHANGES317 using "--file" by changing dialog_opts[] to an array of pointers to