Searched refs:catgetlocal (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ee/ |
H A D | ee.c | 103 #define catgetlocal(a, b) (b) macro 5044 catgetlocal(int number, char *string) in catgetlocal() function 5077 modes_menu[0].item_string = catgetlocal( 1, "modes menu"); in strings_init() 5078 mode_strings[1] = catgetlocal( 2, "tabs to spaces "); in strings_init() 5079 mode_strings[2] = catgetlocal( 3, "case sensitive search"); in strings_init() 5080 mode_strings[3] = catgetlocal( 4, "margins observed "); in strings_init() 5081 mode_strings[4] = catgetlocal( 5, "auto-paragraph format"); in strings_init() 5082 mode_strings[5] = catgetlocal( 6, "eightbit characters "); in strings_init() 5083 mode_strings[6] = catgetlocal( 7, "info window "); in strings_init() 5084 mode_strings[8] = catgetlocal( 8, "right margin "); in strings_init() [all …]
|