Subversion Repositories Kolibri OS

Rev

Rev 312 | Rev 824 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 312 Rev 617
Line 99... Line 99...
99
	ret
99
	ret
100
  btn.sysfuncs_txt:
100
  btn.sysfuncs_txt:
101
	call	open_sysfuncs_txt
101
	call	open_sysfuncs_txt
102
	ret
102
	ret
Line 103... Line 103...
103
 
103
 
104
func search
104
proc search
105
	cld
105
	cld
106
	mov	ecx,[cur_editor.Caret.Y]
106
	mov	ecx,[cur_editor.Caret.Y]
107
	mov	edx,ecx
107
	mov	edx,ecx
108
	call	get_line_offset
108
	call	get_line_offset
Line 177... Line 177...
177
	jnz	.next_line
177
	jnz	.next_line
178
  .exit:
178
  .exit:
179
	mov	[s_status],s_text_not_found
179
	mov	[s_status],s_text_not_found
180
	stc
180
	stc
181
	ret
181
	ret
182
endf
182
endp