Searched refs:wordstart (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dabbrev.c254 int wordstart, wordend;
267 wordstart = 0;
275 wordstart = XINT (tem);
277 if (wordstart < BEGV || wordstart > ZV)
278 wordstart = 0;
279 if (wordstart && wordstart != ZV)
281 wordstart_byte = CHAR_TO_BYTE (wordstart);
283 del_range (wordstart, wordstar
252 int wordstart, wordend; variable
369 SET_PT (wordstart); variable
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dconsole.tcl526 if {[%W compare {insert -1c wordstart} >= promptEnd]} {
527 %W delete {insert -1c wordstart} insert
536 if {[%W compare {insert -1c wordstart} >= promptEnd]} {
537 %W delete {insert -1c wordstart} insert
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dconsole.tcl439 if {[%W compare {insert -1c wordstart} >= promptEnd]} {
440 %W delete {insert -1c wordstart} insert
449 if {[%W compare {insert -1c wordstart} >= promptEnd]} {
450 %W delete {insert -1c wordstart} insert
/macosx-10.10.1/tcl-105/tcl_ext/tkcon/tkcon/extra/
H A Dstripped.tcl810 if [%W compare {insert -1c wordstart} >= limit] {
811 %W delete {insert -1c wordstart} insert
873 set i [$w index "insert-1c wordstart"]
H A Dconsole1_1.tcl1843 if [%W compare {insert -1c wordstart} >= limit] {
1844 %W delete {insert -1c wordstart} insert
1897 set i [$w index "insert-1c wordstart"]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtw.parse.c767 * return true if the command starting at wordstart is a command
770 starting_a_command(Char *wordstart, Char *inputline) argument
781 for (ptr = wordstart, count = 0;
800 for (count = 0; wordstart >= inputline; wordstart--) {
801 if (*wordstart == '\0')
803 if (Strchr(ncmdstart, *wordstart)) {
804 for (ptr = wordstart, bsl = 0; *(--ptr) == '\\'; bsl++);
806 wordstart--;
814 if ((ptr = Strchr(cmdalive, *wordstart)) !
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dtcl.vim179 syn keyword tcltkStringSwitch contained compare first index last length match range tolower toupper trim trimleft trimright wordstart wordend
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dtext.rb217 def wordstart method in class:Tk.IndexModMethods
218 Tk::Text::IndexString.new(String.new(id) << ' wordstart')
226 Tk::Text::IndexString.new(String.new(id) << ' display wordstart')
/macosx-10.10.1/tcl-105/tcl/tcl/library/tcltest/
H A Dtcltest.tcl1377 set break [string wordstart $u $rest]
/macosx-10.10.1/tcl-105/tcl84/tcl/library/tcltest/
H A Dtcltest.tcl1376 set break [string wordstart $u $rest]
/macosx-10.10.1/tcl-105/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl5345 if {[%W compare {insert -1c wordstart} >= limit]} {
5346 %W delete {insert -1c wordstart} insert
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/xe/
H A Dxe361 $w mark set insert {insert wordstart}

Completed in 122 milliseconds