Searched refs:top_x (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dcut.c63 size_t top_x, bot_x; local
65 mark_order((const filestruct **)&top, &top_x,
68 move_to_filestruct(&cutbuffer, &cutbottom, top, top_x, bot, bot_x);
H A Dtext.c211 size_t top_x, bot_x; local
231 mark_order((const filestruct **)&top, &top_x,
1790 size_t top_x, bot_x; local
1821 mark_order((const filestruct **)&top, &top_x,
1823 filepart = partition_filestruct(top, top_x, bot, bot_x);
1886 bot_x += top_x;
1888 openfile->mark_begin_x = top_x;
1891 current_x_save = top_x;
2135 size_t top_x, bot_x; local
2229 mark_order((const filestruct **)&top, &top_x,
2369 size_t top_x, bot_x; local
[all...]
H A Dutils.c528 /* Set top_x and bot_x to the top and bottom x-coordinates of the mark,
533 void mark_order(const filestruct **top, size_t *top_x, const filestruct argument
536 assert(top != NULL && top_x != NULL && bot != NULL && bot_x != NULL);
542 *top_x = openfile->mark_begin_x;
551 *top_x = openfile->current_x;
H A Dnano.c171 /* Partition a filestruct so that it begins at (top, top_x) and ends at
173 partition *partition_filestruct(filestruct *top, size_t top_x, argument
198 * the partition from it, and save the text before top_x in
202 p->top_data = mallocstrncpy(NULL, top->data, top_x + 1);
203 p->top_data[top_x] = '\0';
215 /* Remove all text before top_x at the top of the partition. */
216 charmove(top->data, top->data + top_x, strlen(top->data) -
217 top_x + 1);
233 * text before top_x from top_data. Free top_data when we're done
269 /* Move all the text between (top, top_x) an
273 move_to_filestruct(filestruct **file_top, filestruct **file_bot, filestruct *top, size_t top_x, filestruct *bot, size_t bot_x) argument
[all...]
H A Dproto.h431 partition *partition_filestruct(filestruct *top, size_t top_x,
435 filestruct *top, size_t top_x, filestruct *bot, size_t bot_x);
722 void mark_order(const filestruct **top, size_t *top_x, const filestruct
H A Dwinio.c2701 size_t top_x; local
2713 mark_order(&top, &top_x, &bot, &bot_x, NULL);
2715 if (top->lineno < fileptr->lineno || top_x < startpos)
2716 top_x = startpos;
2721 if (top_x < endpos && bot_x > startpos) {
2722 assert(startpos <= top_x);
2726 x_start = strnlenpt(fileptr->data, top_x) - start;
H A Dsearch.c680 size_t top_x, bot_x; local
689 mark_order((const filestruct **)&top, &top_x,
691 filepart = partition_filestruct(top, top_x, bot, bot_x);
H A Dfiles.c1720 size_t top_x, bot_x; local
1726 mark_order((const filestruct **)&top, &top_x,
1728 filepart = partition_filestruct(top, top_x, bot, bot_x);
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dncurses.c4554 int top_x, int top_y, int porty, int portx,
4578 if (top_x > COLS)
4579 top_x = COLS;
4621 if (top_x <= 0)
4624 panner_v_cleanup(top_y, top_x, porty);
4625 top_x--;
4633 panner_h_cleanup(top_y - 1, top_x - (top_x > 0), portx);
4643 panner_h_cleanup(top_y, top_x, portx);
4648 if (top_x >
4553 panner(WINDOW *pad, int top_x, int top_y, int porty, int portx, int (*pgetc) (WINDOW *)) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dxdisp.c1328 int top_x = it.current_x;
1339 *x = top_x;
1324 int top_x = it.current_x; local

Completed in 209 milliseconds