Lines Matching defs:cmd
100 Buffer cmd;
312 char *reserved, *cmd, *cp;
320 cmd = reserved = NULL;
330 (cmd = buffer_get_string_ret(m, &len)) == NULL) {
332 free(cmd);
365 "term \"%s\", cmd \"%s\", env %u", __func__, c->self,
367 cctx->want_subsys, cctx->term, cmd, env_len);
369 buffer_init(&cctx->cmd);
370 buffer_append(&cctx->cmd, cmd, strlen(cmd));
371 free(cmd);
372 cmd = NULL;
385 buffer_free(&cctx->cmd);
417 buffer_free(&cctx->cmd);
1359 cctx->term, &cctx->tio, c->rfd, &cctx->cmd, cctx->env);
1377 buffer_free(&cctx->cmd);