Lines Matching full:acolumn
150 static int acolumn = DEFAULT_ACOLUMN;672 if (current_tcp->curcol < acolumn)1562 acolumn = string_to_uint(optarg);1563 if (acolumn < 0)1618 acolumn_spaces = xmalloc(acolumn + 1);1619 memset(acolumn_spaces, ' ', acolumn);1620 acolumn_spaces[acolumn] = '\0';