Lines Matching refs:ccp
1618 const char *ccp;
1660 if ((fd = coproc_getfd(R_OK, &ccp)) < 0) {
1661 bi_errorf(Tf_coproc, ccp);
1684 else if ((fd = check_fd(builtin_opt.optarg, R_OK, &ccp)) < 0) {
1685 bi_errorf(Tf_sD_sD_s, Tdu, builtin_opt.optarg, ccp);
1701 if ((ccp = cstrchr(*wp, '?')) != NULL) {
1703 allocd[ccp - *wp] = '\0';
1712 shf_puts(ccp + 1, shl_out);
1878 ccp = cp = Xclose(xs, xp);
1899 while (bytesread && is_ifsws(*ccp)) {
1900 ++ccp;
1904 while (bytesread && is_ifsws(ccp[bytesread - 1])) {
1921 bytesleft = utf_ptradj(ccp);
1923 *xp++ = *ccp++;
1942 ch = *ccp;
1955 ++ccp;
1964 ch = *ccp;
1973 ++ccp;
1980 while (bytesread && is_ifsws(*ccp)) {
1982 Xput(xs, xp, *ccp);
1983 ++ccp;