Searched refs:columns (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/astsa/
H A Dast.c34 astwinsize(int fd, int* lines, int* columns) argument
38 if (columns)
39 *columns = 80;
/ast/src/cmd/builtin/
H A Dpr.c36 "[a:across?Print columns across rather than down; \b-\b\acolumns\a must be >1.]"
38 "[C:columns|cols?Print \acolumns\a columns of output. Can also be entered"
39 " as -\acolumns\a. May not be used with \b-m\b.]#[columns:=1]"
62 "[s:separate?Separate columns with \astring\a.]:?[string]"
116 int columns; member in struct:_pr_
153 pp->columns = 1;
242 * <col> is the number of columns until the next tab position
420 incr = (n+pp->columns-1)/pp->columns;
[all...]

Completed in 8 milliseconds