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

  /src/distrib/utils/more/
option.c 56 int tabstop = 8; /* Tab settings */ variable
115 tabstop = atoi(optarg);
116 if (tabstop <= 0)
117 tabstop = 8;
  /src/external/gpl2/diffutils/dist/src/
side.c 91 unsigned int tabstop = out_position + spaces; local
94 if (out_bound < tabstop)
95 tabstop = out_bound;
96 for (; out_position < tabstop; out_position++)
100 if (tabstop < out_bound)
102 out_position = tabstop;
  /src/external/gpl2/xcvs/dist/diff/
side.c 95 unsigned tabstop = out_position + spaces; local
98 if (out_bound < tabstop)
99 tabstop = out_bound;
100 for (; out_position < tabstop; out_position++)
104 if (tabstop < out_bound)
106 out_position = tabstop;
  /src/usr.bin/diff/
diffreg.c 1654 int col, newcol, tabstop; local
1660 while ((tabstop = roundup(col + 1, tabsize)) <= newcol) {
1662 col = tabstop;
  /src/external/bsd/less/dist/
opttbl.c 35 public int tabstop; /* Tab settings */ variable
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic.h 357 /* The size of the tabstop for tab expansion. */
358 int tabstop; member in struct:diagnostic_context

Completed in 27 milliseconds