Home
last modified time | relevance | path

Searched refs:one_above (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/geany-plugin-vimode/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-pg/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-vc/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-sendmail/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-scope/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-insertnum/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-lua/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-miniscript/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-git-changebar/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-geniuspaste/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-lineoperations/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()
/dports/devel/geany-plugin-markdown/geany-plugins-1.38/vimode/src/cmds/
H A Dmotion.c46 gint one_above, pos; in cmd_goto_up() local
56 one_above = p->line - p->num - 1; in cmd_goto_up()
57 if (one_above >= 0) in cmd_goto_up()
62 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in cmd_goto_up()
100 gint one_above, pos; in goto_down() local
107 one_above = p->line + num - 1; in goto_down()
108 one_above = one_above < last_line ? one_above : last_line - 1; in goto_down()
109 pos = SSM(p->sci, SCI_GETLINEENDPOSITION, one_above, 0); in goto_down()

12