Home
last modified time | relevance | path

Searched refs:tlines (Results 1 – 25 of 150) sorted by relevance

123456

/dports/editors/biew/biew-610/plugins/
H A Dtextmode.c724 tlines[i].st = lval; in FillCurrPage()
726 tlines[i].end = lval; in FillCurrPage()
746 if(tlines[0].st) in PrepareLines()
748 memmove(&tlines[1],tlines,size); in PrepareLines()
765 memmove(tlines,&tlines[1],size); in PrepareLines()
767 tlines[h].st = lval; in PrepareLines()
1024 len = (unsigned)(tlines[i].end - tlines[i].st); in drawText()
1062 len = (int)(tlines[i].end - tlines[i].st); in drawText()
1110 if(!tlines[1].st) tlines[1].st = tlines[0].end; in drawText()
1111 CurrStrLen = tlines[0].end - tlines[0].st; in drawText()
[all …]
/dports/lang/gnu-apl/apl-1.8/src/emacs_mode/
H A DFnCommand.cc52 UCS_string_vector tlines; in run_command() local
53 ucs.to_vector( tlines ); in run_command()
55 loop(i, tlines.size()) out << to_string(tlines[i]) << "\n"; in run_command()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libcmd/
H A Dwc.c100 Sfoff_t tlines=0, twords=0, tchars=0, tinval=0; in b_wc() local
184 tlines += wp->lines; in b_wc()
185 tlines += wp->inval; in b_wc()
192 wp->lines = tlines; in b_wc()
/dports/devel/z88dk/z88dk/examples/osca/
H A Dwc.c19 long tlines = 0; variable
93 output(tlines, twords, tbytes, "TOTAL"); in main()
124 tlines += lines; in count()
/dports/editors/2bsd-vi/ex-050325/
H A Dex_vadj.c421 cell *tlines[TUBELINES]; in vadjAL() local
428 copy(tlines, vtube, sizeof vtube); /*SASSIGN*/ in vadjAL()
430 vtube[to] = tlines[from]; in vadjAL()
432 vtube[to] = tlines[from]; in vadjAL()
512 cell *tlines[TUBELINES]; in vscroll() local
522 copy(tlines, vtube, sizeof vtube); in vscroll()
524 vtube[to] = tlines[from]; in vscroll()
526 vtube[to] = tlines[from]; in vscroll()
848 cell *tlines[TUBELINES]; in vadjDL() local
862 vtube[to] = tlines[from]; in vadjDL()
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libcmd/
H A Dwc.c96 Sfoff_t tlines=0, twords=0, tchars=0; in b_wc() local
177 tlines += wp->lines; in b_wc()
182 wp->lines = tlines; in b_wc()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libcmd/
H A Dwc.c96 Sfoff_t tlines=0, twords=0, tchars=0; in b_wc() local
177 tlines += wp->lines; in b_wc()
182 wp->lines = tlines; in b_wc()
/dports/japanese/gawk/gawk-3.0.6/awklib/eg/prog/
H A Dwc.awk40 tlines += lines
60 printf "\t%d", tlines
/dports/lang/gawk/gawk-5.1.1/awklib/eg/prog/
H A Dwc.awk49 tlines += lines
73 printf "\t%d", tlines
/dports/www/pecl-http/pecl_http-3.2.4/tests/
H A Dheaderparser001.phpt13 "Two: header\n\tlines\n",
37 Two: header\n\tlines\n | VALUE_EX
/dports/lang/gnu-apl/apl-1.8/src/
H A DNabla.cc614 UCS_string_vector tlines; in open_existing_function() local
615 ftxt.to_vector(tlines); in open_existing_function()
617 Assert(tlines.size()); in open_existing_function()
618 fun_header = tlines[0]; in open_existing_function()
619 loop(t, tlines.size()) in open_existing_function()
621 FunLine fl(t, tlines[t]); in open_existing_function()
646 current_line = LineLabel(tlines.size()); in open_existing_function()
/dports/science/lammps/lammps-stable_29Sep2021/tools/eff/
H A Dlmp2xyz.py52 tlines=tmp.readline()
55 flines=int(tlines.split()[0])
/dports/audio/umodplayer/umodplayer_B5.1/
H A Dtext.c231 unsigned int i, j, k, line, tlines; in PaginateText() local
240 tlines = TotalLines(text, length, kcolumns); in PaginateText()
246 notice(MESSAGE_PAGINATING, ((line * 100) / tlines)); in PaginateText()
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Dcompresult.c1646 int *ws, tlines, tcols, width, glines; in calclist() local
1708 tlines = g->lins; in calclist()
1737 tlines++; in calclist()
1757 tlines = 1; in calclist()
1806 tlines++; in calclist()
1827 tlines = 1; in calclist()
1844 tlines++; in calclist()
1863 tlines = g->lins; in calclist()
1864 if (tlines == g->lins) { in calclist()
1868 nlines += tlines - g->lins; in calclist()
[all …]
/dports/devel/py-yaml/PyYAML-5.4.1/tests/data/
H A Dspec-09-29.canonical4 \tlines\n"
/dports/textproc/p5-YAML-PP/YAML-PP-0.020/test-suite/yaml-test-suite-data/4ZYM/
H A Dout.yaml3 block: "text\n \tlines\n"
/dports/misc/mc/mc-4.8.27/src/filemanager/
H A Dtree.c85 #define tlines(t) (t->is_panel ? WIDGET (t)->lines - 2 - \ macro
274 tree_lines = tlines (tree); in show_tree()
440 else if (tree->topdiff >= tlines (tree) - 3) in tree_check_focus()
441 tree->topdiff = tlines (tree) - 3 - 1; in tree_check_focus()
579 tree->topdiff = tlines (tree) - 3 - 1; in tree_move_to_bottom()
890 tree_move_backward (tree, tlines (tree) - 1); in tree_move_pgup()
900 tree_move_forward (tree, tlines (tree) - 1); in tree_move_pgdn()
1241 lines = tlines (tree); in tree_mouse_callback()
/dports/misc/mc-nox11/mc-4.8.27/src/filemanager/
H A Dtree.c85 #define tlines(t) (t->is_panel ? WIDGET (t)->lines - 2 - \ macro
274 tree_lines = tlines (tree); in show_tree()
440 else if (tree->topdiff >= tlines (tree) - 3) in tree_check_focus()
441 tree->topdiff = tlines (tree) - 3 - 1; in tree_check_focus()
579 tree->topdiff = tlines (tree) - 3 - 1; in tree_move_to_bottom()
890 tree_move_backward (tree, tlines (tree) - 1); in tree_move_pgup()
900 tree_move_forward (tree, tlines (tree) - 1); in tree_move_pgdn()
1241 lines = tlines (tree); in tree_mouse_callback()
/dports/devel/sunpromake/schily-2021-09-18/count/
H A Dcount.c50 Llong tlines = (Llong)0; variable
195 p(tlines);
375 tlines += lines;
/dports/devel/smake/schily-2021-09-18/count/
H A Dcount.c50 Llong tlines = (Llong)0; variable
195 p(tlines);
375 tlines += lines;
/dports/devel/sccs/schily-2021-09-18/count/
H A Dcount.c50 Llong tlines = (Llong)0; variable
195 p(tlines);
375 tlines += lines;
/dports/devel/schilybase/schily-2021-09-18/count/
H A Dcount.c50 Llong tlines = (Llong)0; variable
195 p(tlines);
375 tlines += lines;
/dports/net/rscsi/schily-2021-09-18/count/
H A Dcount.c50 Llong tlines = (Llong)0; variable
195 p(tlines);
375 tlines += lines;
/dports/archivers/star/schily-2021-09-18/count/
H A Dcount.c50 Llong tlines = (Llong)0; variable
195 p(tlines);
375 tlines += lines;
/dports/sysutils/cdrtools/schily-2021-09-18/count/
H A Dcount.c50 Llong tlines = (Llong)0; variable
195 p(tlines);
375 tlines += lines;

123456