Home
last modified time | relevance | path

Searched refs:use_attr (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
D_cursesmodule.c425 int use_xy = FALSE, use_attr = FALSE; in PyCursesWindow_AddStr() local
436 use_attr = TRUE; in PyCursesWindow_AddStr()
447 use_xy = use_attr = TRUE; in PyCursesWindow_AddStr()
454 if (use_attr == TRUE) { in PyCursesWindow_AddStr()
462 if (use_attr == TRUE) in PyCursesWindow_AddStr()
474 int use_xy = FALSE, use_attr = FALSE; in PyCursesWindow_AddNStr() local
485 use_attr = TRUE; in PyCursesWindow_AddNStr()
496 use_xy = use_attr = TRUE; in PyCursesWindow_AddNStr()
503 if (use_attr == TRUE) { in PyCursesWindow_AddNStr()
511 if (use_attr == TRUE) in PyCursesWindow_AddNStr()
[all …]
/external/python/cpython3/Modules/
D_cursesmodule.c686 int use_xy = group_left_1, use_attr = group_right_1; in _curses_window_addstr_impl() local
696 if (use_attr) { in _curses_window_addstr_impl()
720 if (use_attr) in _curses_window_addstr_impl()
768 int use_xy = group_left_1, use_attr = group_right_1; in _curses_window_addnstr_impl() local
779 if (use_attr) { in _curses_window_addnstr_impl()
803 if (use_attr) in _curses_window_addnstr_impl()
1686 int use_xy = group_left_1, use_attr = group_right_1; in _curses_window_insstr_impl() local
1697 if (use_attr) { in _curses_window_insstr_impl()
1721 if (use_attr) in _curses_window_insstr_impl()
1771 int use_xy = group_left_1, use_attr = group_right_1; in _curses_window_insnstr_impl() local
[all …]