HomeSort by: relevance | last modified time | path
    Searched defs:olabel (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libcurses/
slk.c 553 const wchar_t *olabel; local in function:__slk_wset
561 olabel = label;
562 if ((len = wcsrtombs(NULL, &olabel, 0, &screen->sp)) == -1) {
565 (uint16_t)*olabel);
573 olabel = label;
574 if (wcsrtombs(str, &olabel, len, &screen->sp) == -1)
slk.c 553 const wchar_t *olabel; local in function:__slk_wset
561 olabel = label;
562 if ((len = wcsrtombs(NULL, &olabel, 0, &screen->sp)) == -1) {
565 (uint16_t)*olabel);
573 olabel = label;
574 if (wcsrtombs(str, &olabel, len, &screen->sp) == -1)
slk.c 553 const wchar_t *olabel; local in function:__slk_wset
561 olabel = label;
562 if ((len = wcsrtombs(NULL, &olabel, 0, &screen->sp)) == -1) {
565 (uint16_t)*olabel);
573 olabel = label;
574 if (wcsrtombs(str, &olabel, len, &screen->sp) == -1)

Completed in 33 milliseconds