Lines Matching defs:character
355 for (const EditLineCharType *character = info->buffer;
356 character < info->lastchar; character++) {
357 if (*character != ' ')
560 // Read an actual character
569 // character (blocking operation), so we do not hold the mutex
704 // Just delete the next character normally if possible
743 // Just delete the previous character normally when not at the start of a
750 // No prior line and no prior character? Let the user know
754 // No prior character, but prior line? Combine with the line above
848 // Insert the character typed before proceeding
1184 EditLineConstString("Delete next character"),
1190 EditLineConstString("Delete previous character"),
1269 EditLineConstString("lldb-typed-character"),
1270 EditLineConstString("Typed character"),
1281 el_set(m_editline, EL_BIND, bind_key, "lldb-typed-character", NULL);
1283 el_set(m_editline, EL_BIND, "\\-", "lldb-typed-character", NULL);
1284 el_set(m_editline, EL_BIND, "\\^", "lldb-typed-character", NULL);
1285 el_set(m_editline, EL_BIND, "\\\\", "lldb-typed-character", NULL);