HomeSort by: relevance | last modified time | path
    Searched defs:column_width (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/texinfo/dist/makeinfo/
float.c 268 int column_width; /* width of the first column in menus. */ local
275 column_width = 43;
281 column_width = 37;
304 if (len + aux_chars_len > column_width
311 if (len + aux_chars_len > column_width)
313 column_width - strlen (" ..."). */
316 len = column_width - aux_chars_len;
330 len = column_width - sizeof ("...");
366 /* We insert space chars until ``column_width + four spaces''
370 while (i < column_width + sizeof (" ") - 1
    [all...]
  /src/external/gpl3/binutils/dist/gprof/
cg_print.c 573 int column_width = (output_width - 1) / 3; /* Don't write in last col! */ local
667 starting_col += column_width;
  /src/external/gpl3/binutils.old/dist/gprof/
cg_print.c 573 int column_width = (output_width - 1) / 3; /* Don't write in last col! */ local
667 starting_col += column_width;

Completed in 25 milliseconds