Lines Matching defs:character
357 for (const EditLineCharType *character = info->buffer;
358 character < info->lastchar; character++) {
359 if (*character != ' ')
564 // Read an actual character
573 // character (blocking operation), so we do not hold the mutex
711 // Just delete the next character normally if possible
750 // Just delete the previous character normally when not at the start of a
757 // No prior line and no prior character? Let the user know
761 // No prior character, but prior line? Combine with the line above
855 // Insert the character typed before proceeding
1278 EditLineConstString("Delete next character"),
1284 EditLineConstString("Delete previous character"),
1363 EditLineConstString("lldb-typed-character"),
1364 EditLineConstString("Typed character"),
1375 el_set(m_editline, EL_BIND, bind_key, "lldb-typed-character", NULL);
1377 el_set(m_editline, EL_BIND, "\\-", "lldb-typed-character", NULL);
1378 el_set(m_editline, EL_BIND, "\\^", "lldb-typed-character", NULL);
1379 el_set(m_editline, EL_BIND, "\\\\", "lldb-typed-character", NULL);