Home
last modified time | relevance | path

Searched refs:term_line (Results 1 – 14 of 14) sorted by relevance

/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account/models/
H A Daccount_payment_term.py110 for term_line in self:
111 …if term_line.value == 'percent' and (term_line.value_amount < 0.0 or term_line.value_amount > 100.…
116 for term_line in self:
117 … if term_line.option in ('day_following_month', 'day_current_month') and term_line.days <= 0:
119 elif term_line.days < 0:
/dports/news/trn4/trn-4.0-test77/
H A Drt-page.c1096 term_line = 2;
1325 sel_items[sel_page_item_cnt].line = term_line; in display_page()
1386 sel_items[sel_page_item_cnt].line = term_line; in display_page()
1415 int line = term_line; in display_page()
1449 sel_items[sel_page_item_cnt].line = term_line; in display_page()
1478 sel_items[sel_page_item_cnt].line = term_line; in display_page()
1512 sel_items[sel_page_item_cnt].line = term_line; in display_page()
1602 if (term_line < sel_max_line_cnt + 2) in display_page()
1622 sel_last_line = term_line; in display_page()
1871 if (term_line >= sel_max_line_cnt + 2)
[all …]
H A Dterm.h148 EXT int term_line, term_col; /* position of cursor */ variable
155 #define termdown(x) term_line+=(x), term_col=0
156 #define newline() term_line++, term_col=0, putchar('\n') FLUSH
166 #define up_line() term_line--, tputs(tc_UP,1,putchr) FLUSH
H A Dterm.c1759 term_line = term_col = fire_is_out = 0; in clear()
1792 term_line = term_col = 0; in home_cursor()
1804 if (term_col == to_col && term_line == to_line)
1814 if ((ycost = (to_line - term_line)) < 0)
1832 term_line = to_line;
1840 if (to_line >= term_line)
1841 while(term_line < to_line) newline();
1843 while(term_line > to_line) up_line();
1930 term_line = tc_LINES-1; in termlib_init()
2282 int save_line = term_line;
[all …]
H A Dart.c505 term_line++; in do_article()
583 if (term_line >= tc_LINES) { in do_article()
584 term_scrolled += term_line - tc_LINES + 1; in do_article()
585 term_line = tc_LINES-1; in do_article()
604 draw_mousebar(tc_COLS - (term_line == tc_LINES-1? outpos+5 : 0), 1); in do_article()
629 goto_xy(more_prompt_col,term_line); in do_article()
H A Drt-select.c915 if (term_line == tc_LINES-1) in sel_input()
949 if (term_line == tc_LINES-1) in sel_input()
998 if (term_line == tc_LINES-1) in sel_input()
1203 if (term_line >= sel_last_line) { in sel_input()
1219 if (term_line >= sel_last_line) { in sel_input()
1404 term_line = sel_last_line;
1628 if (term_line != sel_last_line+1 || term_scrolled)
1703 if (term_line != sel_last_line+1 || term_scrolled)
2449 if (term_line == sel_last_line)
2451 if (term_line != sel_last_line+1 || term_scrolled)
[all …]
H A Dartio.c322 int save_term_line = term_line;
338 term_line = save_term_line;
H A Dng.c445 if (term_line >= tc_LINES) {
446 term_scrolled += term_line - tc_LINES + 1;
447 term_line = tc_LINES-1;
459 draw_mousebar(tc_COLS - (term_line == tc_LINES-1? strlen(buf)+5 : 0), 1);
1315 term_line = tc_LINES-1; in art_switch()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgraphing.c1431 return term_line; in gretl_pdf_term_line()
1452 return term_line; in gretl_eps_term_line()
1467 return term_line; in gretl_tex_term_line()
1547 return term_line; in var_term_line()
1580 return term_line; in real_png_term_line()
1617 *term_line = '\0'; in gretl_gnuplot_term_line()
1645 return term_line; in gretl_gnuplot_term_line()
1654 return term_line; in get_png_line_for_plotspec()
1734 return term_line; in gretl_emf_term_line()
1801 char term_line[TERMLEN]; in print_term_string() local
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/sys/unix/
H A Dterm.c99 void term_line(void) in term_line() function
/dports/editors/puff/puff-1.0.1/
H A Dpuff.c194 void display_line(int curfile, int term_line) { in display_line() argument
198 if(term_line == -1) { in display_line()
210 vcurs = term_line; in display_line()
256 if(term_line == -1) OFFSET = off; in display_line()
293 if(term_line == -1) { in display_line()
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-file.c1177 int term_line; /* old term_position line */ member
1300 c->term_line = source_line_no; in push_input_context()
1316 source_line_no = c->term_line; in pop_input_context()
1363 int line = c->term_file ? c->term_line : 0;
/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-file.c771 int term_line; /* old term_position line */ member
902 c->term_line = source_line_no; in push_input_context()
918 source_line_no = c->term_line; in pop_input_context()
/dports/audio/cutmp3/cutmp3-3.0.1/
H A Dmain.c2496 void term_line (void) { in term_line() function