Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dopttbl.c801 * p_oname if non-NULL is set to point to the full option name. in findopt_name()
803 public struct loption * findopt_name(constant char **p_optname, constant char **p_oname, lbool *p_ambig) in findopt_name()
875 if (p_oname != NULL)
876 *p_oname = maxoname == NULL ? NULL : maxoname->oname;
786 findopt_name(char ** p_optname,char ** p_oname,int * p_err) findopt_name() argument
H A Dfuncs.h330 public struct loption * findopt_name(constant char **p_optname, constant char **p_oname, lbool *p_ambig);