Home
last modified time | relevance | path

Searched refs:start_directive (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/gcc/libcpp/
H A Ddirectives.c94 static void start_directive (cpp_reader *);
260 start_directive (cpp_reader *pfile) in start_directive() function
392 start_directive (pfile); in _cpp_handle_directive()
490 start_directive (pfile); in run_directive()
1524 start_directive (pfile); in destringize_and_run()
H A DChangeLog690 (start_directive): Initialize pfile->directive_result.type.
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcpplib.c98 static void start_directive PARAMS ((cpp_reader *));
231 start_directive (pfile) in start_directive() function
362 start_directive (pfile);
466 start_directive (pfile);
H A DChangeLog.610959 (start_directive, _cpp_do__Pragma, do_else, do_elif,
13246 * cpplib.c (start_directive): Get the directive position right.
15154 (start_directive): Record line of directive.
16266 (start_directive, end_directive): Don't change skipping state.
H A DChangeLog.43638 * cpplib.c (start_directive, end_directive): New functions.