Home
last modified time | relevance | path

Searched refs:P_NUM (Results 1 – 10 of 10) sorted by relevance

/dports/databases/percona-toolkit/percona-toolkit-3.3.0/t/pt-online-schema-change/samples/
H A Dissue-26211.sql36 `P_NUM` varchar(50) NOT NULL ,
41 UNIQUE KEY `UK_PM` (`P_MR_NUM`,`P_NUM`),
42 KEY `I_PM_P_NUM` (`P_NUM`),
43 CONSTRAINT `FK_PM_REF_P` FOREIGN KEY (`P_NUM`) REFERENCES `p` (`P_NUM`)
51 `P_NUM` varchar(50) NOT NULL ,
56 PRIMARY KEY (`P_NUM`)
/dports/editors/vim/vim-8.2.3745/src/
H A Doptiondefs.h448 {"balloondelay","bdlay",P_NUM|P_VI_DEF,
629 {"cmdwinheight", "cwh", P_NUM|P_VI_DEF,
1224 {"guiheadroom", "ghr", P_NUM|P_VI_DEF,
1295 {"history", "hi", P_NUM|P_VIM,
1687 {"maxmem", "mm", P_NUM|P_VI_DEF,
1801 {"mzquantum", "mzq", P_NUM,
2107 {"report", NULL, P_NUM|P_VI_DEF,
2816 {"w300", NULL, P_NUM|P_VI_DEF,
2819 {"w1200", NULL, P_NUM|P_VI_DEF,
2822 {"w9600", NULL, P_NUM|P_VI_DEF,
[all …]
H A Doption.c590 else if (flags & P_NUM) in set_option_default()
1634 if (flags & P_NUM) // numeric in do_set()
4005 return (options[opt_idx].flags & P_NUM) in get_option_value()
4007 if (options[opt_idx].flags & P_NUM) in get_option_value()
4066 else if (p->flags & P_NUM) in get_option_value_strict()
4155 else if (p->flags & P_NUM) in get_option_value_strict()
4384 if (flags & P_NUM) in set_option_value()
4599 if (p->flags & P_NUM) in optval_default()
4748 else if (p->flags & P_NUM) in makeset()
6627 if (opp->flags & P_NUM) in option_value2string()
[all …]
H A Doption.h20 #define P_NUM 0x02 // the option is numeric macro
/dports/editors/bvi/bvi-1.4.0/
H A Dset.c43 { "columns", "cm", 16, "", P_NUM },
48 { "offset", "of", 0, "", P_NUM },
50 { "scroll", "scroll", 12, "", P_NUM },
55 { "window", "window", 25, "", P_NUM },
56 { "wordlength", "wl", 4, "", P_NUM },
60 { "color", "co", 7, "", P_NUM },
115 if (params[i].flags & P_NUM) {
H A Dset.h42 #define P_NUM 0x02 /* the parameter is numeric */ macro
H A Dtags174 P_NUM set.h 42;" d
/dports/games/torcs/torcs-1.3.7/src/libs/tgf/
H A Dparams.cpp45 #define P_NUM 0 macro
855 curParam->type = P_NUM; in xmlStartElement()
2453 if (!param || (param->type != P_NUM)) { in GfParmGetCurNum()
2602 param->type = P_NUM; in GfParmSetNum()
2645 param->type = P_NUM; in GfParmSetNumEx()
2701 param->type = P_NUM; in GfParmSetCurNum()
2828 if (param->type == P_NUM) { in insertParamMerge()
2829 paramNew->type = P_NUM; in insertParamMerge()
2917 if (param->type == P_NUM) { in insertParam()
2918 paramNew->type = P_NUM; in insertParam()
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Doption.c629 } else if (flags & P_NUM) { in set_option_default()
4808 if (options[opt_idx].flags & P_NUM) { in get_option_value()
4860 } else if (p->flags & P_NUM) { in get_option_value_strict()
4936 } else if (p->flags & P_NUM) { in get_option_value_strict()
4999 if (flags & P_NUM) { in set_option_value()
5144 if (p->flags & P_NUM) { in optval_default()
5167 } else if (flags & P_NUM) { in ui_refresh_options()
5317 } else if (p->flags & P_NUM) { in makeset()
6685 if (opp->flags & P_NUM) { in option_value2string()
7929 } else if (opt->flags & P_NUM) { in get_winbuf_options()
[all …]
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dgen_opt_test.vim183 elseif line =~ 'P_NUM'