Home
last modified time | relevance | path

Searched refs:getnumc (Results 1 – 3 of 3) sorted by relevance

/src/contrib/less/
H A Doption.c96 getnumc(&s, printopt, (pendopt->otype & O_NEGOK) != 0, pendopt->ovar); in scan_option()
298 getnumc(&s, printopt, (o->otype & O_NEGOK) != 0, o->ovar); in scan_option()
440 if (!getnumc(&s, opt_desc(o), (o->otype & O_NEGOK) != 0, o->ovar)) in toggle_option()
686 public lbool getnumc(constant char **sp, constant char *printopt, lbool neg_ok, mutable int *p_num) in getnumc() function
714 if (!getnumc(&cs, printopt, neg_ok, p_num)) in getnum()
H A Doptfunc.c187 if (!getnumc(&s, printopt, neg_ok, num)) in toggle_fraction()
1061 if (!getnumc(sp, printopt, FALSE, p_num)) in next_cnum()
H A Dfuncs.h346 public lbool getnumc(constant char **sp, constant char *printopt, lbool neg_ok, mutable int *p_num);