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

  /src/external/bsd/mdocml/dist/
out.c 39 int startcol; member in struct:tbl_colgroup
198 while (*gp != NULL && ((*gp)->startcol < icol ||
201 if (*gp == NULL || (*gp)->startcol > icol ||
206 g->startcol = icol;
243 for (icol = g->startcol; icol <= g->endcol; icol++) {
271 for (icol = g->startcol; icol <= g->endcol; icol++)
298 for (icol = g->startcol; icol <= g->endcol; icol++)
315 for (icol = g->startcol; icol <= g->endcol; icol++) {
  /src/external/gpl2/gettext/dist/gettext-tools/src/
write-po.c 461 int startcol, startcol_after_break, width; local
684 startcol = (line_prefix ? strlen (line_prefix) : 0);
687 startcol += strlen (name);
689 startcol = (startcol + extra_indent + 8) & ~7;
691 startcol++;
696 startcol = (startcol + extra_indent + 8) & ~7;
699 startcol++;
701 startcol -= startcol_after_break
    [all...]
  /src/external/bsd/nvi/dist/gtk/
gtkviscreen.c 129 gint col, startcol; local
135 startcol = x ? endcol[x-1] : -1;
136 for (p = CharAt(vi,vi->cury,vi->curx), end = p + len, col = startcol;
143 mark_lines(vi, vi->cury, startcol+1, vi->cury+1, endcol[x-1]+1);
162 gint col, startcol; local
171 startcol = x ? endcol[x-1] : -1;
172 for (col = startcol; x < vi->curx + len; ++x)
175 mark_lines(vi, vi->cury, startcol+1, vi->cury+1, endcol[x-1]+1);

Completed in 74 milliseconds