Searched defs:cut (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/pzip/
H A Dpop.c31 " It can cut high or low frequency partition columns, list format field"
36 "[c:cut?Copy selected columns from the input rows to the standard output.]"
53 " frequency data produced by the \b--cut\b option.]"
54 "[n:newline?Append a newline to each cut output row.]"
181 * cut hi (default) or lo cols from stdin to stdout
185 cut(register Pz_t* pz, register Pzpart_t* pp, int op, register size_t* map, size_t m) function
595 i = cut(pz, pp, op, map, m);
/ast/src/lib/libcmd/
H A Dcut.c26 * cut fields or columns from fields from a file
30 "[-?\n@(#)$Id: cut (AT&T Research) 2010-08-11 $\n]"
32 "[+NAME?cut - cut out selected columns or fields of each line of a file]"
138 Cut_t* cut; local
140 if (!(cut = (Cut_t*)stakalloc(sizeof(Cut_t) + strlen(cp) * sizeof(int))))
142 if (cut->mb = mbwide())
144 memset(cut->space, 0, sizeof(cut->space) / 2);
145 memset(cut
252 cutcols(Cut_t* cut, Sfio_t* fdin, Sfio_t* fdout) argument
364 cutfields(Cut_t* cut, Sfio_t* fdin, Sfio_t* fdout) argument
575 Cut_t* cut; local
[all...]

Completed in 9 milliseconds