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

/freebsd-13-stable/contrib/less/
H A Doption.c26 static char *optstring LESSPARAMS((char *s, char **p_str, char *printopt, char *validchars));
75 char *printopt; local
100 printopt = opt_desc(pendopt);
101 *(pendopt->ovar) = getnum(&s, printopt, (int*)NULL);
187 printopt = propt(optc);
192 printopt = optname;
212 parg.p_string = printopt;
229 parg.p_string = printopt;
272 s = optstring(s, &str, printopt, o->odesc[1]);
282 *(o->ovar) = getnum(&s, printopt, (in
[all...]
H A Dfuncs.h265 public int getnum LESSPARAMS ((char **sp, char *printopt, int *errp));
266 public long getfraction LESSPARAMS ((char **sp, char *printopt, int *errp));

Completed in 56 milliseconds