text               42 lib/event-types.h     char **text;
text              220 lib/mcconfig/history.c         char *text = (char *) h->data;
text              223 lib/mcconfig/history.c         if (text == NULL)
text              229 lib/mcconfig/history.c             mc_config_set_string_raw (cfg, name, key, text);
text              233 lib/mcconfig/history.c             if (str_convert (conv, text, buffer) == ESTR_FAILURE)
text              234 lib/mcconfig/history.c                 mc_config_set_string_raw (cfg, name, key, text);
text               22 lib/strescape.h char *strutils_shell_unescape (const char *text);
text               23 lib/strescape.h char *strutils_shell_escape (const char *text);
text               25 lib/strescape.h char *strutils_glob_escape (const char *text);
text               26 lib/strescape.h char *strutils_glob_unescape (const char *text);
text               28 lib/strescape.h char *strutils_regex_escape (const char *text);
text               29 lib/strescape.h char *strutils_regex_unescape (const char *text);
text              110 lib/strutil.h      gboolean (*is_valid_string) (const char *text);
text              112 lib/strutil.h        /*I*/ void (*cnext_char) (const char **text);
text              113 lib/strutil.h      void (*cprev_char) (const char **text);
text              114 lib/strutil.h      void (*cnext_char_safe) (const char **text);
text              115 lib/strutil.h        /*I*/ void (*cprev_char_safe) (const char **text);
text              116 lib/strutil.h        /*I*/ int (*cnext_noncomb_char) (const char **text);
text              117 lib/strutil.h        /*I*/ int (*cprev_noncomb_char) (const char **text, const char *begin);
text              124 lib/strutil.h        /*I*/ int (*length) (const char *text);
text              125 lib/strutil.h        /*I*/ int (*length2) (const char *text, int size);
text              126 lib/strutil.h        /*I*/ int (*length_noncomb) (const char *text);
text              129 lib/strutil.h      void (*fix_string) (char *text);
text              130 lib/strutil.h        /*I*/ const char *(*term_form) (const char *text);
text              131 lib/strutil.h        /*I*/ const char *(*fit_to_term) (const char *text, int width, align_crt_t just_mode);
text              132 lib/strutil.h        /*I*/ const char *(*term_trim) (const char *text, int width);
text              133 lib/strutil.h        /*I*/ const char *(*term_substring) (const char *text, int start, int width);
text              134 lib/strutil.h        /*I*/ int (*term_width1) (const char *text);
text              135 lib/strutil.h        /*I*/ int (*term_width2) (const char *text, size_t length);
text              138 lib/strutil.h        /*I*/ int (*offset_to_pos) (const char *text, size_t length);
text              139 lib/strutil.h        /*I*/ int (*column_to_pos) (const char *text, size_t pos);
text              142 lib/strutil.h      const char *(*search_first) (const char *text, const char *needle, gboolean case_sen);
text              143 lib/strutil.h      const char *(*search_last) (const char *text, const char *needle, gboolean case_sen);
text              148 lib/strutil.h        /*I*/ int (*prefix) (const char *text, const char *prefix);
text              149 lib/strutil.h        /*I*/ int (*caseprefix) (const char *text, const char *prefix);
text              150 lib/strutil.h        /*I*/ char *(*create_key) (const char *text, gboolean case_sen);
text              151 lib/strutil.h        /*I*/ char *(*create_key_for_filename) (const char *text, gboolean case_sen);
text              250 lib/strutil.h  gboolean str_is_valid_string (const char *text);
text              262 lib/strutil.h  char *str_get_next_char (char *text);
text              263 lib/strutil.h  const char *str_cget_next_char (const char *text);
text              267 lib/strutil.h  char *str_get_prev_char (char *text);
text              268 lib/strutil.h  const char *str_cget_prev_char (const char *text);
text              272 lib/strutil.h  void str_next_char (char **text);
text              273 lib/strutil.h  void str_cnext_char (const char **text);
text              277 lib/strutil.h  void str_prev_char (char **text);
text              278 lib/strutil.h  void str_cprev_char (const char **text);
text              284 lib/strutil.h  char *str_get_next_char_safe (char *text);
text              285 lib/strutil.h  const char *str_cget_next_char_safe (const char *text);
text              291 lib/strutil.h  char *str_get_prev_char_safe (char *text);
text              292 lib/strutil.h  const char *str_cget_prev_char_safe (const char *text);
text              298 lib/strutil.h  void str_next_char_safe (char **text);
text              299 lib/strutil.h  void str_cnext_char_safe (const char **text);
text              305 lib/strutil.h  void str_prev_char_safe (char **text);
text              306 lib/strutil.h  void str_cprev_char_safe (const char **text);
text              313 lib/strutil.h  int str_next_noncomb_char (char **text);
text              314 lib/strutil.h  int str_cnext_noncomb_char (const char **text);
text              321 lib/strutil.h  int str_prev_noncomb_char (char **text, const char *begin);
text              322 lib/strutil.h  int str_cprev_noncomb_char (const char **text, const char *begin);
text              370 lib/strutil.h  int str_length (const char *text);
text              375 lib/strutil.h  int str_length2 (const char *text, int size);
text              380 lib/strutil.h  int str_length_char (const char *text);
text              385 lib/strutil.h  int str_length_noncomb (const char *text);
text              391 lib/strutil.h  void str_fix_string (char *text);
text              399 lib/strutil.h  const char *str_term_form (const char *text);
text              406 lib/strutil.h  const char *str_fit_to_term (const char *text, int width, align_crt_t just_mode);
text              413 lib/strutil.h  const char *str_term_trim (const char *text, int width);
text              421 lib/strutil.h  const char *str_term_substring (const char *text, int start, int width);
text              426 lib/strutil.h  int str_term_width1 (const char *text);
text              432 lib/strutil.h  int str_term_width2 (const char *text, size_t length);
text              438 lib/strutil.h  int str_term_char_width (const char *text);
text              443 lib/strutil.h  int str_offset_to_pos (const char *text, size_t length);
text              448 lib/strutil.h  int str_column_to_pos (const char *text, size_t pos);
text              454 lib/strutil.h  const char *str_trunc (const char *text, int width);
text              468 lib/strutil.h  const char *str_search_first (const char *text, const char *needle, gboolean case_sen);
text              472 lib/strutil.h  const char *str_search_last (const char *text, const char *needle, gboolean case_sen);
text              502 lib/strutil.h  int str_prefix (const char *text, const char *prefix);
text              507 lib/strutil.h  int str_caseprefix (const char *text, const char *prefix);
text              512 lib/strutil.h  char *str_create_key (const char *text, gboolean case_sen);
text              518 lib/strutil.h  char *str_create_key_for_filename (const char *text, gboolean case_sen);
text              594 lib/strutil.h  void str_msg_term_size (const char *text, int *lines, int *columns);
text              218 lib/strutil/strescape.c strutils_shell_unescape (const char *text)
text              220 lib/strutil/strescape.c     return strutils_unescape (text, -1, ESCAPE_SHELL_CHARS, TRUE);
text              226 lib/strutil/strescape.c strutils_glob_unescape (const char *text)
text              228 lib/strutil/strescape.c     return strutils_unescape (text, -1, ESCAPE_GLOB_CHARS, TRUE);
text              233 lib/strutil/strescape.c strutils_regex_unescape (const char *text)
text              235 lib/strutil/strescape.c     return strutils_unescape (text, -1, ESCAPE_REGEX_CHARS, TRUE);
text              446 lib/strutil/strutil.c str_term_form (const char *text)
text              448 lib/strutil/strutil.c     return used_class.term_form (text);
text              454 lib/strutil/strutil.c str_fit_to_term (const char *text, int width, align_crt_t just_mode)
text              456 lib/strutil/strutil.c     return used_class.fit_to_term (text, width, just_mode);
text              462 lib/strutil/strutil.c str_term_trim (const char *text, int width)
text              464 lib/strutil/strutil.c     return used_class.term_trim (text, width);
text              470 lib/strutil/strutil.c str_term_substring (const char *text, int start, int width)
text              472 lib/strutil/strutil.c     return used_class.term_substring (text, start, width);
text              478 lib/strutil/strutil.c str_get_next_char (char *text)
text              481 lib/strutil/strutil.c     used_class.cnext_char ((const char **) &text);
text              482 lib/strutil/strutil.c     return text;
text              488 lib/strutil/strutil.c str_cget_next_char (const char *text)
text              490 lib/strutil/strutil.c     used_class.cnext_char (&text);
text              491 lib/strutil/strutil.c     return text;
text              497 lib/strutil/strutil.c str_next_char (char **text)
text              499 lib/strutil/strutil.c     used_class.cnext_char ((const char **) text);
text              505 lib/strutil/strutil.c str_cnext_char (const char **text)
text              507 lib/strutil/strutil.c     used_class.cnext_char (text);
text              513 lib/strutil/strutil.c str_get_prev_char (char *text)
text              515 lib/strutil/strutil.c     used_class.cprev_char ((const char **) &text);
text              516 lib/strutil/strutil.c     return text;
text              522 lib/strutil/strutil.c str_cget_prev_char (const char *text)
text              524 lib/strutil/strutil.c     used_class.cprev_char (&text);
text              525 lib/strutil/strutil.c     return text;
text              531 lib/strutil/strutil.c str_prev_char (char **text)
text              533 lib/strutil/strutil.c     used_class.cprev_char ((const char **) text);
text              539 lib/strutil/strutil.c str_cprev_char (const char **text)
text              541 lib/strutil/strutil.c     used_class.cprev_char (text);
text              547 lib/strutil/strutil.c str_get_next_char_safe (char *text)
text              549 lib/strutil/strutil.c     used_class.cnext_char_safe ((const char **) &text);
text              550 lib/strutil/strutil.c     return text;
text              556 lib/strutil/strutil.c str_cget_next_char_safe (const char *text)
text              558 lib/strutil/strutil.c     used_class.cnext_char_safe (&text);
text              559 lib/strutil/strutil.c     return text;
text              565 lib/strutil/strutil.c str_next_char_safe (char **text)
text              567 lib/strutil/strutil.c     used_class.cnext_char_safe ((const char **) text);
text              573 lib/strutil/strutil.c str_cnext_char_safe (const char **text)
text              575 lib/strutil/strutil.c     used_class.cnext_char_safe (text);
text              581 lib/strutil/strutil.c str_get_prev_char_safe (char *text)
text              583 lib/strutil/strutil.c     used_class.cprev_char_safe ((const char **) &text);
text              584 lib/strutil/strutil.c     return text;
text              590 lib/strutil/strutil.c str_cget_prev_char_safe (const char *text)
text              592 lib/strutil/strutil.c     used_class.cprev_char_safe (&text);
text              593 lib/strutil/strutil.c     return text;
text              599 lib/strutil/strutil.c str_prev_char_safe (char **text)
text              601 lib/strutil/strutil.c     used_class.cprev_char_safe ((const char **) text);
text              607 lib/strutil/strutil.c str_cprev_char_safe (const char **text)
text              609 lib/strutil/strutil.c     used_class.cprev_char_safe (text);
text              615 lib/strutil/strutil.c str_next_noncomb_char (char **text)
text              617 lib/strutil/strutil.c     return used_class.cnext_noncomb_char ((const char **) text);
text              623 lib/strutil/strutil.c str_cnext_noncomb_char (const char **text)
text              625 lib/strutil/strutil.c     return used_class.cnext_noncomb_char (text);
text              631 lib/strutil/strutil.c str_prev_noncomb_char (char **text, const char *begin)
text              633 lib/strutil/strutil.c     return used_class.cprev_noncomb_char ((const char **) text, begin);
text              639 lib/strutil/strutil.c str_cprev_noncomb_char (const char **text, const char *begin)
text              641 lib/strutil/strutil.c     return used_class.cprev_noncomb_char (text, begin);
text              655 lib/strutil/strutil.c str_term_width1 (const char *text)
text              657 lib/strutil/strutil.c     return used_class.term_width1 (text);
text              663 lib/strutil/strutil.c str_term_width2 (const char *text, size_t length)
text              665 lib/strutil/strutil.c     return used_class.term_width2 (text, length);
text              671 lib/strutil/strutil.c str_term_char_width (const char *text)
text              673 lib/strutil/strutil.c     return used_class.term_char_width (text);
text              679 lib/strutil/strutil.c str_offset_to_pos (const char *text, size_t length)
text              681 lib/strutil/strutil.c     return used_class.offset_to_pos (text, length);
text              687 lib/strutil/strutil.c str_length (const char *text)
text              689 lib/strutil/strutil.c     return used_class.length (text);
text              695 lib/strutil/strutil.c str_length_char (const char *text)
text              697 lib/strutil/strutil.c     return str_cget_next_char_safe (text) - text;
text              703 lib/strutil/strutil.c str_length2 (const char *text, int size)
text              705 lib/strutil/strutil.c     return used_class.length2 (text, size);
text              711 lib/strutil/strutil.c str_length_noncomb (const char *text)
text              713 lib/strutil/strutil.c     return used_class.length_noncomb (text);
text              719 lib/strutil/strutil.c str_column_to_pos (const char *text, size_t pos)
text              721 lib/strutil/strutil.c     return used_class.column_to_pos (text, pos);
text              791 lib/strutil/strutil.c str_trunc (const char *text, int width)
text              793 lib/strutil/strutil.c     return used_class.trunc (text, width);
text              815 lib/strutil/strutil.c str_search_first (const char *text, const char *search, gboolean case_sen)
text              817 lib/strutil/strutil.c     return used_class.search_first (text, search, case_sen);
text              823 lib/strutil/strutil.c str_search_last (const char *text, const char *search, gboolean case_sen)
text              825 lib/strutil/strutil.c     return used_class.search_last (text, search, case_sen);
text              831 lib/strutil/strutil.c str_is_valid_string (const char *text)
text              833 lib/strutil/strutil.c     return used_class.is_valid_string (text);
text              871 lib/strutil/strutil.c str_prefix (const char *text, const char *prefix)
text              873 lib/strutil/strutil.c     return used_class.prefix (text, prefix);
text              879 lib/strutil/strutil.c str_caseprefix (const char *text, const char *prefix)
text              881 lib/strutil/strutil.c     return used_class.caseprefix (text, prefix);
text              887 lib/strutil/strutil.c str_fix_string (char *text)
text              889 lib/strutil/strutil.c     used_class.fix_string (text);
text              895 lib/strutil/strutil.c str_create_key (const char *text, gboolean case_sen)
text              897 lib/strutil/strutil.c     return used_class.create_key (text, case_sen);
text              903 lib/strutil/strutil.c str_create_key_for_filename (const char *text, gboolean case_sen)
text              905 lib/strutil/strutil.c     return used_class.create_key_for_filename (text, case_sen);
text              927 lib/strutil/strutil.c str_msg_term_size (const char *text, int *lines, int *columns)
text              936 lib/strutil/strutil.c     tmp = g_strdup (text);
text               90 lib/strutil/strutil8bit.c str_8bit_is_valid_string (const char *text)
text               92 lib/strutil/strutil8bit.c     (void) text;
text              109 lib/strutil/strutil8bit.c str_8bit_cnext_char (const char **text)
text              111 lib/strutil/strutil8bit.c     (*text)++;
text              117 lib/strutil/strutil8bit.c str_8bit_cprev_char (const char **text)
text              119 lib/strutil/strutil8bit.c     (*text)--;
text              125 lib/strutil/strutil8bit.c str_8bit_cnext_noncomb_char (const char **text)
text              127 lib/strutil/strutil8bit.c     if (*text[0] == '\0')
text              130 lib/strutil/strutil8bit.c     (*text)++;
text              137 lib/strutil/strutil8bit.c str_8bit_cprev_noncomb_char (const char **text, const char *begin)
text              139 lib/strutil/strutil8bit.c     if ((*text) == begin)
text              142 lib/strutil/strutil8bit.c     (*text)--;
text              149 lib/strutil/strutil8bit.c str_8bit_isspace (const char *text)
text              151 lib/strutil/strutil8bit.c     return char_isspace (text[0]) != 0;
text              157 lib/strutil/strutil8bit.c str_8bit_ispunct (const char *text)
text              159 lib/strutil/strutil8bit.c     return char_ispunct (text[0]) != 0;
text              165 lib/strutil/strutil8bit.c str_8bit_isalnum (const char *text)
text              167 lib/strutil/strutil8bit.c     return char_isalnum (text[0]) != 0;
text              173 lib/strutil/strutil8bit.c str_8bit_isdigit (const char *text)
text              175 lib/strutil/strutil8bit.c     return char_isdigit (text[0]) != 0;
text              181 lib/strutil/strutil8bit.c str_8bit_isprint (const char *text)
text              183 lib/strutil/strutil8bit.c     return char_isprint (text[0]) != 0;
text              189 lib/strutil/strutil8bit.c str_8bit_iscombiningmark (const char *text)
text              191 lib/strutil/strutil8bit.c     (void) text;
text              198 lib/strutil/strutil8bit.c str_8bit_toupper (const char *text, char **out, size_t * remain)
text              203 lib/strutil/strutil8bit.c     (*out)[0] = char_toupper (text[0]);
text              212 lib/strutil/strutil8bit.c str_8bit_tolower (const char *text, char **out, size_t * remain)
text              217 lib/strutil/strutil8bit.c     (*out)[0] = char_tolower (text[0]);
text              226 lib/strutil/strutil8bit.c str_8bit_length (const char *text)
text              228 lib/strutil/strutil8bit.c     return strlen (text);
text              234 lib/strutil/strutil8bit.c str_8bit_length2 (const char *text, int size)
text              236 lib/strutil/strutil8bit.c     return (size >= 0) ? MIN (strlen (text), (gsize) size) : strlen (text);
text              290 lib/strutil/strutil8bit.c str_8bit_term_form (const char *text)
text              300 lib/strutil/strutil8bit.c     length = strlen (text);
text              303 lib/strutil/strutil8bit.c         actual[0] = char_isprint (text[pos]) ? text[pos] : '.';
text              312 lib/strutil/strutil8bit.c str_8bit_fit_to_term (const char *text, int width, align_crt_t just_mode)
text              321 lib/strutil/strutil8bit.c     length = strlen (text);
text              347 lib/strutil/strutil8bit.c             actual[0] = char_isprint (text[pos]) ? text[pos] : '.';
text              360 lib/strutil/strutil8bit.c             actual[0] = char_isprint (text[pos]) ? text[pos] : '.';
text              370 lib/strutil/strutil8bit.c             actual[0] = char_isprint (text[pos]) ? text[pos] : '.';
text              388 lib/strutil/strutil8bit.c             actual[0] = char_isprint (text[pos]) ? text[pos] : '.';
text              401 lib/strutil/strutil8bit.c str_8bit_term_trim (const char *text, int width)
text              408 lib/strutil/strutil8bit.c     length = strlen (text);
text              419 lib/strutil/strutil8bit.c                 actual[0] = char_isprint (text[pos]) ? text[pos] : '.';
text              433 lib/strutil/strutil8bit.c                 actual[0] = char_isprint (text[pos]) ? text[pos] : '.';
text              444 lib/strutil/strutil8bit.c str_8bit_term_width2 (const char *text, size_t length)
text              446 lib/strutil/strutil8bit.c     return (length != (size_t) (-1)) ? MIN (strlen (text), length) : strlen (text);
text              452 lib/strutil/strutil8bit.c str_8bit_term_width1 (const char *text)
text              454 lib/strutil/strutil8bit.c     return str_8bit_term_width2 (text, (size_t) (-1));
text              460 lib/strutil/strutil8bit.c str_8bit_term_char_width (const char *text)
text              462 lib/strutil/strutil8bit.c     (void) text;
text              469 lib/strutil/strutil8bit.c str_8bit_term_substring (const char *text, int start, int width)
text              478 lib/strutil/strutil8bit.c     length = strlen (text);
text              486 lib/strutil/strutil8bit.c             actual[0] = char_isprint (text[pos]) ? text[pos] : '.';
text              499 lib/strutil/strutil8bit.c str_8bit_trunc (const char *text, int width)
text              509 lib/strutil/strutil8bit.c     length = strlen (text);
text              514 lib/strutil/strutil8bit.c             actual[0] = char_isprint (text[pos]) ? text[pos] : '.';
text              524 lib/strutil/strutil8bit.c             actual[0] = char_isprint (text[pos]) ? text[pos] : '.';
text              529 lib/strutil/strutil8bit.c             actual[0] = char_isprint (text[pos]) ? text[pos] : '.';
text              540 lib/strutil/strutil8bit.c str_8bit_offset_to_pos (const char *text, size_t length)
text              542 lib/strutil/strutil8bit.c     (void) text;
text              549 lib/strutil/strutil8bit.c str_8bit_column_to_pos (const char *text, size_t pos)
text              551 lib/strutil/strutil8bit.c     (void) text;
text              594 lib/strutil/strutil8bit.c str_8bit_search_first (const char *text, const char *search, gboolean case_sen)
text              600 lib/strutil/strutil8bit.c     fold_text = case_sen ? (char *) text : str_8bit_strdown (text);
text              609 lib/strutil/strutil8bit.c         match = text + offset;
text              624 lib/strutil/strutil8bit.c str_8bit_search_last (const char *text, const char *search, gboolean case_sen)
text              630 lib/strutil/strutil8bit.c     fold_text = case_sen ? (char *) text : str_8bit_strdown (text);
text              639 lib/strutil/strutil8bit.c         match = text + offset;
text              744 lib/strutil/strutil8bit.c str_8bit_prefix (const char *text, const char *prefix)
text              748 lib/strutil/strutil8bit.c     for (result = 0; text[result] != '\0' && prefix[result] != '\0'
text              749 lib/strutil/strutil8bit.c          && text[result] == prefix[result]; result++);
text              757 lib/strutil/strutil8bit.c str_8bit_caseprefix (const char *text, const char *prefix)
text              761 lib/strutil/strutil8bit.c     for (result = 0; text[result] != '\0' && prefix[result] != '\0'
text              762 lib/strutil/strutil8bit.c          && char_toupper (text[result]) == char_toupper (prefix[result]); result++);
text              770 lib/strutil/strutil8bit.c str_8bit_fix_string (char *text)
text              772 lib/strutil/strutil8bit.c     (void) text;
text              778 lib/strutil/strutil8bit.c str_8bit_create_key (const char *text, gboolean case_sen)
text              780 lib/strutil/strutil8bit.c     return case_sen ? (char *) text : str_8bit_strdown (text);
text               63 lib/strutil/strutilascii.c str_ascii_is_valid_string (const char *text)
text               65 lib/strutil/strutilascii.c     (void) text;
text               82 lib/strutil/strutilascii.c str_ascii_cnext_char (const char **text)
text               84 lib/strutil/strutilascii.c     (*text)++;
text               90 lib/strutil/strutilascii.c str_ascii_cprev_char (const char **text)
text               92 lib/strutil/strutilascii.c     (*text)--;
text               98 lib/strutil/strutilascii.c str_ascii_cnext_noncomb_char (const char **text)
text              100 lib/strutil/strutilascii.c     if (*text[0] == '\0')
text              103 lib/strutil/strutilascii.c     (*text)++;
text              110 lib/strutil/strutilascii.c str_ascii_cprev_noncomb_char (const char **text, const char *begin)
text              112 lib/strutil/strutilascii.c     if ((*text) == begin)
text              115 lib/strutil/strutilascii.c     (*text)--;
text              122 lib/strutil/strutilascii.c str_ascii_isspace (const char *text)
text              124 lib/strutil/strutilascii.c     return g_ascii_isspace ((gchar) text[0]);
text              130 lib/strutil/strutilascii.c str_ascii_ispunct (const char *text)
text              132 lib/strutil/strutilascii.c     return g_ascii_ispunct ((gchar) text[0]);
text              138 lib/strutil/strutilascii.c str_ascii_isalnum (const char *text)
text              140 lib/strutil/strutilascii.c     return g_ascii_isalnum ((gchar) text[0]);
text              146 lib/strutil/strutilascii.c str_ascii_isdigit (const char *text)
text              148 lib/strutil/strutilascii.c     return g_ascii_isdigit ((gchar) text[0]);
text              154 lib/strutil/strutilascii.c str_ascii_isprint (const char *text)
text              156 lib/strutil/strutilascii.c     return g_ascii_isprint ((gchar) text[0]);
text              162 lib/strutil/strutilascii.c str_ascii_iscombiningmark (const char *text)
text              164 lib/strutil/strutilascii.c     (void) text;
text              171 lib/strutil/strutilascii.c str_ascii_toupper (const char *text, char **out, size_t * remain)
text              176 lib/strutil/strutilascii.c     (*out)[0] = (char) g_ascii_toupper ((gchar) text[0]);
text              185 lib/strutil/strutilascii.c str_ascii_tolower (const char *text, char **out, size_t * remain)
text              190 lib/strutil/strutilascii.c     (*out)[0] = (char) g_ascii_tolower ((gchar) text[0]);
text              199 lib/strutil/strutilascii.c str_ascii_length (const char *text)
text              201 lib/strutil/strutilascii.c     return strlen (text);
text              207 lib/strutil/strutilascii.c str_ascii_length2 (const char *text, int size)
text              209 lib/strutil/strutilascii.c     return (size >= 0) ? MIN (strlen (text), (gsize) size) : strlen (text);
text              237 lib/strutil/strutilascii.c str_ascii_term_form (const char *text)
text              247 lib/strutil/strutilascii.c     length = strlen (text);
text              252 lib/strutil/strutilascii.c         actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';
text              263 lib/strutil/strutilascii.c str_ascii_fit_to_term (const char *text, int width, align_crt_t just_mode)
text              272 lib/strutil/strutilascii.c     length = strlen (text);
text              301 lib/strutil/strutilascii.c             actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';
text              319 lib/strutil/strutilascii.c             actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';
text              334 lib/strutil/strutilascii.c             actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';
text              357 lib/strutil/strutilascii.c             actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';
text              373 lib/strutil/strutilascii.c str_ascii_term_trim (const char *text, int width)
text              380 lib/strutil/strutilascii.c     length = strlen (text);
text              393 lib/strutil/strutilascii.c                 actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';
text              411 lib/strutil/strutilascii.c                 actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';
text              424 lib/strutil/strutilascii.c str_ascii_term_width2 (const char *text, size_t length)
text              426 lib/strutil/strutilascii.c     return (length != (size_t) (-1)) ? MIN (strlen (text), length) : strlen (text);
text              432 lib/strutil/strutilascii.c str_ascii_term_width1 (const char *text)
text              434 lib/strutil/strutilascii.c     return str_ascii_term_width2 (text, (size_t) (-1));
text              440 lib/strutil/strutilascii.c str_ascii_term_char_width (const char *text)
text              442 lib/strutil/strutilascii.c     (void) text;
text              449 lib/strutil/strutilascii.c str_ascii_term_substring (const char *text, int start, int width)
text              458 lib/strutil/strutilascii.c     length = strlen (text);
text              468 lib/strutil/strutilascii.c             actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';
text              484 lib/strutil/strutilascii.c str_ascii_trunc (const char *text, int width)
text              494 lib/strutil/strutilascii.c     length = strlen (text);
text              501 lib/strutil/strutilascii.c             actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';
text              516 lib/strutil/strutilascii.c             actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';
text              525 lib/strutil/strutilascii.c             actual[0] = isascii ((unsigned char) text[pos]) ? text[pos] : '?';
text              538 lib/strutil/strutilascii.c str_ascii_offset_to_pos (const char *text, size_t length)
text              540 lib/strutil/strutilascii.c     (void) text;
text              547 lib/strutil/strutilascii.c str_ascii_column_to_pos (const char *text, size_t pos)
text              549 lib/strutil/strutilascii.c     (void) text;
text              575 lib/strutil/strutilascii.c str_ascii_search_first (const char *text, const char *search, gboolean case_sen)
text              581 lib/strutil/strutilascii.c     fold_text = case_sen ? (char *) text : g_ascii_strdown (text, -1);
text              590 lib/strutil/strutilascii.c         match = text + offset;
text              605 lib/strutil/strutilascii.c str_ascii_search_last (const char *text, const char *search, gboolean case_sen)
text              611 lib/strutil/strutilascii.c     fold_text = case_sen ? (char *) text : g_ascii_strdown (text, -1);
text              620 lib/strutil/strutilascii.c         match = text + offset;
text              667 lib/strutil/strutilascii.c str_ascii_fix_string (char *text)
text              669 lib/strutil/strutilascii.c     for (; text[0] != '\0'; text++)
text              670 lib/strutil/strutilascii.c         text[0] = ((unsigned char) text[0] < 128) ? text[0] : '?';
text              676 lib/strutil/strutilascii.c str_ascii_create_key (const char *text, gboolean case_sen)
text              679 lib/strutil/strutilascii.c     return (char *) text;
text              702 lib/strutil/strutilascii.c str_ascii_prefix (const char *text, const char *prefix)
text              706 lib/strutil/strutilascii.c     for (result = 0; text[result] != '\0' && prefix[result] != '\0'
text              707 lib/strutil/strutilascii.c          && text[result] == prefix[result]; result++);
text              715 lib/strutil/strutilascii.c str_ascii_caseprefix (const char *text, const char *prefix)
text              719 lib/strutil/strutilascii.c     for (result = 0; text[result] != '\0' && prefix[result] != '\0'
text              720 lib/strutil/strutilascii.c          && g_ascii_toupper (text[result]) == g_ascii_toupper (prefix[result]); result++);
text               55 lib/strutil/strutilutf8.c     char text[BUF_MEDIUM * MB_LEN_MAX];
text               91 lib/strutil/strutilutf8.c str_utf8_is_valid_string (const char *text)
text               93 lib/strutil/strutilutf8.c     return g_utf8_validate (text, -1, NULL);
text              115 lib/strutil/strutilutf8.c str_utf8_cnext_char (const char **text)
text              117 lib/strutil/strutilutf8.c     (*text) = g_utf8_next_char (*text);
text              123 lib/strutil/strutilutf8.c str_utf8_cprev_char (const char **text)
text              125 lib/strutil/strutilutf8.c     (*text) = g_utf8_prev_char (*text);
text              131 lib/strutil/strutilutf8.c str_utf8_cnext_char_safe (const char **text)
text              133 lib/strutil/strutilutf8.c     if (str_utf8_is_valid_char (*text, -1) == 1)
text              134 lib/strutil/strutilutf8.c         (*text) = g_utf8_next_char (*text);
text              136 lib/strutil/strutilutf8.c         (*text)++;
text              142 lib/strutil/strutilutf8.c str_utf8_cprev_char_safe (const char **text)
text              146 lib/strutil/strutilutf8.c     result = g_utf8_prev_char (*text);
text              149 lib/strutil/strutilutf8.c     if (t == *text)
text              150 lib/strutil/strutilutf8.c         (*text) = result;
text              152 lib/strutil/strutilutf8.c         (*text)--;
text              158 lib/strutil/strutilutf8.c str_utf8_fix_string (char *text)
text              160 lib/strutil/strutilutf8.c     while (text[0] != '\0')
text              164 lib/strutil/strutilutf8.c         uni = g_utf8_get_char_validated (text, -1);
text              166 lib/strutil/strutilutf8.c             text = g_utf8_next_char (text);
text              169 lib/strutil/strutilutf8.c             text[0] = '?';
text              170 lib/strutil/strutilutf8.c             text++;
text              178 lib/strutil/strutilutf8.c str_utf8_isspace (const char *text)
text              182 lib/strutil/strutilutf8.c     uni = g_utf8_get_char_validated (text, -1);
text              189 lib/strutil/strutilutf8.c str_utf8_ispunct (const char *text)
text              193 lib/strutil/strutilutf8.c     uni = g_utf8_get_char_validated (text, -1);
text              200 lib/strutil/strutilutf8.c str_utf8_isalnum (const char *text)
text              204 lib/strutil/strutilutf8.c     uni = g_utf8_get_char_validated (text, -1);
text              211 lib/strutil/strutilutf8.c str_utf8_isdigit (const char *text)
text              215 lib/strutil/strutilutf8.c     uni = g_utf8_get_char_validated (text, -1);
text              244 lib/strutil/strutilutf8.c str_utf8_cnext_noncomb_char (const char **text)
text              248 lib/strutil/strutilutf8.c     while ((*text)[0] != '\0')
text              250 lib/strutil/strutilutf8.c         str_utf8_cnext_char_safe (text);
text              252 lib/strutil/strutilutf8.c         if (!str_utf8_iscombiningmark (*text))
text              262 lib/strutil/strutilutf8.c str_utf8_cprev_noncomb_char (const char **text, const char *begin)
text              266 lib/strutil/strutilutf8.c     while ((*text) != begin)
text              268 lib/strutil/strutilutf8.c         str_utf8_cprev_char_safe (text);
text              270 lib/strutil/strutilutf8.c         if (!str_utf8_iscombiningmark (*text))
text              280 lib/strutil/strutilutf8.c str_utf8_toupper (const char *text, char **out, size_t * remain)
text              285 lib/strutil/strutilutf8.c     uni = g_utf8_get_char_validated (text, -1);
text              303 lib/strutil/strutilutf8.c str_utf8_tolower (const char *text, char **out, size_t * remain)
text              308 lib/strutil/strutilutf8.c     uni = g_utf8_get_char_validated (text, -1);
text              326 lib/strutil/strutilutf8.c str_utf8_length (const char *text)
text              332 lib/strutil/strutilutf8.c     start = text;
text              342 lib/strutil/strutilutf8.c     if (start == text)
text              343 lib/strutil/strutilutf8.c         result = g_utf8_strlen (text, -1);
text              353 lib/strutil/strutilutf8.c str_utf8_length2 (const char *text, int size)
text              359 lib/strutil/strutilutf8.c     start = text;
text              372 lib/strutil/strutilutf8.c     if (start == text)
text              373 lib/strutil/strutilutf8.c         result = g_utf8_strlen (text, size);
text              383 lib/strutil/strutilutf8.c str_utf8_length_noncomb (const char *text)
text              386 lib/strutil/strutilutf8.c     const char *t = text;
text              443 lib/strutil/strutilutf8.c str_utf8_make_make_term_form (const char *text, size_t length)
text              450 lib/strutil/strutilutf8.c     result.text[0] = '\0';
text              453 lib/strutil/strutilutf8.c     actual = result.text;
text              457 lib/strutil/strutilutf8.c     if (length != 0 && text[0] != '\0')
text              459 lib/strutil/strutilutf8.c         uni = g_utf8_get_char_validated (text, -1);
text              470 lib/strutil/strutilutf8.c     while (length != 0 && text[0] != '\0')
text              472 lib/strutil/strutilutf8.c         uni = g_utf8_get_char_validated (text, -1);
text              494 lib/strutil/strutilutf8.c             text = g_utf8_next_char (text);
text              498 lib/strutil/strutilutf8.c             text++;
text              516 lib/strutil/strutilutf8.c str_utf8_term_form (const char *text)
text              521 lib/strutil/strutilutf8.c     pre_form = str_utf8_make_make_term_form (text, (size_t) (-1));
text              526 lib/strutil/strutilutf8.c         composed = g_utf8_normalize (pre_form->text, -1, G_NORMALIZE_DEFAULT_COMPOSE);
text              531 lib/strutil/strutilutf8.c         g_strlcpy (result, pre_form->text, sizeof (result));
text              681 lib/strutil/strutilutf8.c str_utf8_fit_to_term (const char *text, int width, align_crt_t just_mode)
text              687 lib/strutil/strutilutf8.c     pre_form = str_utf8_make_make_term_form (text, (size_t) (-1));
text              688 lib/strutil/strutilutf8.c     tool.checked = pre_form->text;
text              754 lib/strutil/strutilutf8.c str_utf8_term_trim (const char *text, int width)
text              766 lib/strutil/strutilutf8.c     pre_form = str_utf8_make_make_term_form (text, (size_t) (-1));
text              768 lib/strutil/strutilutf8.c     tool.checked = pre_form->text;
text              801 lib/strutil/strutilutf8.c str_utf8_term_width2 (const char *text, size_t length)
text              805 lib/strutil/strutilutf8.c     result = str_utf8_make_make_term_form (text, length);
text              812 lib/strutil/strutilutf8.c str_utf8_term_width1 (const char *text)
text              814 lib/strutil/strutilutf8.c     return str_utf8_term_width2 (text, (size_t) (-1));
text              820 lib/strutil/strutilutf8.c str_utf8_term_char_width (const char *text)
text              824 lib/strutil/strutilutf8.c     uni = g_utf8_get_char_validated (text, -1);
text              831 lib/strutil/strutilutf8.c str_utf8_term_substring (const char *text, int start, int width)
text              837 lib/strutil/strutilutf8.c     pre_form = str_utf8_make_make_term_form (text, (size_t) (-1));
text              839 lib/strutil/strutilutf8.c     tool.checked = pre_form->text;
text              862 lib/strutil/strutilutf8.c str_utf8_trunc (const char *text, int width)
text              868 lib/strutil/strutilutf8.c     pre_form = str_utf8_make_make_term_form (text, (size_t) (-1));
text              870 lib/strutil/strutilutf8.c     tool.checked = pre_form->text;
text              897 lib/strutil/strutilutf8.c str_utf8_offset_to_pos (const char *text, size_t length)
text              899 lib/strutil/strutilutf8.c     if (str_utf8_is_valid_string (text))
text              900 lib/strutil/strutilutf8.c         return g_utf8_offset_to_pointer (text, length) - text;
text              906 lib/strutil/strutilutf8.c         buffer = g_strdup (text);
text              917 lib/strutil/strutilutf8.c str_utf8_column_to_pos (const char *text, size_t pos)
text              922 lib/strutil/strutilutf8.c     while (text[0] != '\0')
text              926 lib/strutil/strutilutf8.c         uni = g_utf8_get_char_validated (text, MB_LEN_MAX);
text              942 lib/strutil/strutilutf8.c             text = g_utf8_next_char (text);
text              946 lib/strutil/strutilutf8.c             text++;
text              990 lib/strutil/strutilutf8.c str_utf8_search_first (const char *text, const char *search, gboolean case_sen)
text              998 lib/strutil/strutilutf8.c     fold_text = case_sen ? (char *) text : g_utf8_casefold (text, -1);
text             1010 lib/strutil/strutilutf8.c                 result = text;
text             1034 lib/strutil/strutilutf8.c str_utf8_search_last (const char *text, const char *search, gboolean case_sen)
text             1042 lib/strutil/strutilutf8.c     fold_text = case_sen ? (char *) text : g_utf8_casefold (text, -1);
text             1053 lib/strutil/strutilutf8.c                 result = text;
text             1077 lib/strutil/strutilutf8.c str_utf8_normalize (const char *text)
text             1093 lib/strutil/strutilutf8.c     for (end = text; *end != '\0'; end++)
text             1102 lib/strutil/strutilutf8.c         return g_strndup (text, end - text);
text             1106 lib/strutil/strutilutf8.c     start = text;
text             1119 lib/strutil/strutilutf8.c     if (start == text)
text             1121 lib/strutil/strutilutf8.c         result = g_utf8_normalize (text, -1, G_NORMALIZE_ALL);
text             1141 lib/strutil/strutilutf8.c str_utf8_casefold_normalize (const char *text)
text             1151 lib/strutil/strutilutf8.c     start = text;
text             1166 lib/strutil/strutilutf8.c     if (start == text)
text             1168 lib/strutil/strutilutf8.c         fold = g_utf8_casefold (text, -1);
text             1274 lib/strutil/strutilutf8.c str_utf8_prefix (const char *text, const char *prefix)
text             1281 lib/strutil/strutilutf8.c     t = str_utf8_normalize (text);
text             1311 lib/strutil/strutilutf8.c str_utf8_caseprefix (const char *text, const char *prefix)
text             1318 lib/strutil/strutilutf8.c     t = str_utf8_casefold_normalize (text);
text             1348 lib/strutil/strutilutf8.c str_utf8_create_key_gen (const char *text, gboolean case_sen,
text             1349 lib/strutil/strutilutf8.c                          gchar * (*keygen) (const gchar * text, gssize size))
text             1354 lib/strutil/strutilutf8.c         result = str_utf8_normalize (text);
text             1362 lib/strutil/strutilutf8.c         dot = text[0] == '.';
text             1366 lib/strutil/strutilutf8.c             start = text;
text             1369 lib/strutil/strutilutf8.c             start = text + 1;
text             1387 lib/strutil/strutilutf8.c         if (start == text)
text             1394 lib/strutil/strutilutf8.c         else if (dot && (start == text + 1))
text             1422 lib/strutil/strutilutf8.c str_utf8_create_key (const char *text, gboolean case_sen)
text             1424 lib/strutil/strutilutf8.c     return str_utf8_create_key_gen (text, case_sen, g_utf8_collate_key);
text             1431 lib/strutil/strutilutf8.c str_utf8_create_key_for_filename (const char *text, gboolean case_sen)
text             1433 lib/strutil/strutilutf8.c     return str_utf8_create_key_gen (text, case_sen, g_utf8_collate_key_for_filename);
text             1103 lib/util.c     list_append_unique (GList * list, char *text)
text             1112 lib/util.c         list = g_list_append (list, text);
text             1121 lib/util.c             if (strcmp ((char *) lc_link->data, text) == 0)
text              225 lib/util.h     GList *list_append_unique (GList * list, char *text);
text              131 lib/utilunix.c i_cache_add (int id, int_cache * cache, int size, char *text, int *last)
text              134 lib/utilunix.c     cache[*last].string = g_strdup (text);
text               90 lib/widget/button.c         if (b->text.hotkey != NULL && g_ascii_tolower ((gchar) b->text.hotkey[0]) == parm)
text              152 lib/widget/button.c             hotkey_draw (w, b->text, focused);
text              173 lib/widget/button.c         hotkey_free (b->text);
text              207 lib/widget/button.c button_new (int y, int x, int action, button_flags_t flags, const char *text, bcback_fn callback)
text              218 lib/widget/button.c     b->text = hotkey_new (text);
text              223 lib/widget/button.c     b->hotpos = (b->text.hotkey != NULL) ? str_term_width1 (b->text.start) : -1;
text              233 lib/widget/button.c     return hotkey_get_text (b->text);
text              239 lib/widget/button.c button_set_text (WButton * b, const char *text)
text              244 lib/widget/button.c     hk = hotkey_new (text);
text              245 lib/widget/button.c     if (hotkey_equal (b->text, hk))
text              251 lib/widget/button.c     hotkey_free (b->text);
text              252 lib/widget/button.c     b->text = hk;
text              253 lib/widget/button.c     b->hotpos = (b->text.hotkey != NULL) ? str_term_width1 (b->text.start) : -1;
text              263 lib/widget/button.c     int ret = hotkey_width (b->text);
text               37 lib/widget/button.h     hotkey_t text;              /* text of button, contain hotkey too */
text               46 lib/widget/button.h WButton *button_new (int y, int x, int action, button_flags_t flags, const char *text,
text               49 lib/widget/button.h void button_set_text (WButton * b, const char *text);
text              138 lib/widget/buttonbar.c set_label_text (WButtonBar * bb, int idx, const char *text)
text              140 lib/widget/buttonbar.c     g_free (bb->labels[idx - 1].text);
text              141 lib/widget/buttonbar.c     bb->labels[idx - 1].text = g_strdup (text);
text              190 lib/widget/buttonbar.c                 const char *text;
text              200 lib/widget/buttonbar.c                 text = (bb->labels[i].text != NULL) ? bb->labels[i].text : "";
text              201 lib/widget/buttonbar.c                 tty_print_string (str_fit_to_term (text, width - 2, J_LEFT_FIT));
text              208 lib/widget/buttonbar.c             g_free (bb->labels[i].text);
text              263 lib/widget/buttonbar.c buttonbar_set_label (WButtonBar * bb, int idx, const char *text, const global_keymap_t * keymap,
text              273 lib/widget/buttonbar.c         if ((text == NULL) || (text[0] == '\0'))
text              276 lib/widget/buttonbar.c             set_label_text (bb, idx, text);
text               28 lib/widget/buttonbar.h         char *text;
text               40 lib/widget/buttonbar.h void buttonbar_set_label (WButtonBar * bb, int idx, const char *text,
text               66 lib/widget/check.c         if (c->text.hotkey != NULL)
text               68 lib/widget/check.c             if (g_ascii_tolower ((gchar) c->text.hotkey[0]) == parm)
text               97 lib/widget/check.c             hotkey_draw (w, c->text, focused);
text              102 lib/widget/check.c         hotkey_free (c->text);
text              138 lib/widget/check.c check_new (int y, int x, gboolean state, const char *text)
text              146 lib/widget/check.c     c->text = hotkey_new (text);
text              148 lib/widget/check.c     r.cols = 4 + hotkey_width (c->text);
text              159 lib/widget/check.c check_set_text (WCheck * check, const char *text)
text              164 lib/widget/check.c     hk = hotkey_new (text);
text              165 lib/widget/check.c     if (hotkey_equal (check->text, hk))
text              171 lib/widget/check.c     hotkey_free (check->text);
text              172 lib/widget/check.c     check->text = hk;
text              174 lib/widget/check.c     if (check->text.start[0] == '\0' && check->text.hotkey == NULL && check->text.end == NULL)
text              177 lib/widget/check.c         w->rect.cols = 4 + hotkey_width (check->text);  /* "[ ]  text" */
text               21 lib/widget/check.h     hotkey_t text;              /* text of check button */
text               28 lib/widget/check.h WCheck *check_new (int y, int x, gboolean state, const char *text);
text               29 lib/widget/check.h void check_set_text (WCheck * check, const char *text);
text              159 lib/widget/history.c     char *text = (char *) data;
text              162 lib/widget/history.c     width = str_term_width1 (text);
text              165 lib/widget/history.c     listbox_add_item (hd->listbox, LISTBOX_APPEND_AT_END, 0, text, NULL, TRUE);
text              173 lib/widget/history.c     void *text;
text              177 lib/widget/history.c     text = le->text;
text              178 lib/widget/history.c     le->text = NULL;
text              180 lib/widget/history.c     return text;
text              195 lib/widget/history.c     hd->text = NULL;
text              282 lib/widget/history.c         hd->text = g_strdup (q);
text               30 lib/widget/history.h     char *text;                 /**< return text of selected item */
text              123 lib/widget/hline.c         if (l->text != NULL)
text              127 lib/widget/hline.c             text_width = str_term_width1 (l->text);
text              129 lib/widget/hline.c             tty_print_string (l->text);
text              134 lib/widget/hline.c         g_free (l->text);
text              157 lib/widget/hline.c     l->text = NULL;
text              167 lib/widget/hline.c hline_set_text (WHLine * l, const char *text)
text              169 lib/widget/hline.c     g_free (l->text);
text              171 lib/widget/hline.c     if (text == NULL || *text == '\0')
text              172 lib/widget/hline.c         l->text = NULL;
text              174 lib/widget/hline.c         l->text = g_strdup (text);
text               20 lib/widget/hline.h     char *text;
text               30 lib/widget/hline.h void hline_set_text (WHLine * l, const char *text);
text              170 lib/widget/input.c     if (hd.text != NULL)
text              172 lib/widget/input.c         input_assign_text (in, hd.text);
text              173 lib/widget/input.c         g_free (hd.text);
text              572 lib/widget/input.c     event_data.text = &p;
text             1135 lib/widget/input.c input_assign_text (WInput * in, const char *text)
text             1137 lib/widget/input.c     if (text == NULL)
text             1138 lib/widget/input.c         text = "";
text             1144 lib/widget/input.c     g_string_assign (in->buffer, text);
text             1153 lib/widget/input.c input_insert (WInput * in, const char *text, gboolean insert_extra_space)
text             1156 lib/widget/input.c     while (*text != '\0')
text             1157 lib/widget/input.c         input_handle_char (in, (unsigned char) *text++);        /* unsigned extension char->int */
text               87 lib/widget/input.h                    int len, const char *text, const char *histname,
text               93 lib/widget/input.h void input_assign_text (WInput * in, const char *text);
text               94 lib/widget/input.h void input_insert (WInput * in, const char *text, gboolean insert_extra_space);
text               67 lib/widget/input_complete.c #define SHOW_C_CTX(func) fprintf(stderr, "%s: text='%s' flags=%s\n", func, text, show_c_flags(flags))
text               77 lib/widget/input_complete.c typedef char *CompletionFunction (const char *text, int state, input_complete_t flags);
text               92 lib/widget/input_complete.c char **try_complete (char *text, int *lc_start, int *lc_end, input_complete_t flags);
text              134 lib/widget/input_complete.c filename_completion_function (const char *text, int state, input_complete_t flags)
text              148 lib/widget/input_complete.c     if (text != NULL && (flags & INPUT_COMPLETE_SHELL_ESC) != 0)
text              154 lib/widget/input_complete.c         u_text = strutils_shell_unescape (text);
text              175 lib/widget/input_complete.c         if ((*text != '\0') && (temp = strrchr (text, PATH_SEP)) != NULL)
text              178 lib/widget/input_complete.c             dirname = g_strndup (text, temp - text);
text              183 lib/widget/input_complete.c             filename = g_strdup (text);
text              312 lib/widget/input_complete.c username_completion_function (const char *text, int state, input_complete_t flags)
text              320 lib/widget/input_complete.c     if (text[0] == '\\' && text[1] == '~')
text              321 lib/widget/input_complete.c         text++;
text              325 lib/widget/input_complete.c         userlen = strlen (text + 1);
text              333 lib/widget/input_complete.c         if (text[1] == entry->pw_name[0] && strncmp (text + 1, entry->pw_name, userlen) == 0)
text              349 lib/widget/input_complete.c variable_completion_function (const char *text, int state, input_complete_t flags)
text              361 lib/widget/input_complete.c         isbrace = (text[1] == '{');
text              362 lib/widget/input_complete.c         varlen = strlen (text + 1 + isbrace);
text              370 lib/widget/input_complete.c             && strncmp (text + 1 + isbrace, *env_p, varlen) == 0)
text              494 lib/widget/input_complete.c hostname_completion_function (const char *text, int state, input_complete_t flags)
text              515 lib/widget/input_complete.c         textstart = (*text == '@') ? 1 : 0;
text              516 lib/widget/input_complete.c         textlen = strlen (text + textstart);
text              523 lib/widget/input_complete.c         if (strncmp (text + textstart, *host_p, textlen) == 0)
text              557 lib/widget/input_complete.c command_completion_function (const char *text, int state, input_complete_t flags)
text              590 lib/widget/input_complete.c     u_text = strutils_shell_unescape (text);
text              718 lib/widget/input_complete.c completion_matches (const char *text, CompletionFunction entry_function, input_complete_t flags)
text              733 lib/widget/input_complete.c     while ((string = (*entry_function) (text, matches, flags)) != NULL)
text              816 lib/widget/input_complete.c check_is_cd (const char *text, int lc_start, input_complete_t flags)
text              826 lib/widget/input_complete.c     p = text;
text              827 lib/widget/input_complete.c     q = text + lc_start;
text              838 lib/widget/input_complete.c try_complete_commands_prepare (try_complete_automation_state_t * state, char *text, int *lc_start)
text              844 lib/widget/input_complete.c         ti = text;
text              847 lib/widget/input_complete.c         ti = str_get_prev_char (&text[*lc_start]);
text              848 lib/widget/input_complete.c         while (ti > text && whitespace (ti[0]))
text              852 lib/widget/input_complete.c     if (ti == text)
text              857 lib/widget/input_complete.c         if (ti != text)
text              868 lib/widget/input_complete.c                 || (this_char == '|' && prev_char == '>') || (ti != text
text              909 lib/widget/input_complete.c try_complete_all_possible (try_complete_automation_state_t * state, char *text, int *lc_start)
text              929 lib/widget/input_complete.c             state->q = text + *lc_start;
text              930 lib/widget/input_complete.c             for (state->p = text;
text              980 lib/widget/input_complete.c insert_text (WInput * in, char *text, ssize_t size)
text              986 lib/widget/input_complete.c     text_len = strlen (text);
text             1018 lib/widget/input_complete.c     g_string_overwrite_len (in->buffer, start, text, size);
text             1078 lib/widget/input_complete.c                     if (strncmp (input->buffer->str + start, le->text, new_end - start) == 0)
text             1132 lib/widget/input_complete.c                     if (strncmp (input->buffer->str + start, le->text, end - start) == 0
text             1133 lib/widget/input_complete.c                         && strncmp (le->text + end - start, buff, bl) == 0)
text             1139 lib/widget/input_complete.c                             last_text = le->text;
text             1148 lib/widget/input_complete.c                             for (si = le->text + start; si < le->text + end;
text             1156 lib/widget/input_complete.c                             si = &le->text[str_offset_to_pos (le->text, ++si_num)];
text             1175 lib/widget/input_complete.c                             last_text = le->text;
text             1313 lib/widget/input_complete.c try_complete (char *text, int *lc_start, int *lc_end, input_complete_t flags)
text             1322 lib/widget/input_complete.c     state.word = g_strndup (text + *lc_start, *lc_end - *lc_start);
text             1324 lib/widget/input_complete.c     state.is_cd = check_is_cd (text, *lc_start, state.flags);
text             1331 lib/widget/input_complete.c         try_complete_commands_prepare (&state, text, lc_start);
text             1378 lib/widget/input_complete.c         matches = try_complete_all_possible (&state, text, lc_start);
text             1384 lib/widget/input_complete.c         matches = try_complete_all_possible (&state, text, lc_start);
text               72 lib/widget/label.c             char *p = l->text;
text               77 lib/widget/label.c             if (l->text == NULL)
text              121 lib/widget/label.c         g_free (l->text);
text              134 lib/widget/label.c label_new (int y, int x, const char *text)
text              140 lib/widget/label.c     if (text != NULL)
text              141 lib/widget/label.c         str_msg_term_size (text, &r.lines, &r.cols);
text              147 lib/widget/label.c     l->text = g_strdup (text);
text              157 lib/widget/label.c label_set_text (WLabel * label, const char *text)
text              163 lib/widget/label.c     if (label->text != NULL && text != NULL && strcmp (label->text, text) == 0)
text              166 lib/widget/label.c     g_free (label->text);
text              168 lib/widget/label.c     if (text == NULL)
text              169 lib/widget/label.c         label->text = NULL;
text              172 lib/widget/label.c         label->text = g_strdup (text);
text              175 lib/widget/label.c             str_msg_term_size (text, &newlines, &newcols);
text               21 lib/widget/label.h     char *text;
text               29 lib/widget/label.h WLabel *label_new (int y, int x, const char *text);
text               30 lib/widget/label.h void label_set_text (WLabel * label, const char *text);
text               74 lib/widget/listbox.c     return strcmp (ea->text, eb->text);
text               84 lib/widget/listbox.c     g_free (e->text);
text              164 lib/widget/listbox.c         const char *text = "";
text              181 lib/widget/listbox.c             text = e->text;
text              186 lib/widget/listbox.c         tty_print_string (str_fit_to_term (text, w->cols - 2, J_LEFT_FIT));
text              582 lib/widget/listbox.c listbox_search_text (WListbox * l, const char *text)
text              593 lib/widget/listbox.c             if (strcmp (e->text, text) == 0)
text              711 lib/widget/listbox.c         *string = ok ? e->text : NULL;
text              810 lib/widget/listbox.c listbox_add_item (WListbox * l, listbox_append_t pos, int hotkey, const char *text, void *data,
text              818 lib/widget/listbox.c     if (!l->allow_duplicates && (listbox_search_text (l, text) >= 0))
text              822 lib/widget/listbox.c     entry->text = g_strdup (text);
text              829 lib/widget/listbox.c     return entry->text;
text               38 lib/widget/listbox.h     char *text;                 /* Text to display */
text               64 lib/widget/listbox.h int listbox_search_text (WListbox * l, const char *text);
text               77 lib/widget/listbox.h char *listbox_add_item (WListbox * l, listbox_append_t pos, int hotkey, const char *text,
text               60 lib/widget/menu.c     hotkey_t text;
text               68 lib/widget/menu.c     hotkey_t text;
text              103 lib/widget/menu.c                 len = (size_t) hotkey_width (entry->text);
text              156 lib/widget/menu.c         tty_print_string (entry->text.start);
text              158 lib/widget/menu.c         if (entry->text.hotkey != NULL)
text              161 lib/widget/menu.c             tty_print_string (entry->text.hotkey);
text              165 lib/widget/menu.c         if (entry->text.end != NULL)
text              166 lib/widget/menu.c             tty_print_string (entry->text.end);
text              240 lib/widget/menu.c         tty_print_string (menu->text.start);
text              242 lib/widget/menu.c         if (menu->text.hotkey != NULL)
text              245 lib/widget/menu.c             tty_print_string (menu->text.hotkey);
text              249 lib/widget/menu.c         if (menu->text.end != NULL)
text              250 lib/widget/menu.c             tty_print_string (menu->text.end);
text              495 lib/widget/menu.c         if (menu->text.hotkey != NULL && hotkey == g_ascii_tolower (menu->text.hotkey[0]))
text              519 lib/widget/menu.c         if (entry != NULL && entry->text.hotkey != NULL
text              520 lib/widget/menu.c             && hotkey == g_ascii_tolower (entry->text.hotkey[0]))
text              898 lib/widget/menu.c     entry->text = hotkey_new (name);
text              912 lib/widget/menu.c         hotkey_free (entry->text);
text              927 lib/widget/menu.c     menu->text = hotkey_new (name);
text              942 lib/widget/menu.c     hotkey_free (menu->text);
text              943 lib/widget/menu.c     menu->text = hotkey_new (name);
text              951 lib/widget/menu.c     hotkey_free (menu->text);
text             1030 lib/widget/menu.c         menu->start_x = hotkey_width (menu->text) + 2;
text               75 lib/widget/quick.c     in = input_new (y, x, input_colors, 8, qw->u.input.text, qw->u.input.histname,
text              210 lib/widget/quick.c                          I18N (quick_widget->u.checkbox.text)));
text              226 lib/widget/quick.c                                               I18N (quick_widget->u.button.text),
text              261 lib/widget/quick.c             item.widget = WIDGET (label_new (++y, x, I18N (quick_widget->u.label.text)));
text              370 lib/widget/quick.c                                                   I18N (quick_widget->u.button.text),
text               18 lib/widget/quick.h             .text = txt,                                                        \
text               32 lib/widget/quick.h             .text = txt,                                                        \
text               50 lib/widget/quick.h             .text = txt,                                                        \
text               71 lib/widget/quick.h             .text = txt,                                                        \
text               89 lib/widget/quick.h             .text = txt,                                                        \
text              131 lib/widget/quick.h             .text = NULL,                                                       \
text              160 lib/widget/quick.h             .text = NULL,                                                       \
text              175 lib/widget/quick.h             .text = NULL,                                                       \
text              190 lib/widget/quick.h             .text = NULL,                                                       \
text              224 lib/widget/quick.h             .text = NULL,                                                       \
text              279 lib/widget/quick.h             const char *text;
text              285 lib/widget/quick.h             const char *text;
text              295 lib/widget/quick.h             const char *text;
text              305 lib/widget/quick.h             const char *text;
text               34 lib/widget/radio.h WRadio *radio_new (int y, int x, int count, const char **text);
text              195 lib/widget/widget-common.c hotkey_new (const char *text)
text              200 lib/widget/widget-common.c     if (text == NULL)
text              201 lib/widget/widget-common.c         text = "";
text              204 lib/widget/widget-common.c     cp = strchr (text, '&');
text              207 lib/widget/widget-common.c         result.start = g_strndup (text, cp - text);
text              219 lib/widget/widget-common.c         result.start = g_strdup (text);
text              291 lib/widget/widget-common.c     GString *text;
text              293 lib/widget/widget-common.c     text = g_string_new (hotkey.start);
text              297 lib/widget/widget-common.c         g_string_append_c (text, '&');
text              298 lib/widget/widget-common.c         g_string_append (text, hotkey.hotkey);
text              302 lib/widget/widget-common.c         g_string_append (text, hotkey.end);
text              304 lib/widget/widget-common.c     return g_string_free (text, FALSE);
text              193 lib/widget/widget-common.h hotkey_t hotkey_new (const char *text);
text              126 lib/widget/wtools.c do_create_message (int flags, const char *title, const char *text)
text              132 lib/widget/wtools.c     p = g_strconcat ("\n", text, "\n", (char *) NULL);
text              152 lib/widget/wtools.c fg_message (int flags, const char *title, const char *text)
text              156 lib/widget/wtools.c     d = do_create_message (flags, title, text);
text              167 lib/widget/wtools.c bg_message (int dummy, int *flags, char *title, const char *text)
text              171 lib/widget/wtools.c     fg_message (*flags, title, text);
text              190 lib/widget/wtools.c fg_input_dialog_help (const char *header, const char *text, const char *help,
text              201 lib/widget/wtools.c     p_text = g_strstrip (g_strdup (text));
text              280 lib/widget/wtools.c query_dialog (const char *header, const char *text, int flags, int count, ...)
text              312 lib/widget/wtools.c     str_msg_term_size (text, &lines, &cols);
text              326 lib/widget/wtools.c         group_add_widget_autopos (g, label_new (2, 3, text), WPOS_KEEP_TOP | WPOS_CENTER_HORZ,
text              370 lib/widget/wtools.c         group_add_widget_autopos (g, label_new (2, 3, text), WPOS_KEEP_TOP | WPOS_CENTER_HORZ,
text              394 lib/widget/wtools.c create_message (int flags, const char *title, const char *text, ...)
text              400 lib/widget/wtools.c     va_start (args, text);
text              401 lib/widget/wtools.c     p = g_strdup_vprintf (text, args);
text              414 lib/widget/wtools.c message (int flags, const char *title, const char *text, ...)
text              419 lib/widget/wtools.c     va_start (ap, text);
text              420 lib/widget/wtools.c     p = g_strdup_vprintf (text, ap);
text              478 lib/widget/wtools.c input_dialog_help (const char *header, const char *text, const char *help,
text              493 lib/widget/wtools.c                                           strlen (header), header, strlen (text),
text              494 lib/widget/wtools.c                                           text, strlen (help), help,
text              502 lib/widget/wtools.c         return fg_input_dialog_help (header, text, help, history_name, def_text, strip_password,
text              510 lib/widget/wtools.c input_dialog (const char *header, const char *text, const char *history_name, const char *def_text,
text              513 lib/widget/wtools.c     return input_dialog_help (header, text, "[Input Line Keys]", history_name, def_text, FALSE,
text              520 lib/widget/wtools.c input_expand_dialog (const char *header, const char *text,
text              526 lib/widget/wtools.c     result = input_dialog (header, text, history_name, def_text, completion_flags);
text               65 lib/widget/wtools.h char *input_dialog (const char *header, const char *text,
text               68 lib/widget/wtools.h char *input_dialog_help (const char *header, const char *text, const char *help,
text               71 lib/widget/wtools.h char *input_expand_dialog (const char *header, const char *text, const char *history_name,
text               74 lib/widget/wtools.h int query_dialog (const char *header, const char *text, int flags, int count, ...);
text               79 lib/widget/wtools.h WDialog *create_message (int flags, const char *title, const char *text, ...)
text               83 lib/widget/wtools.h void message (int flags, const char *title, const char *text, ...) G_GNUC_PRINTF (3, 4);
text              180 src/clipboard.c     const char *text = (const char *) data;
text              186 src/clipboard.c     if (text == NULL)
text              196 src/clipboard.c     str_len = strlen (text);
text              200 src/clipboard.c         ret = mc_write (file, text, str_len);
text              234 src/clipboard.c     *(event_data->text) = NULL;
text              249 src/clipboard.c                 *(event_data->text) = g_strdup (buf);
text              256 src/clipboard.c                 tmp = g_strconcat (*(event_data->text), " ", buf, (char *) NULL);
text              257 src/clipboard.c                 g_free (*(event_data->text));
text              258 src/clipboard.c                 *(event_data->text) = tmp;
text              264 src/clipboard.c     event_data->ret = (*(event_data->text) != NULL);
text              624 src/diffviewer/ydiff.c dview_str_utf8_offset_to_pos (const char *text, size_t length)
text              628 src/diffviewer/ydiff.c     if (text == NULL || text[0] == '\0')
text              631 src/diffviewer/ydiff.c     if (g_utf8_validate (text, -1, NULL))
text              632 src/diffviewer/ydiff.c         result = g_utf8_offset_to_pointer (text, length) - text;
text              638 src/diffviewer/ydiff.c         buffer = tmpbuf = g_strdup (text);
text              245 src/editor/syntax.c compare_word_to_right (const WEdit * edit, off_t i, const GString * text,
text              256 src/editor/syntax.c     for (p = (const unsigned char *) text->str, q = p + text->len; p < q; p++, i++)
text              287 src/editor/syntax.c                     if (p[0] == text->str[0] && p[1] == '\0')   /* handle eg '+' and @+@ keywords properly */
text              175 src/file_history.c     fhd->file_name = le->text;
text              176 src/file_history.c     le->text = NULL;
text              243 src/file_history.c     return hd.text;
text               76 src/filemanager/achown.c     const char *text;
text              126 src/filemanager/achown.c         advanced_chown_but[i].text = _(advanced_chown_but[i].text);
text              129 src/filemanager/achown.c         advanced_chown_but[i].len = str_term_width1 (advanced_chown_but[i].text) + 3;
text              224 src/filemanager/achown.c     set_perm_by_flags (b_att[0]->text.start, 0);
text              225 src/filemanager/achown.c     set_perm_by_flags (b_att[1]->text.start, 3);
text              226 src/filemanager/achown.c     set_perm_by_flags (b_att[2]->text.start, 6);
text              406 src/filemanager/achown.c             if (b->text.start[flag_pos % 3] == '-')
text              460 src/filemanager/achown.c perm_button_new (int y, int x, int action, button_flags_t flags, const char *text,
text              467 src/filemanager/achown.c     b = button_new (y, x, action, flags, text, callback);
text              597 src/filemanager/achown.c                 char *text;
text              599 src/filemanager/achown.c                 listbox_get_current (chl_list, &text, NULL);
text              602 src/filemanager/achown.c                     chl_pass = getpwnam (text);
text              611 src/filemanager/achown.c                     chl_grp = getgrnam (text);
text              765 src/filemanager/achown.c         (advanced_chown_but[i].text), cb
text              791 src/filemanager/achown.c                                                                  advanced_chown_but[i].text, NULL));
text              798 src/filemanager/achown.c                                                                  advanced_chown_but[i].text, NULL));
text              810 src/filemanager/achown.c                                                              advanced_chown_but[i].text, NULL));
text              816 src/filemanager/achown.c                                                              advanced_chown_but[i].text, NULL));
text              137 src/filemanager/chattr.c     const char *text;
text              225 src/filemanager/chattr.c     const char *text;
text              497 src/filemanager/chattr.c         g_snprintf (btext, sizeof (btext), "(%c) %s", check_attr[m].attr, check_attr[m].text);
text              939 src/filemanager/chattr.c             check_attr[i].text = _(check_attr[i].text);
text              944 src/filemanager/chattr.c             width = 4 + str_term_width1 (check_attr[i].text);   /* "(Q) text " */
text              953 src/filemanager/chattr.c         chattr_but[i].text = _(chattr_but[i].text);
text              956 src/filemanager/chattr.c         chattr_but[i].width = str_term_width1 (chattr_but[i].text) + 3; /* [], spaces and w/o & */
text             1038 src/filemanager/chattr.c                                                    chattr_but[i].text, NULL));
text             1044 src/filemanager/chattr.c                                 chattr_but[i].flags, chattr_but[i].text, NULL));
text               70 src/filemanager/chmod.c     const char *text;
text              108 src/filemanager/chmod.c     const char *text;
text              150 src/filemanager/chmod.c         check_perm[i].text = _(check_perm[i].text);
text              156 src/filemanager/chmod.c         chmod_but[i].text = _(chmod_but[i].text);
text              161 src/filemanager/chmod.c         len = str_term_width1 (check_perm[i].text);
text              175 src/filemanager/chmod.c         chmod_but[i].len = str_term_width1 (chmod_but[i].text) + 3;     /* [], spaces and w/o & */
text              348 src/filemanager/chmod.c                                          check_perm[i].text);
text              379 src/filemanager/chmod.c                                              chmod_but[i].text, NULL));
text              383 src/filemanager/chmod.c                                              chmod_but[i].text, NULL));
text              391 src/filemanager/chmod.c                                      chmod_but[i].ret_cmd, chmod_but[i].flags, chmod_but[i].text,
text              395 src/filemanager/chmod.c                                      chmod_but[i].flags, chmod_but[i].text, NULL));
text               80 src/filemanager/chown.c     const char *text;
text              132 src/filemanager/chown.c         chown_but[i].text = _(chown_but[i].text);
text              137 src/filemanager/chown.c         chown_but[i].len = str_term_width1 (chown_but[i].text) + 3;     /* [], spaces and w/o & */
text              254 src/filemanager/chown.c                                              chown_but[i].text, NULL));
text              263 src/filemanager/chown.c                                      chown_but[i].ret_cmd, chown_but[i].flags, chown_but[i].text,
text              267 src/filemanager/chown.c                                      chown_but[i].flags, chown_but[i].text, NULL));
text              462 src/filemanager/chown.c                 char *text;
text              464 src/filemanager/chown.c                 listbox_get_current (l_group, &text, NULL);
text              465 src/filemanager/chown.c                 grp = getgrnam (text);
text              468 src/filemanager/chown.c                 listbox_get_current (l_user, &text, NULL);
text              469 src/filemanager/chown.c                 user = getpwnam (text);
text              502 src/filemanager/chown.c                 char *text;
text              504 src/filemanager/chown.c                 listbox_get_current (l_user, &text, NULL);
text              505 src/filemanager/chown.c                 user = getpwnam (text);
text              519 src/filemanager/chown.c                 char *text;
text              521 src/filemanager/chown.c                 listbox_get_current (l_group, &text, NULL);
text              522 src/filemanager/chown.c                 grp = getgrnam (text);
text              406 src/filemanager/cmd.c nice_cd (const char *text, const char *xtext, const char *help,
text              413 src/filemanager/cmd.c         input_dialog_help (text, xtext, help, history_name, INPUT_LAST_TEXT, strip_password,
text              249 src/filemanager/command.c command_insert (WInput * in, const char *text, gboolean insert_extra_space)
text              253 src/filemanager/command.c     quoted_text = name_quote (text, TRUE);
text               24 src/filemanager/command.h void command_insert (WInput * in, const char *text, gboolean insert_extra_space);
text              173 src/filemanager/ext.c     char *text;
text              175 src/filemanager/ext.c     text = expand_format (NULL, symbol, TRUE);
text              176 src/filemanager/ext.c     if (is_result_quoted && text != NULL)
text              180 src/filemanager/ext.c         quoted_text = g_strdup_printf ("\"%s\"", text);
text              181 src/filemanager/ext.c         g_free (text);
text              182 src/filemanager/ext.c         text = quoted_text;
text              184 src/filemanager/ext.c     return text;
text              192 src/filemanager/ext.c     char *text;
text              211 src/filemanager/ext.c     text = exec_get_file_name (filename_vpath);
text              212 src/filemanager/ext.c     if (text == NULL)
text              216 src/filemanager/ext.c     g_string_append_printf (export_vars_string, "%s\nexport MC_EXT_FILENAME\n", text);
text              217 src/filemanager/ext.c     g_free (text);
text              221 src/filemanager/ext.c         text =
text              223 src/filemanager/ext.c         if (text != NULL)
text              226 src/filemanager/ext.c                                     "%s=%s\nexport %s\n", export_variables[i].name, text,
text              228 src/filemanager/ext.c             g_free (text);
text              320 src/filemanager/ext.c                             char *text;
text              323 src/filemanager/ext.c                                 text = expand_format (NULL, *lc_data, !is_cd);
text              326 src/filemanager/ext.c                                 text = exec_get_file_name (filename_vpath);
text              327 src/filemanager/ext.c                                 if (text == NULL)
text              334 src/filemanager/ext.c                             if (text != NULL)
text              337 src/filemanager/ext.c                                     g_string_append (shell_string, text);
text              340 src/filemanager/ext.c                                     strcpy (pbuffer, text);
text              344 src/filemanager/ext.c                                 g_free (text);
text             1003 src/filemanager/file.c         char *text;
text             1008 src/filemanager/file.c         text = g_strdup_printf (msg, path_trunc (s, 30));
text             1014 src/filemanager/file.c             query_dialog (op_names[OP_DELETE], text, D_ERROR, 5, _("&Yes"), _("&No"), _("A&ll"),
text             1016 src/filemanager/file.c         g_free (text);
text              248 src/filemanager/filegui.c     const char *text;
text              433 src/filemanager/filegui.c #define NEW_LABEL(i, text) \
text              434 src/filemanager/filegui.c     W(i) = WIDGET (label_new (dlg_widgets[i].y, dlg_widgets[i].x, text))
text              442 src/filemanager/filegui.c                                dlg_widgets[i].value, NORMAL_BUTTON, dlg_widgets[i].text, NULL))
text              454 src/filemanager/filegui.c         const char *text;
text              538 src/filemanager/filegui.c             if (dlg_widgets[i].text != NULL)
text              539 src/filemanager/filegui.c                 dlg_widgets[i].text = _(dlg_widgets[i].text);
text              545 src/filemanager/filegui.c     NEW_LABEL (0, dlg_widgets[0].text);
text              560 src/filemanager/filegui.c     NEW_LABEL (4, dlg_widgets[4].text);
text              579 src/filemanager/filegui.c     NEW_LABEL (8, dlg_widgets[8].text);
text              587 src/filemanager/filegui.c     NEW_LABEL (13, dlg_widgets[13].text);
text              589 src/filemanager/filegui.c         WIDGET (check_new (dlg_widgets[14].y, dlg_widgets[14].x, FALSE, dlg_widgets[14].text));
text              620 src/filemanager/filegui.c         label_set_text (l, str_trunc (l->text, w));
text              629 src/filemanager/filegui.c         label_set_text (l, str_trunc (l->text, w));
text              747 src/filemanager/filegui.c     button_set_text (BUTTON (progress_buttons[i].w), progress_buttons[i].text);
text              843 src/filemanager/filegui.c             progress_buttons[i].text = _(progress_buttons[i].text);
text              918 src/filemanager/filegui.c                                                 progress_buttons[0].flags, progress_buttons[0].text,
text              924 src/filemanager/filegui.c                                                 progress_buttons[1].flags, progress_buttons[1].text,
text              934 src/filemanager/filegui.c                                                     progress_buttons[2].text,
text              942 src/filemanager/filegui.c                                                 progress_buttons[3].flags, progress_buttons[3].text,
text             1300 src/filemanager/filegui.c file_mask_dialog (file_op_context_t * ctx, gboolean only_one, const char *format, const void *text,
text             1336 src/filemanager/filegui.c         text_len = str_term_width1 (text);
text             1346 src/filemanager/filegui.c             text = str_trunc ((const char *) text, max_len - format_len);
text             1350 src/filemanager/filegui.c         g_snprintf (fmd_buf, sizeof (fmd_buf), format, (const char *) text);
text             1356 src/filemanager/filegui.c         g_snprintf (fmd_buf, sizeof (fmd_buf), format, *(const int *) text);
text               26 src/filemanager/filegui.h                         const void *text, const char *def_text, gboolean * do_bg);
text             1744 src/filemanager/filemanager.c         char text[BUF_SMALL];
text             1746 src/filemanager/filemanager.c         g_snprintf (text, sizeof (text), _("GNU Midnight Commander %s\n"), mc_global.mc_version);
text             1747 src/filemanager/filemanager.c         set_hintbar (text);
text              183 src/filemanager/find.c     const char *text;
text              351 src/filemanager/find.c add_to_list (const char *text, void *data)
text              353 src/filemanager/find.c     return listbox_add_item (find_list, LISTBOX_APPEND_AT_END, 0, text, data, TRUE);
text              367 src/filemanager/find.c status_update (const char *text)
text              369 src/filemanager/find.c     label_set_text (status_label, text);
text             1482 src/filemanager/find.c     char *text = NULL;
text             1485 src/filemanager/find.c     listbox_get_current (find_list, &text, (void **) &location);
text             1487 src/filemanager/find.c     if ((text == NULL) || (location == NULL) || (location->dir == NULL))
text             1490 src/filemanager/find.c     find_do_view_edit (unparsed_view, edit, location->dir, text, location->start, location->end);
text             1631 src/filemanager/find.c     button_set_text (button, fbuts[is_start ? 3 : 2].text);
text             1682 src/filemanager/find.c             fbuts[i].text = _(fbuts[i].text);
text             1684 src/filemanager/find.c             fbuts[i].len = str_term_width1 (fbuts[i].text) + 3;
text             1725 src/filemanager/find.c                         (y, fbuts[i].x, fbuts[i].ret_cmd, fbuts[i].flags, fbuts[i].text,
text             1834 src/filemanager/find.c             if ((le->text == NULL) || (location == NULL) || (location->dir == NULL))
text             1838 src/filemanager/find.c                 lc_filename = strchr (le->text + 4, ':') + 1;
text             1840 src/filemanager/find.c                 lc_filename = le->text + 4;
text              167 src/filemanager/hotlist.c     const char *text;
text              233 src/filemanager/hotlist.c     const char *text = "";
text              245 src/filemanager/hotlist.c             text = ctext;
text              251 src/filemanager/hotlist.c                 text = hlp->directory;
text              253 src/filemanager/hotlist.c                 text = _("Subgroup - press ENTER to see list");
text              263 src/filemanager/hotlist.c         label_set_text (pname, str_trunc (text, w->rect.cols));
text              692 src/filemanager/hotlist.c             hotlist_but[i].text = _(hotlist_but[i].text);
text              694 src/filemanager/hotlist.c             hotlist_but[i].len = str_term_width1 (hotlist_but[i].text) + 3;
text              829 src/filemanager/hotlist.c                                                   hotlist_but[i].text, hotlist_button_callback),
text              882 src/filemanager/hotlist.c                                                   hotlist_but[i].text, hotlist_button_callback),
text             1155 src/filemanager/hotlist.c         char text[BUF_MEDIUM];
text             1161 src/filemanager/hotlist.c         g_snprintf (text, sizeof (text), _("Are you sure you want to remove entry \"%s\"?"),
text             1163 src/filemanager/hotlist.c         result = query_dialog (Q_ ("DialogTitle|Delete"), text, D_ERROR | D_CENTER, 2,
text             1175 src/filemanager/hotlist.c             char text[BUF_MEDIUM];
text             1178 src/filemanager/hotlist.c             g_snprintf (text, sizeof (text), _("Group \"%s\" is not empty.\nRemove it?"),
text             1180 src/filemanager/hotlist.c             result = query_dialog (Q_ ("DialogTitle|Delete"), text, D_ERROR | D_CENTER, 2,
text             1663 src/filemanager/hotlist.c         char *text = NULL;
text             1666 src/filemanager/hotlist.c         listbox_get_current (l_hotlist, &text, (void **) &hlp);
text             1667 src/filemanager/hotlist.c         target = g_strdup (hlp != NULL ? hlp->directory : text);
text              169 src/filemanager/layout.c     const char *text;
text              531 src/filemanager/layout.c                 check_options[i].text = _(check_options[i].text);
text              546 src/filemanager/layout.c         l1 = max (l1, str_term_width1 (check_options[i].text) + 7);
text              569 src/filemanager/layout.c #define XTRACT(i) (*check_options[i].variable != 0), check_options[i].text
text               76 src/filemanager/listmode.c     char *text;
text               83 src/filemanager/listmode.c     char *text;
text              216 src/filemanager/listmode.c                                 listmode_but[i].text, listmode_but[i].callback));
text              221 src/filemanager/listmode.c         pname = label_new (listmode_labels[i].y, listmode_labels[i].x, listmode_labels[i].text);
text              293 src/filemanager/listmode.c     char *text, *extra;
text              306 src/filemanager/listmode.c         listbox_get_current (l_listmode, &text, &extra);
text              307 src/filemanager/listmode.c         if (text == last)
text              311 src/filemanager/listmode.c         strcat (newformat, text);
text              312 src/filemanager/listmode.c         last = text;
text             3516 src/filemanager/panel.c     if (hd.text != NULL)
text             3520 src/filemanager/panel.c         s_vpath = vfs_path_from_str (hd.text);
text             3525 src/filemanager/panel.c             cd_error_message (hd.text);
text             3527 src/filemanager/panel.c         g_free (hd.text);
text              165 src/filemanager/panelize.c         const char *text;
text              192 src/filemanager/panelize.c         panelize_but[i].text = _(panelize_but[i].text);
text              194 src/filemanager/panelize.c         blen += str_term_width1 (panelize_but[i].text) + 3 + 1;
text              233 src/filemanager/panelize.c                         panelize_but[i].ret_cmd, panelize_but[i].flags, panelize_but[i].text, NULL);
text              625 src/filemanager/tree.c search_tree (WTree * tree, const GString * text)
text              632 src/filemanager/tree.c         if (strncmp (current->subname, text->str, text->len) == 0)
text              126 src/help.c     search_string (const char *start, const char *text)
text              133 src/help.c         local_text = g_strdup (text);
text              166 src/help.c     search_string_node (const char *start, const char *text)
text              170 src/help.c             const char *d = text;
text              178 src/help.c                     d = text;
text              535 src/usermenu.c                 char *text;
text              537 src/usermenu.c                 text = expand_format (edit_widget, *commands, do_quote);
text              538 src/usermenu.c                 if (text != NULL)
text              540 src/usermenu.c                     fputs (text, cmd_file);
text              541 src/usermenu.c                     g_free (text);
text              787 src/vfs/sftpfs/connection.c         if (strncmp (prompts[i].text, "Password: ", prompts[i].length) == 0)
text              789 src/vfs/sftpfs/connection.c             responses[i].text = strdup (kbi_passwd);
text              389 src/viewer/hex.c         char *text;
text              427 src/viewer/hex.c         text = g_strdup_printf (_("Cannot save file:\n%s"), unix_error_string (errno));
text              430 src/viewer/hex.c         answer = query_dialog (_("Save file"), text, D_ERROR, 2, _("&Retry"), _("&Cancel"));
text              431 src/viewer/hex.c         g_free (text);
text               47 tests/lib/vfs/vfs_parse_ls_lga.c void message (int flags, const char *title, const char *text, ...) G_GNUC_PRINTF (3, 4);
text               89 tests/lib/vfs/vfs_parse_ls_lga.c message (int flags, const char *title, const char *text, ...)
text               97 tests/lib/vfs/vfs_parse_ls_lga.c     va_start (ap, text);
text               98 tests/lib/vfs/vfs_parse_ls_lga.c     p = g_strdup_vprintf (text, ap);
text               36 tests/lib/widget/complete_engine.c char **try_complete (char *text, int *lc_start, int *lc_end, input_complete_t flags);
text               54 tests/lib/widget/complete_engine.c try_complete (char *text, int *lc_start, int *lc_end, input_complete_t flags)
text               56 tests/lib/widget/complete_engine.c     try_complete__text__captured = g_strdup (text);
text              144 tests/src/execute__common.c message (int flags, const char *title, const char *text, ...)
text              152 tests/src/execute__common.c     va_start (ap, text);
text              153 tests/src/execute__common.c     message_text__captured = g_strdup_vprintf (text, ap);
text              220 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c message (int flags, const char *title, const char *text, ...)
text              228 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     va_start (ap, text);
text              229 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c     p = g_strdup_vprintf (text, ap);