Lines Matching defs:count
616 int count, here, type;
660 if (pl) for (j=0; j<=pl->count; j++) {
716 } else if (pl->count != pl->here) {
740 if (pl && pl->count == -1) {
741 pl->count = 0;
753 pl = xrealloc(pl, sizeof(*pl) + ++pl->count*sizeof(struct sh_arg));
757 arg[pl->count].v = xzalloc(2*sizeof(void *));
758 *arg[pl->count].v = arg->v[++i];
759 arg[pl->count].c = -(s[2] == '<'); // note <<< as c = -1
818 pl->count = -1;
839 pl->count = -1;
852 pl->count = -1;
866 pl->count = -1;
966 pl->count = -1;
978 while (pl->count<pl->here && pl->arg[pl->count].c<0)
979 pl->arg[pl->count++].c = 0;
983 if (sp->pipeline && pl->count != pl->here) return 1;
1009 dprintf(2, "pipeline count=%d here=%d\n", sp->pipeline->prev->count,