HomeSort by: relevance | last modified time | path
    Searched defs:p_optname (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/less/dist/
opttbl.c 125 static struct optname p_optname = { "pattern", NULL }; variable in typeref:struct:optname
372 { 'p', &p_optname,
793 * p_optname is the (possibly partial) name to look for, and
797 public struct loption * findopt_name(char **p_optname, char **p_oname, int *p_err)
799 char *optname = *p_optname;
868 *p_optname = optname + maxlen;
opttbl.c 125 static struct optname p_optname = { "pattern", NULL }; variable in typeref:struct:optname
372 { 'p', &p_optname,
793 * p_optname is the (possibly partial) name to look for, and
797 public struct loption * findopt_name(char **p_optname, char **p_oname, int *p_err)
799 char *optname = *p_optname;
868 *p_optname = optname + maxlen;

Completed in 62 milliseconds