Lines Matching defs:join
852 * return next character with possible line join
1208 * join all args from n on into 1 arg
1212 join(Arg_t* ap, int n)
2350 if (s = join(ap, 1))
2399 nr("systat", (long)((s = join(ap, 1)) ? system(s) : 0), 0, 0);
2409 if (s = join(ap, 1))
2441 if (!(s = join(ap, 2)))
2459 if (!(s = join(ap, 1)))
2691 if (v = join(ap, 2))
2832 if (s = join(ap, 1))
3255 if (s = join(ap, 1))
3301 if (s = join(ap, 1))
3637 stropt(join(ap, 1), options, sizeof(*options), setopt, options);
3863 sfprintf(state.tmp, "UNKNOWN REQUEST %s", join(state.tag, 0));