OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mincol
(Results
1 - 3
of
3
) sorted by null
/external/eigen/test/
visitor.cpp
29
Index minrow=0,
mincol
=0,maxrow=0,maxcol=0;
local
37
mincol
= j;
52
VERIFY(
mincol
== eigen_mincol);
/external/syslinux/com32/cmenu/libmenu/
menu.c
122
clearwindow(ms->minrow, ms->
mincol
, ms->maxrow, ms->maxcol,
126
gotoxy(ms->minrow, ms->
mincol
);
128
gotoxy(ms->minrow, ms->
mincol
+ tpos);
358
gotoxy(ms->minrow + ms->statline, ms->
mincol
);
365
gotoxy(ms->minrow + ms->statline, ms->
mincol
);
367
gotoxy(ms->minrow + ms->statline, ms->
mincol
);
501
gotoxy(ms->minrow + ms->statline, ms->
mincol
);
504
gotoxy(ms->minrow + ms->statline, ms->
mincol
);
654
rv = runmenusystem(ms->minrow + MENUROW, ms->
mincol
+ MENUCOL,
659
gotoxy(ms->minrow, ms->
mincol
);
[
all
...]
cmenu.h
215
int maxcol,
mincol
, numcols; // Number of columns in the window
member in struct:s_menusystem
Completed in 73 milliseconds