Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb.h234 extern uintmax_t mdb_dot_decr(const char *);
H A Dmdb_grammar.y427 | '^' { $$ = mdb_dot_decr("^"); }
H A Dmdb.c996 mdb_dot_decr(const char *op) in mdb_dot_decr() function