Searched refs:acolumn (Results 1 – 2 of 2) sorted by relevance
141 static int acolumn = DEFAULT_ACOLUMN; variable686 if (current_tcp->curcol < acolumn) in tabto()1684 acolumn = string_to_uint(optarg); in init()1685 if (acolumn < 0) in init()1740 acolumn_spaces = xmalloc(acolumn + 1); in init()1741 memset(acolumn_spaces, ' ', acolumn); in init()1742 acolumn_spaces[acolumn] = '\0'; in init()
31149 * defs.h: Drop extern declaration of acolumn. Make tabto()31153 * strace.c: Make acolumn static, add static char *acolumn_spaces.