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

  /src/usr.bin/col/
col.c 498 int tab_col, tab_size; local in function:flush_line
503 tab_size = tab_col - last_col;
504 if (tab_size == 1)
508 nspace -= tab_size;
  /src/sys/arch/amiga/dev/
itevar.h 176 enum tab_size { TABSIZE = 8 }; enum
  /src/sys/arch/atari/dev/
itevar.h 169 enum tab_size { TABSIZE = 8 }; enum
  /src/lib/libform/
internals.c 116 tab_size(_FORMI_FIELD_LINES *row, unsigned int i);
2140 cur->cursor_xpos += tab_size(row,
2200 size = tab_size(row, pos);
3411 tab_size(_FORMI_FIELD_LINES *row, unsigned int i) function in typeref:typename:int
  /src/sys/arch/x68k/dev/
itevar.h 230 enum tab_size { TABSIZE = 8 }; enum

Completed in 16 milliseconds