Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Ddialog.c719 arg_rest(char *argv[]) in arg_rest() function
784 if (arg_rest(av) > n) in optional_str()
794 if (arg_rest(av) > n) in optional_num()
959 *offset_add = arg_rest(av); in call_inputbox()
970 *offset_add = arg_rest(av); in call_passwordbox()
982 *offset_add = arg_rest(av); in call_calendar()
995 *offset_add = arg_rest(av); in call_dselect()
1015 *offset_add = arg_rest(av); in call_fselect()
1025 *offset_add = arg_rest(av); in call_timebox()
1074 *offset_add = arg_rest(av); in call_rangebox()
[all …]
H A DCHANGES2181 + correct off-by-one comparison of return-value for arg_rest() which