예제 #1
0
파일: a2-tgdb.c 프로젝트: DoomHammer/cgdb
int a2_user_ran_command(void *ctx)
{
    struct annotate_two *a2 = (struct annotate_two *) ctx;

    return commands_user_ran_command(a2->c, a2->client_command_list);
}
예제 #2
0
파일: a2-tgdb.cpp 프로젝트: scottlu/cgdb
int a2_user_ran_command(struct annotate_two *a2)
{
    return commands_user_ran_command(a2->c, a2->client_command_list);
}
예제 #3
0
파일: a2-tgdb.cpp 프로젝트: cgdb/cgdb
int a2_user_ran_command(struct annotate_two *a2)
{
    return commands_user_ran_command(a2);
}