Searched refs:extra_space (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A Dprintdata.c88 char * extra_space = ""; local
90 extra_space = " ";
97 STRING_APPEND(str, " %s%s\n", extra_space, line_buf);
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dutil.c207 char * extra_space = ""; local
209 extra_space = " ";
216 STRING_APPEND(str, " %s%s\n", extra_space, line_buf);
/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Dcolumn.cpp87 virtual vunits extra_space(); // post line
109 vunits extra_space();
182 vunits output_line::extra_space() function in class:output_line
218 vunits node_output_line::extra_space() function in class:node_output_line
442 return p->extra_space();
/macosx-10.9.5/groff-38/groff/src/preproc/eqn/
H A Dbox.cpp336 b->extra_space();
348 void box::extra_space() function in class:box
H A Dbox.h38 void extra_space();
/macosx-10.9.5/groff-38/groff/src/devices/grops/
H A Dps.cpp987 int extra_space = 0;
1008 extra_space = sbuf_space_width - w - sbuf_kern;
1010 extra_space++;
1012 extra_space--;
1016 out.put_fix_number(extra_space);
/macosx-10.9.5/vim-53/src/
H A Dmisc1.c849 int extra_space = FALSE; /* append extra space */ local
944 extra_space = TRUE;
975 extra_space = TRUE;
1011 leader = alloc(lead_len + lead_repl_len + extra_space +
1201 extra_space = FALSE;
1205 if (extra_space)
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf32-xtensa.c6913 int extra_space;
6920 extra_space = compute_fill_extra_space (ebb->ends_unreachable);
6921 br = action->removed_bytes + removed_bytes + extra_space;
6924 action->removed_bytes = extra_space - br;
6890 int extra_space; local
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/lib/Perl/
H A DTidy.pm3719 my $extra_space = "";
3720 $extra_space .=
3724 $extra_space .=
3748 "L$input_line_number:$output_line_number$extra_space i$python_indentation_level:$structural_indentation_level $ci_level $bk $nesting_string";
5355 my $extra_space .=
5360 $html_line = $extra_space . $line_number . " " . $html_line;
12306 # $extra_space .=
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm4257 my $extra_space = "";
4258 $extra_space .=
4262 $extra_space .=
4285 "L$input_line_number:$output_line_number$extra_space i$guessed_indentation_level:$structural_indentation_level $ci_level $bk $nesting_string";
5890 my $extra_space .=
5895 $html_line = $extra_space . $line_number . " " . $html_line;
13660 # $extra_space .=
[all...]

Completed in 491 milliseconds