Searched refs:p_optname (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/less/
H A Dopttbl.c102 static struct optname p_optname = { "pattern", NULL }; variable in typeref:struct:optname
320 { 'p', &p_optname,
630 * p_optname is the (possibly partial) name to look for, and
635 findopt_name(p_optname, p_oname, p_err)
636 char **p_optname;
640 char *optname = *p_optname;
709 *p_optname = optname + maxlen;
H A Dfuncs.h270 public struct loption * findopt_name LESSPARAMS ((char **p_optname, char **p_oname, int *p_err));

Completed in 104 milliseconds