string_make_unibyte 2510 src/editfns.c  	table = string_make_unibyte (table);
string_make_unibyte 1381 src/fns.c        return string_make_unibyte (string);
string_make_unibyte  382 src/keyboard.h #define ENCODE_MENU_STRING(str) string_make_unibyte (str)
string_make_unibyte 4049 src/lisp.h     extern Lisp_Object string_make_unibyte (Lisp_Object);
string_make_unibyte  511 src/search.c     regexp = string_make_unibyte (regexp);
string_make_unibyte 2140 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);