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

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Ddirectives.c98 static void run_directive (cpp_reader *, int, const char *, size_t);
491 run_directive (cpp_reader *pfile, int dir_no, const char *buf, size_t count) function
1538 /* Inline run_directive, since we need to delay the _cpp_pop_buffer
1596 /* Finish inlining run_directive. */
2077 run_directive (pfile, T_DEFINE, buf, count);
2088 run_directive (pfile, T_DEFINE, buf, len);
2099 run_directive (pfile, T_UNDEF, buf, len);
2136 run_directive (pfile, type, str, count);

Completed in 160 milliseconds