Lines Matching defs:cut
66 size_t cut = width-1;68 while(!ISBLANK(ptr[cut]) && cut) {69 cut--;71 if(0 == cut)72 /* not a single cutting position was found, just cut it at the74 cut = width-1;76 (void)fwrite(ptr, cut + 1, 1, tool_stderr);78 ptr += cut + 1; /* skip the space too */79 len -= cut + 1;