Searched refs:jambase (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/jam/
H A Djambase.h8 * jambase.h - declaration for the internal jambase
10 * The file Jambase is turned into a C array of strings in jambase.c
15 extern char *jambase[];
H A Djambase.c2 const char *jambase[] = { variable
H A DBuild.com11 $ cxx /define=VMS jambase.c
31 jamgram.obj, jambase.obj, builtins.obj
H A DMakefile65 headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c \
H A DJamfile14 # directory, but getting scan.c to include the right jambase.h is
123 # How to build the compiled in jambase.
142 Main jam : jam.c jambase.c ;
144 GenFile jambase.c : mkjambase Jambase ;
229 headers.c headers.h jam.c jam.h jambase.c jambase.h jamgram.c
H A Dscan.c27 # include "jambase.h"
99 /* If the filename is "+", it means use the internal jambase. */
102 i->strings = jambase;

Completed in 31 milliseconds