OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATLINE
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/com32/cmenu/libmenu/
cmenu.h
95
#define
STATLINE
24 // Line number where status line starts (relative to window)
212
uchar
statline
;
member in struct:s_menusystem
236
void set_status_info(uchar statusattr, uchar statushlite, uchar
statline
);
menu.c
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);
704
ms->
statline
=
STATLINE
;
776
void set_status_info(uchar statusattr, uchar statushlite, uchar
statline
)
782
//
statline
is relative to minrow
783
if (
statline
>= ms->numrows
[
all
...]
Completed in 59 milliseconds