Searched defs:rows (Results 1 - 8 of 8) sorted by relevance
/ast/src/lib/libast/port/ |
H A D | astwinsize.c | 26 * return terminal rows and cols 72 astwinsize(int fd, register int* rows, register int* cols) argument 80 if (rows) *rows = ws.ws_row; 91 if (rows) *rows = ts.ts_lines; 102 if (rows) *rows = ws.bytesy; 112 if (rows) *rows [all...] |
/ast/src/lib/libast/disc/ |
H A D | sfdcmore.c | 44 int rows; /* max rows */ member in struct:__anon257 200 if (++more->row < more->rows) 298 * if rows==0 or cols==0 then they are deterimined from the tty 303 int sfdcmore(Sfio_t* f, const char* prompt, int rows, int cols) argument 305 int sfdcmore(f, prompt, rows, cols) 308 int rows; 332 if (!rows || !cols) 335 astwinsize(sffileno(sfstdin), &rows, &cols); local 337 if (!rows) [all...] |
/ast/src/cmd/pzip/ |
H A D | pcmp.c | 110 size_t rows; local 129 rows = 1000; 132 switch (optget(argv, "c#[cols]l#[compression-level]r#[rows]vT#[test-mask]")) 144 rows = opt_info.num; 169 datsize = rows * cols;
|
H A D | pop.c | 36 "[c:cut?Copy selected columns from the input rows to the standard output.]" 146 register size_t rows; local 150 rows = 0; 165 for (rows += (n = r / pp->row); n--; buf += pp->row) 177 return rows; 240 ssize_t rows; local 297 if ((rows = gather(pz, pp, pz->io, ip, map, m)) < 0) 299 sfprintf(sfstdout, "%s frequency info over %I*d rows\n\n", (op & OP_LO) ? "low" : "high", sizeof(rows), rows); 364 ssize_t rows; local [all...] |
H A D | pin.c | 35 " of fixed length rows (records) and columns (fields). If a partition" 46 " change between rows. High frequency cutoff rates, specified by" 107 "[w:window?Limit the number of training data rows used to induce the" 109 " integral number of complete rows.]#[window-size:=4M]" 537 size_t rows; local 548 rows = tot / row; 603 for (i = 0; i < rows; i++) 610 n = rows; 661 sfprintf(sfstderr, "filter done -- %u rows\n", n); 704 for (i = 0; i < rows; 1448 size_t rows; local [all...] |
/ast/src/cmd/ksh93/sh/ |
H A D | fault.c | 77 int rows=0, cols=0; local 79 astwinsize(2,&rows,&cols); 82 if(v = rows)
|
/ast/src/cmd/mailx/ |
H A D | cmd1.c | 312 register int rows; local 316 rows = (cmds + cols - 1) / cols; 317 for (i = 0; i < rows; i++) { 318 for (j = i; j < cmds; j += rows)
|
/ast/src/cmd/ksh93/edit/ |
H A D | edit.c | 516 int rows,cols; local 522 astwinsize(2,&rows,&cols); 835 int n, rows, newsize; local 839 astwinsize(2,&rows,&newsize); 859 astwinsize(2,&rows,&newsize);
|
Completed in 52 milliseconds