Searched refs:topdir (Results 1 - 20 of 20) sorted by relevance

/haiku-fatelf/src/bin/bash/builtins/
H A DMakefile35 topdir = .. macro
62 BASHINCDIR = ${topdir}/include
67 MKDIRS = ${topdir}/support/mkdirs
69 INCLUDES = -I. -I.. -I$(topdir) -I$(BASHINCDIR) -I$(topdir)/lib -I$(srcdir)
87 RL_LIBSRC = $(topdir)/lib/readline
260 bashgetopt.o: ../config.h $(topdir)/bashansi.h $(BASHINCDIR)/ansi_stdlib.h
261 bashgetopt.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/bashjm
[all...]
/haiku-fatelf/src/bin/gdb/readline/shlib/
H A DMakefile.in25 topdir = @top_srcdir@
62 # These values are generated for configure by ${topdir}/support/shobj-conf.
89 INCLUDES = -I. -I.. -I$(topdir)
109 CSOURCES = $(topdir)/readline.c $(topdir)/funmap.c $(topdir)/keymaps.c \
110 $(topdir)/vi_mode.c $(topdir)/parens.c $(topdir)/rltty.c \
111 $(topdir)/complet
[all...]
/haiku-fatelf/src/bin/bash/lib/sh/
H A DMakefile23 topdir = ../.. macro
26 BASHINCDIR = ${topdir}/include
52 INCLUDES = -I. -I../.. -I$(topdir) -I$(topdir)/lib -I$(BASHINCDIR) -I$(srcdir)
221 clktck.o: ${topdir}/bashtypes.h
223 getcwd.o: ${topdir}/bashtypes.h ${topdir}/bashansi.h ${BASHINCDIR}/maxpath.h
227 getenv.o: ${topdir}/bashansi.h ${BASHINCDIR}/ansi_stdlib.h
228 getenv.o: ${topdir}/shell.h ${topdir}/synta
[all...]
H A DMakefile.in30 topdir = @top_srcdir@
35 BASHINCDIR = ${topdir}/include
37 INTL_LIBSRC = ${topdir}/lib/intl
68 INCLUDES = -I. -I../.. -I$(topdir) -I$(topdir)/lib -I$(BASHINCDIR) -I$(srcdir) $(INTL_INC)
268 clktck.o: ${topdir}/bashtypes.h
270 getcwd.o: ${topdir}/bashtypes.h ${topdir}/bashansi.h ${BASHINCDIR}/maxpath.h
274 getenv.o: ${topdir}/bashansi.h ${BASHINCDIR}/ansi_stdlib.h
275 getenv.o: ${topdir}/shel
[all...]
/haiku-fatelf/src/bin/bash/lib/glob/
H A DMakefile25 topdir = ../.. macro
52 BASHINCDIR = ${topdir}/include
54 INCLUDES = -I. -I../.. -I$(topdir) -I$(BASHINCDIR) -I$(topdir)/lib
131 smatch.o: $(BASHINCDIR)/ansi_stdlib.h $(topdir)/bashansi.h
133 smatch.o: $(topdir)/xmalloc.h
140 glob.o: $(topdir)/bashtypes.h $(BASHINCDIR)/ansi_stdlib.h $(topdir)/bashansi.h
144 glob.o: $(topdir)/xmalloc.h
147 xmbsrtowcs.o: ${topdir}/bashans
[all...]
H A DMakefile.in24 topdir = @top_srcdir@
51 BASHINCDIR = ${topdir}/include
53 INCLUDES = -I. -I../.. -I$(topdir) -I$(BASHINCDIR) -I$(topdir)/lib
131 smatch.o: $(BASHINCDIR)/ansi_stdlib.h $(topdir)/bashansi.h
133 smatch.o: $(topdir)/xmalloc.h
140 glob.o: $(topdir)/bashtypes.h $(BASHINCDIR)/ansi_stdlib.h $(topdir)/bashansi.h
144 glob.o: $(topdir)/xmalloc.h
147 xmbsrtowcs.o: ${topdir}/bashans
[all...]
/haiku-fatelf/src/bin/bash/lib/tilde/
H A DMakefile25 topdir = ../.. macro
52 BASHINCDIR = ${topdir}/include
54 INCLUDES = -I. -I../.. -I$(topdir) -I${BASHINCDIR} -I$(topdir)/lib
H A DMakefile.in24 topdir = @top_srcdir@
51 BASHINCDIR = ${topdir}/include
53 INCLUDES = -I. -I../.. -I$(topdir) -I${BASHINCDIR} -I$(topdir)/lib
/haiku-fatelf/src/bin/bash/support/
H A DMakefile.in29 topdir = @top_srcdir@
61 INCLUDES = -I${BUILD_DIR} -I${topdir}
H A DMakefile31 topdir = .. macro
60 INCLUDES = -I${BUILD_DIR} -I${topdir}
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dcommondata.c200 if (uinfo->topdir)
201 free(uinfo->topdir);
H A Dromaji.c390 if (uinfo && uinfo->topdir && uinfo->uname) {
391 sprintf(rdic, "%sdic/user/%s/%s", uinfo->topdir, uinfo->uname, table);
413 if (uinfo && uinfo->topdir) {
414 strcpy(rdic, uinfo->topdir);
577 if (uinfo && uinfo->topdir) {
578 strcpy(buf, uinfo->topdir);
H A Dhenkan.c157 RkwSetUserInfo(uinfo->uname, uinfo->gname, uinfo->topdir);
/haiku-fatelf/src/add-ons/input_server/methods/canna/canna/
H A Djrkanji.h155 char *topdir; /* ������������������������ */ member in struct:__anon1306
/haiku-fatelf/src/bin/bash/lib/readline/doc/
H A DMakefile22 topdir = . macro
/haiku-fatelf/src/bin/bash/lib/readline/
H A DMakefile.in32 topdir = @top_srcdir@
63 INCLUDES = -I. -I$(BUILD_DIR) -I$(topdir) -I$(topdir)/lib
H A DMakefile25 topdir = ../.. macro
54 INCLUDES = -I. -I$(BUILD_DIR) -I$(topdir) -I$(topdir)/lib
/haiku-fatelf/src/bin/bash/
H A DMakefile45 topdir = . macro
150 SUBDIR_INCLUDES = -I. -I$(topdir) -I$(topdir)/$(LIBSUBDIR)
157 SH_ABSSRC = ${topdir}/${SH_LIBSRC}
194 RL_ABSSRC = ${topdir}/$(RL_LIBDIR)
245 HIST_ABSSRC = ${topdir}/$(HIST_LIBDIR)
264 TERM_ABSSRC = ${topdir}/$(TERM_LIBDIR)
276 GLOB_ABSSRC = ${topdir}/$(GLOB_LIBDIR)
293 TILDE_ABSSRC = ${topdir}/$(TILDE_LIBDIR)
311 ALLOC_ABSSRC = ${topdir}/
[all...]
/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c980 char* topdir; local
982 topdir = hc->hostdir;
984 topdir = ".";
985 switch ( auth_check2( hc, topdir ) )
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dcontext.c943 RkwSetUserInfo(char *user, char *group, char *topdir) argument

Completed in 170 milliseconds