Searched refs:mbswidth (Results 1 – 25 of 26) sorted by relevance
12
/external/bison/m4/ |
D | mbswidth.m4 | 1 # mbswidth.m4 serial 11 7 dnl autoconf tests required for use of mbswidth.c 39 dnl UnixWare 7.1.1 <wchar.h> has a declaration of a function mbswidth() 41 AC_CACHE_CHECK([whether mbswidth is declared in <wchar.h>], 48 char *p = (char *) mbswidth; 56 [Define to 1 if you have a declaration of mbswidth() in <wchar.h>, and to 0 otherwise.])
|
/external/bison/lib/ |
D | mbswidth.h | 51 #define mbswidth gnu_mbswidth /* avoid clash with UnixWare 7.1.1 function */ macro 52 extern int mbswidth (const char *string, int flags);
|
D | gnulib.mk | 37 lib_SOURCES += mbswidth.h mbswidth.c
|
D | mbswidth.c | 97 mbswidth (const char *string, int flags) in mbswidth() function
|
D | Makefile | 62 $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/nls.m4 \ 103 basename.$(OBJEXT) stripslash.$(OBJEXT) mbswidth.$(OBJEXT) \ 271 stripslash.c exit.h gettext.h mbswidth.h mbswidth.c stpcpy.h \ 408 include ./$(DEPDIR)/mbswidth.Po
|
D | Makefile.in | 62 $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/nls.m4 \ 103 basename.$(OBJEXT) stripslash.$(OBJEXT) mbswidth.$(OBJEXT) \ 271 stripslash.c exit.h gettext.h mbswidth.h mbswidth.c stpcpy.h \ 408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbswidth.Po@am__quote@
|
/external/bison/ |
D | Android.mk | 30 lib/mbswidth.c \
|
D | config.hin | 94 /* Define to 1 if you have a declaration of mbswidth() in <wchar.h>, and to 0
|
D | Makefile.in | 57 $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/nls.m4 \
|
D | Makefile | 57 $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/nls.m4 \
|
D | config.log | 1619 configure:13616: checking whether mbswidth is declared in <wchar.h> 1622 conftest.c:100: error: 'mbswidth' undeclared (first use in this function) 1726 | char *p = (char *) mbswidth;
|
D | ChangeLog | 4017 lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c, 4026 m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4, 4045 hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c, 4054 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4, 4966 * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4, 5052 * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work 6126 * lib/mbswidth.c, lib/mbswidth.h: Likewise. 6819 Include mbswidth.h. 6860 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c. 6861 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext. [all …]
|
D | aclocal.m4 | 896 m4_include([m4/mbswidth.m4])
|
/external/bison/build-aux/ |
D | Makefile.in | 55 $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/nls.m4 \
|
D | Makefile | 55 $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/nls.m4 \
|
/external/bison/data/ |
D | Makefile.in | 55 $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/nls.m4 \
|
D | Makefile | 55 $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/nls.m4 \
|
/external/bison/src/ |
D | Makefile.in | 57 $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/nls.m4 \
|
D | Makefile | 57 $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/nls.m4 \
|
/external/bison/tests/ |
D | Makefile.in | 54 $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/nls.m4 \
|
D | Makefile | 54 $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/nls.m4 \
|
/external/bison/examples/ |
D | Makefile.in | 55 $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/nls.m4 \
|
D | Makefile | 55 $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/nls.m4 \
|
/external/bison/doc/ |
D | Makefile.in | 55 $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/nls.m4 \
|
D | Makefile | 55 $(top_srcdir)/m4/mbswidth.m4 $(top_srcdir)/m4/nls.m4 \
|
12