OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cursor_xpos
(Results
1 - 5
of
5
) sorted by relevancy
/src/lib/libform/
internals.c
285
* have the
cursor_xpos
set to 0.
293
field->
cursor_xpos
= 0;
299
field->
cursor_xpos
= field->cols - 1;
303
field->
cursor_xpos
= (field->cols - 1) / 2;
307
field->
cursor_xpos
= 0;
544
saved_cur_xpos = field->
cursor_xpos
;
683
field->
cursor_xpos
= saved_cur_xpos;
759
field->
cursor_xpos
=
762
if (field->
cursor_xpos
> 0)
763
field->
cursor_xpos
--
[
all
...]
form.c
599
col += cur->
cursor_xpos
;
600
if (cur->
cursor_xpos
>= cur->cols) {
driver.c
166
+ fieldp->
cursor_xpos
,
form.h
217
as
cursor_xpos
due to tab expansion */
218
unsigned int
cursor_xpos
; /* x pos of cursor in field */
member in struct:_form_field
field.c
326
field->
cursor_xpos
= 0;
Completed in 44 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026