Home
last modified time | relevance | path

Searched refs:onames (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/less/
H A Doption.h60 struct optname *onames; /* Long (GNU-style) option name */
59 struct optname *onames; /* Long (GNU-style) option name */ global() member
H A Doption.c41 SNPRINTF1(buf, sizeof(buf), "--%s", o->onames->oname); in opt_desc()
43 SNPRINTF2(buf, sizeof(buf), "-%c (--%s)", o->oletter, o->onames->oname); in opt_desc()
H A Dopttbl.c824 for (oname = o->onames; oname != NULL; oname = oname->onext) in findopt_name()