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

  /src/external/gpl2/texinfo/dist/makeinfo/
multi.c 197 float columnfrac;
226 if (sscanf (params, "%f", &columnfrac) < 1)
243 int width = xml || html ? (columnfrac + .005) * 100
244 : (columnfrac * (fill_column - current_indent) + .5);
195 float columnfrac; local
multi.c 197 float columnfrac;
226 if (sscanf (params, "%f", &columnfrac) < 1)
243 int width = xml || html ? (columnfrac + .005) * 100
244 : (columnfrac * (fill_column - current_indent) + .5);
195 float columnfrac; local

Completed in 39 milliseconds