Home
last modified time | relevance | path

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

/freebsd/libexec/rc/
H A Drc.initdiskless175 lastitem () ( n=$(($# - 1)) ; shift $n ; echo $1 )
/freebsd/contrib/bsddialog/lib/
H A Dformbox.c405 static unsigned int lastitem(unsigned int nitems, struct privateitem *items) in lastitem() function
814 next = lastitem(form.nitems, form.pritems); in bsddialog_form()