Home
last modified time | relevance | path

Searched refs:opt_b (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.bin/whereis/
HDwhereis.c59 static int opt_a, opt_b, opt_m, opt_q, opt_s, opt_u, opt_x; variable
138 opt_b = 1; in scanopts()
263 if (!opt_b && !opt_m && !opt_s) in defaults()
264 opt_b = opt_m = opt_s = 1; in defaults()
376 opt_b = 0; in main()
379 if (opt_m + opt_b + opt_s == 0) in main()
418 if (opt_b) { in main()
/dragonfly/contrib/less/
HDopttbl.c209 NUMBER|INIT_HANDLER, 64, &bufspace, opt_b,
HDoptfunc.c476 public void opt_b(int type, constant char *s) in opt_b() function
HDfuncs.h288 public void opt_b(int type, constant char *s);