OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:justify
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libcurses/
slk.c
260
slk_set(int labnum, const char *label, int
justify
)
263
return __slk_set(_cursesi_screen, labnum, label,
justify
);
284
slk_wset(int labnum, const wchar_t *label, int
justify
)
287
return __slk_wset(_cursesi_screen, labnum, label,
justify
);
469
__slk_set(SCREEN *screen, int labnum, const char *label, int
justify
)
483
switch(
justify
) {
524
l->
justify
=
justify
;
551
__slk_wset(SCREEN *screen, int labnum, const wchar_t *label, int
justify
)
576
result = __slk_set(screen, labnum, str,
justify
);
[
all
...]
curses_private.h
195
int
justify
;
member in struct:__slk_label
/src/tests/lib/libcurses/slave/
curses_commands.c
4991
ARG_INT(
justify
);
4994
report_return(slk_set(labnum, label,
justify
));
5012
ARG_INT(
justify
);
5015
report_return(slk_wset(labnum, label,
justify
));
Completed in 14 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025