Lines Matching full:move

78 REQ_BEG_FIELD	Move to beginning of field.
79 REQ_BEG_LINE Move to beginning of the line.
87 REQ_DOWN_CHAR Move down in field.
88 REQ_DOWN_FIELD Move down to a field.
89 REQ_END_FIELD Move to the end of field.
90 REQ_END_LINE Move to the end of the line.
91 REQ_FIRST_FIELD Move to the first field.
92 REQ_FIRST_PAGE Move to the first page.
96 REQ_LAST_FIELD Move to the last field.
97 REQ_LAST_PAGE Move to the last field.
98 REQ_LEFT_CHAR Move left in field.
99 REQ_LEFT_FIELD Move left to a field.
101 REQ_NEXT_CHAR Move to the next char.
103 REQ_NEXT_FIELD Move to the next field.
104 REQ_NEXT_LINE Move to the next line.
105 REQ_NEXT_PAGE Move to the next page.
106 REQ_NEXT_PAGE Move to the next page.
107 REQ_NEXT_WORD Move to the next word.
109 REQ_PREV_CHAR Move to the previous char.
111 REQ_PREV_FIELD Move to the previous field.
112 REQ_PREV_LINE Move to the previous line.
113 REQ_PREV_PAGE Move to the previous page.
114 REQ_PREV_WORD Move to the previous word.
115 REQ_RIGHT_CHAR Move right in field.
116 REQ_RIGHT_FIELD Move right to a field.
129 REQ_SFIRST_FIELD Move to the sorted first field.
130 REQ_SLAST_FIELD Move to the sorted last field.
131 REQ_SNEXT_FIELD Move to the sorted next field.
132 REQ_SPREV_FIELD Move to the sorted previous field.
133 REQ_UP_CHAR Move up in field.
134 REQ_UP_FIELD Move up to a field.
155 a call to \fBset_current_field\fP attempts to move to a different field.
157 a call to \fBset_current_page\fP attempts to move
160 a request attempts to move to a different field.
162 a request attempts to move to a different page of the form.
164 In each case, the move fails if the field is invalid.