コード例 #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);
}