Home
last modified time | relevance | path

Searched refs:LastTFPos (Results 1 – 2 of 2) sorted by relevance

/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DLYForms.c353 static int LastTFPos = -1; /* remember last text field position */ variable
357 LastTFPos = pos; in LYSetLastTFPos()
420 LastTFPos >= 0 && in form_getstr()
421 LastTFPos < (int) edit->efBufInUse) { in form_getstr()
425 LastTFPos >= edit->efWidth - edit->efPanMargin)) { in form_getstr()
426 edit->efEditAt = LastTFPos; in form_getstr()
432 edit->efEditAt = LastTFPos; in form_getstr()
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DLYForms.c353 static int LastTFPos = -1; /* remember last text field position */ variable
357 LastTFPos = pos; in LYSetLastTFPos()
420 LastTFPos >= 0 && in form_getstr()
421 LastTFPos < (int) edit->efBufInUse) { in form_getstr()
425 LastTFPos >= edit->efWidth - edit->efPanMargin)) { in form_getstr()
426 edit->efEditAt = LastTFPos; in form_getstr()
432 edit->efEditAt = LastTFPos; in form_getstr()