Lines Matching defs:ccp
1606 const char *ccp;
1648 if ((fd = coproc_getfd(R_OK, &ccp)) < 0) {
1649 bi_errorf(Tf_coproc, ccp);
1672 else if ((fd = check_fd(builtin_opt.optarg, R_OK, &ccp)) < 0) {
1673 bi_errorf(Tf_sD_sD_s, "-u", builtin_opt.optarg, ccp);
1689 if ((ccp = cstrchr(*wp, '?')) != NULL) {
1691 allocd[ccp - *wp] = '\0';
1700 shf_puts(ccp + 1, shl_out);
1866 ccp = cp = Xclose(xs, xp);
1887 while (bytesread && is_ifsws(*ccp)) {
1888 ++ccp;
1892 while (bytesread && is_ifsws(ccp[bytesread - 1])) {
1909 bytesleft = utf_ptradj(ccp);
1911 *xp++ = *ccp++;
1930 ch = *ccp;
1943 ++ccp;
1952 ch = *ccp;
1961 ++ccp;
1968 while (bytesread && is_ifsws(*ccp)) {
1970 Xput(xs, xp, *ccp);
1971 ++ccp;