Searched refs:MDB_PROMPTLEN (Results 1 – 2 of 2) sorted by relevance
112 #define MDB_PROMPTLEN 35 /* Maximum prompt length */ macro125 char m_promptraw[MDB_PROMPTLEN + 1]; /* Un-expanded prompt */126 char m_prompt[MDB_PROMPTLEN + 1]; /* Prompt for interactive mode */
442 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()