Searched refs:directives (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/gnu/usr.bin/cc/libcpp/
H A DMakefile14 SRCS+= charset.c directives.c errors.c expr.c files.c \
/freebsd-10.0-release/usr.bin/make/
H A Dparse.c255 } directives[] = { variable in typeref:struct:directive
278 #define NDIRECTS (sizeof(directives) / sizeof(directives[0]))
2359 (size_t)(cp - start) != strlen(directives[dir].name) ||
2360 strncmp(start, directives[dir].name, cp - start) != 0) {
2365 if (!skipLine || directives[dir].skip_flag)
2366 (*directives[dir].func)(cp, directives[dir].code,
/freebsd-10.0-release/contrib/binutils/ld/
H A Ddeffilep.y266 static struct directive *directives = 0;
313 for (d = directives; d; d = d->next)
827 d->next = directives;
828 directives = d;
/freebsd-10.0-release/crypto/openssl/util/
H A Dpod2man.pl9 pod2man - translate embedded Perl pod directives into man pages
25 B<pod2man> converts its input file containing embedded pod directives (see
113 up into subsections using the C<=head2> directives, like
259 directives.
268 The =over and =back directives don't really work right. They
716 # mistaking them for directives
/freebsd-10.0-release/sys/conf/
H A Dkern.post.mk4 # the definitions that need to be after all the % directives except %RULES
/freebsd-10.0-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec791 - Added 'Obsoletes' directives
/freebsd-10.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex440 example. The file starts with \texttt{/memreserve/} directives, which

Completed in 93 milliseconds