Lines Matching refs:cw_ictx_t
216 } cw_ictx_t; typedef
297 static cw_ictx_t *
300 cw_ictx_t *ctx = calloc(1, sizeof (cw_ictx_t)); in newictx()
425 discard_file_name(cw_ictx_t *ctx, const char *path) in discard_file_name()
489 do_gcc(cw_ictx_t *ctx) in do_gcc()
964 do_smatch(cw_ictx_t *ctx) in do_smatch()
996 do_cc(cw_ictx_t *ctx) in do_cc()
1094 prepctx(cw_ictx_t *ctx) in prepctx()
1129 invoke(cw_ictx_t *ctx) in invoke()
1200 reap(cw_ictx_t *ctx) in reap()
1255 exec_ctx(cw_ictx_t *ctx, int block) in exec_ctx()
1329 cleanup(cw_ictx_t *ctx) in cleanup()
1387 cw_ictx_t *main_ctx; in main()
1495 cw_ictx_t *shadow_ctx; in main()
1500 (void) memcpy(shadow_ctx, main_ctx, sizeof (cw_ictx_t)); in main()
1514 cw_ictx_t *next = main_ctx; in main()
1516 cw_ictx_t *toreap = next; in main()