Home
last modified time | relevance | path

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

/openbsd/games/atc/
H A Dgrammar.y199 dir = dir_no($4);
228 dir = dir_no($4);
H A Dinput.c533 p.new_dir = dir_no(c); in to_dir()
542 angle = dir_no(c); in rel_dir()
595 dir_no(char ch) in dir_no() function
H A Dextern.h81 int dir_no(char);
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcpplib.c455 run_directive (pfile, dir_no, buf, count) in run_directive() argument
457 int dir_no;
464 if (dir_no == T_PRAGMA)
469 pfile->directive = &dtable[dir_no];
474 if (dir_no == T_PRAGMA)
/openbsd/gnu/gcc/libcpp/
H A Ddirectives.c486 run_directive (cpp_reader *pfile, int dir_no, const char *buf, size_t count) in run_directive() argument
496 pfile->directive = &dtable[dir_no]; in run_directive()