Searched refs:acolumn (Results 1 – 2 of 2) sorted by relevance
147 static int acolumn = DEFAULT_ACOLUMN; variable708 if (current_tcp->curcol < acolumn) in tabto()1614 acolumn = string_to_uint(optarg); in init()1615 if (acolumn < 0) in init()1794 acolumn_spaces = xmalloc(acolumn + 1); in init()1795 memset(acolumn_spaces, ' ', acolumn); in init()1796 acolumn_spaces[acolumn] = '\0'; in init()
50339 * defs.h: Drop extern declaration of acolumn. Make tabto()50343 * strace.c: Make acolumn static, add static char *acolumn_spaces.