Home
last modified time | relevance | path

Searched refs:_ch (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libc/stdlib/
H A Dset_constraint_handler_s.c43 static constraint_handler_t *_ch = NULL; variable
57 old = _ch; in set_constraint_handler_s()
58 _ch = new; in set_constraint_handler_s()
77 ch = _ch != NULL ? *_ch : NULL; in __throw_constraint_handler_s()
/dragonfly/usr.sbin/lpr/pac/
H A Dpac.c85 static int any(int _ch, const char _str[]);
/dragonfly/contrib/mdocml/
H A Dmandocdb.c350 #define CHECKOP(_op, _ch) do \ in mandocdb() argument
352 warnx("-%c: Conflicting option", (_ch)); \ in mandocdb()