Searched refs:incpath (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libX11/dist/nls/
H A Dcompose-check.pl134 my $incpath = $1;
135 if (($pre_file == 1) && ($incpath !~ m{^X11_LOCALEDATADIR/})) {
136 print "Include path starts with $incpath instead of X11_LOCALEDATADIR\n",
/xsrc/external/mit/makedepend/dist/
H A Dinclude.c146 newinclude(const char *newfile, const char *incstring, const char *incpath) argument
168 if (incpath == NULL) {
177 ip->i_realpath = strdup(incpath);
H A Ddef.h171 const char *incpath);
/xsrc/external/mit/libX11/dist/specs/i18n/compose/
H A Dcompose-chart.pl190 my $incpath = $1;
191 $incpath =~ s{^X11_LOCALEDATADIR/(.*)/Compose}{the $1 compose table};
193 push @included_files, $incpath;

Completed in 3 milliseconds