Home
last modified time | relevance | path

Searched defs:ok_char (Results 1 – 5 of 5) sorted by relevance

/dports/games/edge/Edge-1.35-source/ddf/
H A Dlocal.h65 ok_char enumerator
/dports/math/yices/yices-2.6.2/src/frontend/smt2/
H A Dsmt2_lexer.c919 static inline bool ok_char(int c) { in ok_char() function
/dports/editors/xvile/vile-9.8v/
H A Dmktbls.c2270 ok_char(char *src) in ok_char() function
/dports/editors/vile/vile-9.8v/
H A Dmktbls.c2270 ok_char(char *src) in ok_char() function
/dports/net-mgmt/nagios4/nagios-4.4.6/common/
H A Dobjects.c99 static const char *opts2str(int opts, const struct flag_map *map, char ok_char) in opts2str()