Home
last modified time | relevance | path

Searched refs:MDB_PROMPTLEN (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb.h112 #define MDB_PROMPTLEN 35 /* Maximum prompt length */ macro
125 char m_promptraw[MDB_PROMPTLEN + 1]; /* Un-expanded prompt */
126 char m_prompt[MDB_PROMPTLEN + 1]; /* Prompt for interactive mode */
H A Dmdb.c442 if (len > MDB_PROMPTLEN) { in mdb_set_prompt()
443 warn("prompt may not exceed %d characters\n", MDB_PROMPTLEN); in mdb_set_prompt()
1389 len = MIN(MDB_PROMPTLEN, (size_t)(p - s)); in mdb_set_config()