Home | History | Annotate | Download | only in libform

Lines Matching defs:above

13  * 1. Redistributions of source code must retain the above copyright
537 * the one above.
788 * Don't try to join if the line above has a hard
1349 /* check for lines above */
2639 * the line above has a hard return. If it does
3206 FIELD *cur, *above, *below;
3215 /* initially nothing is above..... */
3218 above = NULL;
3254 cur->up = above;
3255 above = TAILQ_NEXT(above, glue);
3256 if (above_row != above->form_row) {
3258 above_row = above->form_row;
3281 for (; above !=
3283 above = TAILQ_NEXT(above, glue)) {
3284 if (above->form_row != above_row) {
3285 above_row = above->form_row;
3289 } else if (above == NULL) {
3290 above = TAILQ_FIRST(&form->sorted_fields);
3292 above_row = above->form_row;