Searched refs:Cursor (Results 1 – 20 of 20) sorted by relevance
| /dragonfly/contrib/tcsh-6/ |
| HD | ed.chared.c | 169 if (Cursor < LastChar) { /* if I must move chars */ in c_insert() 170 for (cp = LastChar; cp >= Cursor; cp--) in c_insert() 172 if (Mark && Mark > Cursor) in c_insert() 183 if (num > LastChar - Cursor) in c_delafter() 184 num = (int) (LastChar - Cursor); /* bounds check */ in c_delafter() 191 UndoPtr = Cursor; in c_delafter() 192 for (cp = Cursor; cp <= LastChar; cp++) { in c_delafter() 198 for (cp = Cursor; cp + num <= LastChar; cp++) in c_delafter() 202 if (Mark && Mark > Cursor && Mark <= Cursor+num) in c_delafter() 203 Mark = Cursor; in c_delafter() [all …]
|
| HD | ed.inputl.c | 139 Cursor = InputBuf + CursSaved; in Inputl() 157 if (Cursor > LastChar) in Inputl() 159 if (Cursor < InputBuf) in Inputl() 161 if (Cursor > InputLim) in Inputl() 271 Cursor = LastChar; in Inputl() 282 Cursor = LastChar; in Inputl() 298 Cursor = LastChar; in Inputl() 343 if (tenematch(InputBuf, Cursor - InputBuf, SPELL) < 0) in Inputl() 387 for (idx = (int) (Cursor - InputBuf); in Inputl() 392 Cursor = Cursor - newlen + curlen; in Inputl() [all …]
|
| HD | ed.refresh.c | 378 if (cp >= Cursor && cur_h == -1) { in Refresh() 381 Cursor = cp; in Refresh() 1193 for (cp = InputBuf; cp < Cursor;) { /* do input buffer to Cursor */ in RefCursor() 1251 if (Cursor != LastChar) { in RefPlusOne() 1259 cp = Cursor - l; in RefPlusOne()
|
| HD | ed.h | 125 EXTERN Char *LastChar, *Cursor; /* point to the next open space */ variable
|
| HD | ed.screen.c | 1169 region_start = (Cursor - InputBuf) + prompt_len; in so_write() 1172 region_start = (min(Cursor, Mark) - InputBuf) + prompt_len; in so_write() 1173 region_end = (max(Cursor, Mark) - InputBuf) + prompt_len; in so_write() 1188 if (highlighting && cur_pos == (Cursor - InputBuf) + prompt_len) in so_write()
|
| HD | ed.init.c | 584 Cursor = InputBuf; /* reset cursor */ in ResetInLine()
|
| /dragonfly/contrib/tcsh-6/nls/german/ |
| HD | set4 | 7 5 Cursor zu horizontaler Position 14 12 Cursor aus Statuszeile 15 13 Cursor in Ursprungsposition 19 17 Cursor nach unten 20 18 Cursor nach links 21 19 Cursor nach rechts 22 20 Cursor nach oben 28 26 Cursor in Statuszeile 29 27 Cursor eins hoch 34 32 Cursor mehrere Zeichen nach unten [all …]
|
| HD | set3 | 4 2 Lösche Zeichen hinter Cursor 5 3 Lösche vom Anfang des aktuellen Worts bis zum Cursor - in Cut-Puffer 6 4 Lösche vom Anfang der Zeile bis zum Cursor - in Cut-Puffer 9 7 Wandele vom Cursor bis zum Ende des aktuellen Worts in Großbuchstaben um 10 8 Vi: Ändere Groß/Kleinschreibung des Zeichen unter dem Cursor und bewege Cursor eins nach vorn 17 15 Kopiere aktuelles Wort zum Cursor 18 16 Kopiere Area zwischen Marke und Cursor in Cut-Puffer 20 18 Lösche Zeichen unter Cursor 21 19 Lösche Zeichen unter Cursor oder gib EOF-Signal am Ende der Zeile 22 20 Lösche Zeichen unter Cursor oder zeige Vervollständigungen am Ende der Zeile an [all …]
|
| HD | set7 | 25 23 %s: WARNUNG: Ihr Terminal kann den Cursor nicht aufwärts bewegen.\n
|
| /dragonfly/usr.bin/vi/catalog/ |
| HD | dutch.UTF-8.base | 173 181 "Cursor niet op een getal" 189 197 "Cursor niet verplaatst" 204 212 "Cursor niet in een woord"
|
| HD | german.UTF-8.base | 173 181 "Cursor nicht auf einer Zahl" 204 212 " Cursor nicht auf einem Wort"
|
| /dragonfly/contrib/nvi2/catalog/ |
| HD | dutch.base | 173 181 "Cursor niet op een getal" 189 197 "Cursor niet verplaatst" 204 212 "Cursor niet in een woord"
|
| /dragonfly/share/misc/ |
| HD | usb_hid_usages | 1162 0x32 Cursor Position Report 1167 0x37 Cursor Pixel Positioning 1168 0x38 Cursor Mode 1169 0x39 Cursor Enable 1170 0x3A Cursor Blink
|
| /dragonfly/stand/boot/pc32/btx/btxldr/ |
| HD | btxldr.S | 364 movw (%ebx),%dx # Cursor position
|
| /dragonfly/games/hunt/ |
| HD | README.protocol | 188 Cursor motion 237 (MOVE)
|
| /dragonfly/contrib/file/magic/Magdir/ |
| HD | riff | 601 # Animated Cursor format 808 # Animated Cursor format
|
| /dragonfly/stand/boot/pc32/btx/btx/ |
| HD | btx.S | 961 movw (%ebx),%dx # Cursor position
|
| /dragonfly/contrib/ncurses/misc/ |
| HD | terminfo.src | 2223 # in two different modes: Cursor Mode and Application Mode. Cursor Mode 2225 # Mode is the "set" state. In Cursor Mode, the cursor keys transmit 2229 # assumed that the cursor keys are normally in Cursor Mode, and expected that 2234 # "Cursor Mode", and the cursor keys definitions should match that assumption, 2338 # | | | Cursor 0-Underline | | | Interlace 0-Off 10080 # S2 5 Cursor type 10084 # S2 6 Cursor down key 10139 # S2 5 Cursor type (U = underline, D = block) 10140 # S2 6 Cursor down key (U = send ^J, D = send ^V) 12540 wy75ap|wyse75ap|wy-75ap|wyse-75ap|Wyse WY-75 Applications and Cursor keypad, [all …]
|
| /dragonfly/share/termcap/ |
| HD | termcap.src | 314 # (2) Cursor addressing into the mode line is often off-by-one, 4040 wy75ap|wyse75ap|wy-75ap|wyse-75ap|Wyse WY-75 Applications and Cursor keypad:\
|
| /dragonfly/games/fortune/datfiles/ |
| HD | fortunes | 15195 Cursor address, n.:
|