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

  /src/external/gpl2/texinfo/dist/makeinfo/
multi.c 67 int current_indent;
152 e->current_indent = current_indent;
163 current_indent = e->current_indent;
244 : (columnfrac * (fill_column - current_indent) + .5);
254 How to take into account current_indent here? */
307 for (s = 0; s < envs[0].current_indent; s++)
462 for (s = 0; s < envs[0].current_indent; s++)
469 for (s = 0; s < envs[i].current_indent; s++
66 int current_indent; member in struct:env
    [all...]

Completed in 16 milliseconds