コード例 #1
0
ファイル: pager.c プロジェクト: edzer/cxxr
static void pagerselectall(control m)
{
    control c = getdata(m);

    consoleselectall(c);
}
コード例 #2
0
ファイル: rui.c プロジェクト: Maxsl/r-source
static void menuselectall(control m)
{
    consoleselectall(RConsole);
/*    show(RConsole); */
}