Searched refs:opt_k (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c242 u_int opt_e = 0, opt_h = 0, opt_i = 0, opt_k = 0, opt_m = 0, opt_n = 0; local
327 opt_k = argto2(optarg, 1, "backup sector");
435 else if (!opt_e && (opt_i || opt_k))
438 if ((fat == 32 && opt_e) || (fat != 32 && (opt_i || opt_k)))
479 if (opt_k)
480 bpb.bpbBackup = opt_k;
/freebsd-9.3-release/contrib/less/
H A Dfuncs.h202 public void opt_k ();
H A Doptfunc.c264 opt_k(type, s) function
H A Dopttbl.c255 STRING|NO_TOGGLE|NO_QUERY, 0, NULL, opt_k,

Completed in 72 milliseconds