Lines Matching defs:comstring
120 if (j->comstring == NULL) {
128 j->comstring = &dummystring;
133 j->comstring = &dummystring;
138 j->comstring = &dummystring;
142 j->comstring = &dummystring;
147 j->comstring = create_failed || (stopping &&
154 j->comstring = j->comstring == &dummystring ? NULL :
157 ? TAILQ_PREV(j->comstring, cfstrings, tq)
158 : TAILQ_NEXT(j->comstring, tq);
160 if (j->comstring == NULL || j->comstring->len == 0 ||
290 const struct cfstring *comstring, *s;
345 comstring = j->comstring;
351 val = alloca(strlen(comstring->s) + 1);
352 strcpy(val, comstring->s);
408 val = alloca(strlen(comstring->s) + 1);
409 strcpy(val, comstring->s);
457 argv[1] = comstring->s;
467 comcs = alloca(comstring->len + 1);
468 strcpy(comcs, comstring->s);
474 j->intparams[comparam]->name, comstring->s);
483 j->intparams[comparam]->name, comstring->s);
601 + 4 * comstring->len
605 ret = snprintf(comcs, comlen, fmt, comstring->s,
606 jidstr, comstring->s, comstring->s, jidstr,
607 comstring->s);
629 j->comstring = &dummystring;
634 if ((cs = strpbrk(comstring->s, "!\"$&'()*;<>?[\\]`{|}~")) &&
639 argv[2] = comstring->s;
646 comcs = alloca(comstring->len + 1);
647 strcpy(comcs, comstring->s);
653 strcpy(comcs, comstring->s);