Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb.h235 extern uintmax_t mdb_dot_decr(const char *);
H A Dmdb_grammar.y447 | '^' { $$ = mdb_dot_decr("^"); }
H A Dmdb.c1007 mdb_dot_decr(const char *op) in mdb_dot_decr() function