Home
last modified time | relevance | path

Searched refs:fromcol (Results 1 – 15 of 15) sorted by path

/dports/audio/praat/praat-6.2.03/dwtools/
H A DTableOfReal_extensions.cpp219 …ist_and_Categories (TableOfReal me, integer fromrow, integer torow, integer fromcol, integer tocol,
228 fromcol = fromcol == 0 ? 1 : fromcol;
231 Melder_require (fromcol > 0 && fromcol <= tocol && tocol <= ncols,
235 ncols = tocol - fromcol + 1;
245 for (integer j = fromcol; j <= tocol; j ++, col ++)
H A DTableOfReal_extensions.h29 …t_and_Categories(TableOfReal me, integer fromrow, integer torow, integer fromcol, integer tocol, a…
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dindent.c827 register ptrdiff_t fromcol; variable
835 fromcol = current_column ();
836 mincol = fromcol + XFIXNUM (minimum);
839 if (fromcol == mincol)
845 XSETFASTINT (n, mincol / tab_width - fromcol / tab_width);
850 fromcol = (mincol / tab_width) * tab_width;
854 XSETFASTINT (column, mincol - fromcol);
/dports/editors/emacs/emacs-27.2/src/
H A Dindent.c819 register ptrdiff_t fromcol; variable
827 fromcol = current_column ();
828 mincol = fromcol + XFIXNUM (minimum);
831 if (fromcol == mincol)
837 XSETFASTINT (n, mincol / tab_width - fromcol / tab_width);
842 fromcol = (mincol / tab_width) * tab_width;
846 XSETFASTINT (column, mincol - fromcol);
/dports/editors/jove/jove/
H A Ddisp.c667 int fromcol = W_NUMWIDTH(w); local
685 outbuf[fromcol++] = '!';
686 outbuf[fromcol] = '\0';
689 DeTab(lptr, des_p->s_offset, outbuf + fromcol,
694 - des_p->s_offset + fromcol;
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dscreen.c2293 fromcol = 0; in win_line()
2296 fromcol = 0; in win_line()
2330 if (fromcol >= 0) { in win_line()
2344 fromcol = 0; in win_line()
2556 fromcol = 0; in win_line()
2557 } else if (fromcol >= 0 && fromcol < vcol) { in win_line()
2558 fromcol = vcol; in win_line()
2609 if (fromcol >= 0) { in win_line()
2615 fromcol = -1; in win_line()
2622 fromcol = -1; in win_line()
[all …]
/dports/editors/vim/vim-8.2.3745/src/
H A Ddrawline.c591 fromcol = 0; in win_line()
595 fromcol = 0; in win_line()
607 fromcol = -10; in win_line()
636 if (fromcol >= 0) in win_line()
660 fromcol = 0; in win_line()
852 fromcol = 0; in win_line()
853 else if (fromcol >= 0 && fromcol < vcol) in win_line()
854 fromcol = vcol; in win_line()
908 if (fromcol >= 0) in win_line()
917 fromcol = -1; in win_line()
[all …]
/dports/games/powwow/powwow-1.2.17/
H A Dtty.c567 void tty_gotoxy_opt __P4 (int,fromcol, int,fromline, int,tocol, int,toline) in __P4() argument
594 fromcol = 0; in __P4()
596 if ((i = tocol - fromcol) < 0) { in __P4()
610 fromcol = 0; i = tocol; in __P4()
620 if (fromcol < col0 && toline == line0) { in __P4()
621 strcpy(cp, promptstr+fromcol); in __P4()
622 cp += promptlen-fromcol; in __P4()
623 fromcol = col0; in __P4()
625 my_strncpy(cp, edbuf + (toline - line0) * cols_1 + fromcol - col0, in __P4()
626 tocol - fromcol); in __P4()
[all …]
H A Dtty.h21 void tty_gotoxy_opt __P ((int fromcol, int fromline, int tocol, int toline));
/dports/math/gap/gap-4.11.0/pkg/Browse/lib/
H A Dbrowse.gi5720 #F <y>, <ymax>, <x>, <fromrow>, <fromcol>, <select> )
5734 ## <fromrow> and <fromcol> be the first row and column, respectively, of the
5740 sepsrow, sepscol, i, j, y, ymax, x, fromrow, fromcol, select )
5758 NCurses.PutLine( t.dynamic.window, y-1, x-1, line, fromcol-1 );
5812 j, fromcol, width, sep, jj, rend, val;
5982 fromcol:= topleft[4];
5990 y, ymax, x, fromrow, fromcol,
6004 x:= x + width - fromcol + 1;
6007 fromcol:= 1;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/chat_helpers/
H A Dfield_autocomplete.cpp814 …int32 fromcol = floorclamp(r.x() - st::stickerPanPadding, st::stickerPanSize.width(), 0, _stickers… in paintEvent() local
817 for (int32 col = fromcol; col < tocol; ++col) { in paintEvent()
/dports/science/gramps/gramps-5.1.4/gramps/gui/widgets/
H A Dgrampletpane.py1310 fromcol = mainframe.get_parent()
1311 if fromcol:
1312 fromcol.remove(mainframe)
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/UtilityLib/
H A Dlinalg.cpp1298 void Matrix::InsertMatrix(int row, int col, const Matrix& m, int fromrow, int fromcol, int mrows, i… in InsertMatrix() argument
1308 Elem(row+i-1,col+j-1) = m(fromrow-1+i,fromcol-1+j); in InsertMatrix()
H A Dlinalg.h883 …virtual void InsertMatrix(int row, int col, const Matrix& m, int fromrow, int fromcol, int mrows, …
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/plugins/
H A Dtoolsplugin.py282 fromcol = qt.QColor(fields['color1'])
295 if qt.QColor(node.val) == fromcol: