Home
last modified time | relevance | path

Searched refs:sel_c (Results 1 – 12 of 12) sorted by relevance

/dports/japanese/w3m/w3m-2b59b9e/
H A Drc.c269 struct sel_c { struct
276 static struct sel_c colorstr[] = { argument
303 static struct sel_c defaulturls[] = {
310 static struct sel_c displayinsdel[] = {
318 static struct sel_c wheelmode[] = {
326 static struct sel_c dnsorders[] = {
337 static struct sel_c badcookiestr[] = {
347 static struct sel_c mailtooptionsstr[] = {
360 static struct sel_c auto_detect_str[] = {
376 static struct sel_c inlineimgstr[] = {
[all …]
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Drc.c269 struct sel_c { struct
276 static struct sel_c colorstr[] = { argument
303 static struct sel_c defaulturls[] = {
310 static struct sel_c displayinsdel[] = {
318 static struct sel_c wheelmode[] = {
326 static struct sel_c dnsorders[] = {
337 static struct sel_c badcookiestr[] = {
347 static struct sel_c mailtooptionsstr[] = {
360 static struct sel_c auto_detect_str[] = {
376 static struct sel_c inlineimgstr[] = {
[all …]
/dports/www/w3m/w3m-2b59b9e/
H A Drc.c269 struct sel_c { struct
276 static struct sel_c colorstr[] = { argument
303 static struct sel_c defaulturls[] = {
310 static struct sel_c displayinsdel[] = {
318 static struct sel_c wheelmode[] = {
326 static struct sel_c dnsorders[] = {
337 static struct sel_c badcookiestr[] = {
347 static struct sel_c mailtooptionsstr[] = {
360 static struct sel_c auto_detect_str[] = {
376 static struct sel_c inlineimgstr[] = {
[all …]
/dports/www/w3m-img/w3m-2b59b9e/
H A Drc.c269 struct sel_c { struct
276 static struct sel_c colorstr[] = { argument
303 static struct sel_c defaulturls[] = {
310 static struct sel_c displayinsdel[] = {
318 static struct sel_c wheelmode[] = {
326 static struct sel_c dnsorders[] = {
337 static struct sel_c badcookiestr[] = {
347 static struct sel_c mailtooptionsstr[] = {
360 static struct sel_c auto_detect_str[] = {
376 static struct sel_c inlineimgstr[] = {
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/mach-davinci/
H A Dboard-da850-evm.c466 int sel_a, sel_b, sel_c, ret; in da850_evm_ui_expander_setup() local
470 sel_c = gpio + DA850_EVM_UI_EXP_SEL_C; in da850_evm_ui_expander_setup()
484 ret = gpio_request(sel_c, da850_evm_ui_exp[DA850_EVM_UI_EXP_SEL_C]); in da850_evm_ui_expander_setup()
486 pr_warn("Cannot open UI expander pin %d\n", sel_c); in da850_evm_ui_expander_setup()
493 gpio_direction_output(sel_c, 1); in da850_evm_ui_expander_setup()
508 da850_evm_setup_video_port(sel_c); in da850_evm_ui_expander_setup()
513 gpio_free(sel_c); in da850_evm_ui_expander_setup()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/mach-davinci/
H A Dboard-da850-evm.c466 int sel_a, sel_b, sel_c, ret; in da850_evm_ui_expander_setup() local
470 sel_c = gpio + DA850_EVM_UI_EXP_SEL_C; in da850_evm_ui_expander_setup()
484 ret = gpio_request(sel_c, da850_evm_ui_exp[DA850_EVM_UI_EXP_SEL_C]); in da850_evm_ui_expander_setup()
486 pr_warn("Cannot open UI expander pin %d\n", sel_c); in da850_evm_ui_expander_setup()
493 gpio_direction_output(sel_c, 1); in da850_evm_ui_expander_setup()
508 da850_evm_setup_video_port(sel_c); in da850_evm_ui_expander_setup()
513 gpio_free(sel_c); in da850_evm_ui_expander_setup()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/mach-davinci/
H A Dboard-da850-evm.c466 int sel_a, sel_b, sel_c, ret; in da850_evm_ui_expander_setup() local
470 sel_c = gpio + DA850_EVM_UI_EXP_SEL_C; in da850_evm_ui_expander_setup()
484 ret = gpio_request(sel_c, da850_evm_ui_exp[DA850_EVM_UI_EXP_SEL_C]); in da850_evm_ui_expander_setup()
486 pr_warn("Cannot open UI expander pin %d\n", sel_c); in da850_evm_ui_expander_setup()
493 gpio_direction_output(sel_c, 1); in da850_evm_ui_expander_setup()
508 da850_evm_setup_video_port(sel_c); in da850_evm_ui_expander_setup()
513 gpio_free(sel_c); in da850_evm_ui_expander_setup()
/dports/math/giacxcas/giac-1.6.0/src/
H A Dkadd.cc440 int sel_r=t.sel_row_begin,sel_R=t.cur_row,sel_c=t.sel_col_begin,sel_C=t.cur_col; in sheet_display() local
443 if (sel_c>sel_C) in sheet_display()
444 swapint(sel_c,sel_C); in sheet_display()
471 bool rev=has_sel?(sel_r<=i && i<=sel_R && sel_c<=j && j<=sel_C):iscur; in sheet_display()
493 s=printsel(sel_r,sel_c,sel_R,sel_C); in sheet_display()
510 s1=printsel(sel_r,sel_c,sel_R,sel_C); in sheet_display()
/dports/cad/iverilog/verilog-11.0/
H A Delab_expr.cc4436 if (NetEConst*sel_c = dynamic_cast<NetEConst*> (sel)) { in elaborate_expr_param_bit_() local
4439 if (! sel_c->value().is_defined()) { in elaborate_expr_param_bit_()
4443 << sel_c->value() << "] for parameter '" in elaborate_expr_param_bit_()
4454 long sel_v = sel_c->value().as_long(); in elaborate_expr_param_bit_()
4471 "Constant bit select [" << sel_c->value().as_long() in elaborate_expr_param_bit_()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSTableView.m2308 const SEL sel_c = @selector(tableView:setObjectValue:forTableColumn:row:);
2334 _dataSource_editable = [anObject respondsToSelector: sel_c];
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Drender_text_unittest.cc4292 SelectionModel sel_c(2, CURSOR_FORWARD); in TEST_F() local
4295 Rect cursor_before_c = render_text->GetCursorBounds(sel_c, true); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Drender_text_unittest.cc4886 SelectionModel sel_c(2, CURSOR_FORWARD); in TEST_F() local
4889 Rect cursor_before_c = render_text->GetCursorBounds(sel_c, true); in TEST_F()