Home
last modified time | relevance | path

Searched defs:stat_char (Results 1 – 2 of 2) sorted by relevance

/dragonfly/games/hunt/huntd/
H A Dserver.h112 #define stat_char(pp) (((pp)->p_flying < 0) ? _cloak_char(pp) : FLYER) macro
/dragonfly/contrib/gdb-7/readline/
H A Dcomplete.c554 stat_char (filename) in stat_char() function