HomeSort by: relevance | last modified time | path
    Searched refs:acs_char (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libcurses/
acs.c 124 screen->acs_char[count]= _acs_char[count];
133 _acs_char[count]= screen->acs_char[count];
286 screen->acs_char[count]= _acs_char[count];
curses_private.h 235 chtype acs_char[NUM_ACS]; member in struct:__screen
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-win.c 232 /* Translate NAME to a value. If NAME is "acs", use ACS_CHAR. Otherwise, use
235 translate_acs (const char *name, struct tui_translate *table, int acs_char)
240 return acs_char;
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-win.c 232 /* Translate NAME to a value. If NAME is "acs", use ACS_CHAR. Otherwise, use
235 translate_acs (const char *name, struct tui_translate *table, int acs_char)
240 return acs_char;

Completed in 19 milliseconds