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

/freebsd-10.3-release/contrib/less/
H A Doption.h59 struct optname *onames; /* Long (GNU-style) option name */ member in struct:loption
H A Doption.c44 SNPRINTF1(buf, sizeof(buf), "--%s", o->onames->oname);
46 SNPRINTF2(buf, sizeof(buf), "-%c (--%s)", o->oletter, o->onames->oname);
H A Dopttbl.c554 for (oname = o->onames; oname != NULL; oname = oname->onext)

Completed in 89 milliseconds