Home
last modified time | relevance | path

Searched refs:t_lines (Results 1 – 25 of 32) sorted by relevance

12

/dports/databases/mantis/mantisbt-2.25.2/core/
H A Dstring_api.php63 $t_lines = explode( "\n", $p_string );
64 $t_line_count = count( $t_lines );
69 $t_char = mb_substr( $t_lines[$i], $t_count, 1 );
81 $t_char = mb_substr( $t_lines[$i], $t_count, 1 );
88 $t_lines[$i] = $t_prefix . mb_substr( $t_lines[$i], $t_count );
90 return implode( "\n", $t_lines );
H A Dldap_api.php461 $t_lines = file( $t_filename );
462 if( $t_lines === false ) {
467 foreach ( $t_lines as $t_line ) {
/dports/editors/mg/mg-6.9/
H A Dsetupterm.c126 t_lines(*nterm) = (short)win.ws_row; in ti_setupterm()
135 t_lines(*nterm) = (short)strtol(p, NULL, 0); in ti_setupterm()
H A Dterminfo_term.h246 #define t_lines(t) (t)->nums[TICODE_lines] macro
280 #define lines t_lines(cur_term)
/dports/chinese/ve/ve-1.1/
H A Dterm.c874 int t_lines = 24; variable
922 t_lines = tgetnum("li");
932 tputs(s, t_lines, outcf);
973 t_lines = 24;
997 b_lines = t_lines - 1;
998 p_lines = t_lines - 4;
H A Dscreen.c48 scr_lns = t_lines; in initscr()
74 if (new_ln >= t_lines || new_col >= t_columns) in rel_move()
172 if (tc_line >= t_lines) in redoscr()
250 if (++tc_line >= t_lines) in refresh()
H A Dglobal.h65 extern int t_lines, t_columns; // Screen size / width
H A Dedit.c2085 curr_window_line = t_lines - 2;
/dports/news/cnews/cnews-cr.g_18/readnews/
H A Dheader.c33 char t_lines[] = "Lines"; variable
61 { t_lines, f_lines },
294 (void) fprintf(f, hform, t_lines, hp->h_lines);
/dports/databases/py-alembic14/alembic-1.4.3/alembic/autogenerate/
H A Drender.py109 t_lines = render_op(autogen_context, t_op)
110 lines.extend(t_lines)
114 t_lines = render_op(autogen_context, t_op)
115 lines.extend(t_lines)
/dports/databases/py-alembic/alembic-1.7.5/alembic/autogenerate/
H A Drender.py153 t_lines = render_op(autogen_context, t_op)
154 lines.extend(t_lines)
158 t_lines = render_op(autogen_context, t_op)
159 lines.extend(t_lines)
/dports/devel/pmccabe/pmccabe/
H A Dnmain.c140 static int t_lines = 0; in printstats() local
/dports/editors/mp/mp-5.x-5.50/
H A Dmp_core.c42 int t_lines; /* total lines in document */ member
236 drw_1.t_lines = mpdm_size(lines); in drw_prepare()
939 if (drw_1.xoffset && drw_1.vy + my < drw_1.t_lines) { in drw_remap_to_array()
/dports/sysutils/whowatch/whowatch-1.8.6/src/
H A Dproc_plugin.c434 int t_lines; /* nr of line for a title */ member
/dports/math/grace/grace-5.1.25/grconvert/
H A Dgrconvert.h335 int t_lines; member
H A Ddefaults.c440 t->t_lines = grdefaults.lines; in set_default_ticks()
H A Dwriteasc.c490 fprintf(pp, "%s tick major linestyle %d\n", buf, t.t_lines); in putparms()
H A Dreadbin.c664 if ((err = read_int(&(d->t_lines), 1, fin))) in read_tickmarks()
/dports/devel/git-svn/git-2.34.1/
H A Dline-log.c914 long p_lines, t_lines;
933 fill_line_ends(rev->diffopt.repo, pair->two, &t_lines, &t_ends);
/dports/devel/git-gui/git-2.34.1/
H A Dline-log.c914 long p_lines, t_lines; in dump_diff_hacky_one() local
933 fill_line_ends(rev->diffopt.repo, pair->two, &t_lines, &t_ends); in dump_diff_hacky_one()
/dports/devel/git-p4/git-2.34.1/
H A Dline-log.c914 long p_lines, t_lines; in dump_diff_hacky_one() local
933 fill_line_ends(rev->diffopt.repo, pair->two, &t_lines, &t_ends); in dump_diff_hacky_one()
/dports/devel/git/git-2.34.1/
H A Dline-log.c914 long p_lines, t_lines; in dump_diff_hacky_one() local
933 fill_line_ends(rev->diffopt.repo, pair->two, &t_lines, &t_ends); in dump_diff_hacky_one()
/dports/devel/git-cvs/git-2.34.1/
H A Dline-log.c914 long p_lines, t_lines; in dump_diff_hacky_one() local
933 fill_line_ends(rev->diffopt.repo, pair->two, &t_lines, &t_ends); in dump_diff_hacky_one()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dline-log.c913 long p_lines, t_lines; in dump_diff_hacky_one() local
932 fill_line_ends(rev->diffopt.repo, pair->two, &t_lines, &t_ends); in dump_diff_hacky_one()
/dports/devel/p5-Devel-NYTProf/Devel-NYTProf-6.10/
H A DNYTProf.xs3717 long t_lines = 0; in write_src_of_files() local
3765 ++t_lines; in write_src_of_files()
3771 t_lines, t_save_src, t_has_src-t_save_src, t_no_src); in write_src_of_files()

12