string_make_unibyte 2518 src/editfns.c  	table = string_make_unibyte (table);
string_make_unibyte 1393 src/fns.c        return string_make_unibyte (string);
string_make_unibyte  390 src/keyboard.h #define ENCODE_MENU_STRING(str) string_make_unibyte (str)
string_make_unibyte 4054 src/lisp.h     extern Lisp_Object string_make_unibyte (Lisp_Object);
string_make_unibyte  512 src/search.c     regexp = string_make_unibyte (regexp);
string_make_unibyte 2126 src/syntax.c       string = string_make_unibyte (string);
string_make_unibyte 3600 test/manual/etags/c-src/emacs/src/lisp.h extern Lisp_Object string_make_unibyte (Lisp_Object);