Home
last modified time | relevance | path

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

/dports/sysutils/openipmi/OpenIPMI-2.0.29/swig/python/openipmigui/
H A Dgui_cmdwin.py184 (currrow, currcol) = self.text.index("insert").split(".")
185 if ((lastrow != currrow) or (int(currcol) <= 2)):
196 (currrow, currcol) = self.text.index("insert").split(".")
197 if ((lastrow != currrow) or (int(currcol) <= 1)):
207 (currrow, currcol) = self.text.index("insert").split(".")
208 if ((lastrow != currrow) or (int(currcol) <= 2)):
262 (currrow, currcol) = self.text.index("insert").split(".")
263 if ((lastrow != currrow) or (int(currcol) < 2)):
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/src/
H A Dwrite-po.c1067 int currcol = 0; in wrap() local
1072 currcol = strlen (line_prefix); in wrap()
1079 currcol += strlen (name); in wrap()
1085 currcol += extra_indent; in wrap()
1087 currcol = (currcol + 8) & ~7; in wrap()
1092 currcol++; in wrap()
1102 currcol += extra_indent; in wrap()
1104 currcol = (currcol + 8) & ~7; in wrap()
1121 int currcol; in wrap() local
1147 currcol = 0; in wrap()
[all …]
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/src/
H A Dwrite-po.c1067 int currcol = 0; in wrap() local
1072 currcol = strlen (line_prefix); in wrap()
1079 currcol += strlen (name); in wrap()
1085 currcol += extra_indent; in wrap()
1087 currcol = (currcol + 8) & ~7; in wrap()
1092 currcol++; in wrap()
1102 currcol += extra_indent; in wrap()
1104 currcol = (currcol + 8) & ~7; in wrap()
1121 int currcol; in wrap() local
1147 currcol = 0; in wrap()
[all …]
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/src/
H A Dwrite-po.c1067 int currcol = 0; in wrap() local
1072 currcol = strlen (line_prefix); in wrap()
1079 currcol += strlen (name); in wrap()
1085 currcol += extra_indent; in wrap()
1087 currcol = (currcol + 8) & ~7; in wrap()
1092 currcol++; in wrap()
1102 currcol += extra_indent; in wrap()
1104 currcol = (currcol + 8) & ~7; in wrap()
1121 int currcol; in wrap() local
1147 currcol = 0; in wrap()
[all …]
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/src/
H A Dwrite-po.c1067 int currcol = 0; in wrap() local
1072 currcol = strlen (line_prefix); in wrap()
1079 currcol += strlen (name); in wrap()
1085 currcol += extra_indent; in wrap()
1087 currcol = (currcol + 8) & ~7; in wrap()
1092 currcol++; in wrap()
1102 currcol += extra_indent; in wrap()
1104 currcol = (currcol + 8) & ~7; in wrap()
1121 int currcol; in wrap() local
1147 currcol = 0; in wrap()
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dgray.lisp304 (let ((currcol (stream-line-column stream)))
305 (if currcol
306 (dotimes (i (- column currcol) t) (stream-write-char stream #\Space))
/dports/devel/z88dk/z88dk/include/
H A Dzxopus.h78 u8_t currcol; member
/dports/editors/neovim/neovim-0.6.1/runtime/pack/dist/opt/matchit/autoload/
H A Dmatchit.vim254 let currcol = col(".")
255 let regexp = s:Wholematch(matchline, a:1, currcol-1)
257 if endcol > currcol " This is NOT off by one!
/dports/editors/vim/vim-8.2.3745/runtime/pack/dist/opt/matchit/autoload/
H A Dmatchit.vim254 let currcol = col(".")
255 let regexp = s:Wholematch(matchline, a:1, currcol-1)
257 if endcol > currcol " This is NOT off by one!
/dports/mail/crm114/crm114-20100106-BlameMichelson.src/
H A Dcrm_svm_matrix.c4222 unsigned int currcol = vectorit_curr_col(*vit, v); in vectorit_zero_elt() local
4246 vectorit_curr_col(tmpit, v) > currcol)) { in vectorit_zero_elt()