Searched refs:key_left (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/db/db/ |
H A D | db_overflow.c | 358 u_int32_t bufsize, cmp_bytes, key_left; local 381 key_left = dbt->size; key_left > 0 && pgno != PGNO_INVALID;) { 385 cmp_bytes = OV_LEN(pagep) < key_left ? OV_LEN(pagep) : key_left; 386 key_left -= cmp_bytes; 399 if (key_left > 0) /* DBT is longer than page key. */
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | setkeymap.c | 220 if (key_left && strcmp(key_left, "\b")) in setkeymap() 221 _laddone(key_left); in setkeymap()
|
H A D | caps | 215 key_left, "kcub1" "kl" KEY_LEFT, 0404, Sent by terminal left arrow key
|
/titanic_44/usr/src/cmd/vi/port/ |
H A D | ex_tty.c | 156 kpadd(arrows, (unsigned char *)key_left, (unsigned char *)"h", in setterm() 170 kpboth(arrows, immacs, key_left, "h", "left"); in setterm()
|
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 220 key_left kcub1 kl str Sent by terminal left arrow key
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 220 key_left kcub1 kl str Sent by terminal left arrow key
|