Searched refs:opt_i (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/utils/afmtodit/
H A Dafmtodit.pl6055 our ($opt_a, $opt_d, $opt_e, $opt_i, $opt_m, $opt_n, $opt_s, $opt_v, $opt_x);
6509 if (defined $opt_i) {
6510 $italic_correction = $right_side_bearing{$ch} + $opt_i;
6515 $left_math_fit = $left_side_bearing{$ch} + $opt_i;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl559 if ($opt_j || $opt_n || $opt_i) {
563 push(@dtrace_cmds, "/usr/sbin/$opt_i/dtrace") if ($opt_i);
/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
324 opt_i = argto2(optarg, 1, "info sector");
435 else if (!opt_e && (opt_i || opt_k))
438 if ((fat == 32 && opt_e) || (fat != 32 && (opt_i || opt_k)))
440 fat == 32 ? 'e' : opt_i ? 'i' : 'k',
477 if (opt_i)
478 bpb.bpbFSInfo = opt_i;
/freebsd-9.3-release/contrib/less/
H A Dfuncs.h208 public void opt_i ();
H A Doptfunc.c446 opt_i(type, s) function
H A Dopttbl.c230 TRIPLE|HL_REPAINT, OPT_OFF, &caseless, opt_i,

Completed in 83 milliseconds