Searched refs:tline (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/less-25/less/
H A Dtags.c281 char tline[TAGLINE_SIZE]; local
297 while (fgets(tline, sizeof(tline), f) != NULL)
299 if (tline[0] == '!')
302 if (strncmp(tag, tline, taglen) != 0 || !WHITESP(tline[taglen]))
318 p = skipsp(tline+taglen);
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dtn3270.c86 char tline[200]; variable
427 transcom = tline;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/validate/
H A Dsyntax.tcl253 set tline [string trim $line]
254 if {[string equal $tline ""]} continue
256 if {[string match scanning:* $tline]} {
260 if {[string match checking:* $tline]} {
264 if {[regexp {^([^:]*):(\d+) \(([^)]*)\) (.*)$} $tline -> path at code detail]} {
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/support/devel/sak/validate/
H A Dsyntax.tcl253 set tline [string trim $line]
254 if {[string equal $tline ""]} continue
256 if {[string match scanning:* $tline]} {
260 if {[string match checking:* $tline]} {
264 if {[regexp {^([^:]*):(\d+) \(([^)]*)\) (.*)$} $tline -> path at code detail]} {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dplotstat.tcl121 # plot-tline
139 proc ::math::statistics::plot-tline { canvas tdata {tag xyplot} } {
311 ::math::statistics::plot-tline .c2 $xdata
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/ico/
H A Dico0.tcl352 set tline {}
354 if {$x eq ""} {lappend tline {}; continue}
355 lappend tline [scan $x "#%2x%2x%2x"]
357 set new [linsert $new 0 $tline]
597 set tline {}
599 if {$x eq ""} {lappend tline {}; continue}
607 lappend tline $tpal($x)
609 lappend new $tline
H A Dico.tcl510 set tline {}
512 if {$x eq ""} {lappend tline {}; continue}
513 lappend tline [scan $x "#%2x%2x%2x"]
515 set new [linsert $new 0 $tline]
755 set tline {}
757 if {$x eq ""} {lappend tline {}; continue}
765 lappend tline $tpal($x)
767 lappend new $tline
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dconfig.c627 c->tline = ch_strdup(c->line);
628 next = c->tline;
656 c->tline = NULL;
661 ch_free( c->tline );
662 c->tline = NULL;
684 c->tline = NULL;
690 ch_free( c->tline );
753 c->tline = NULL;
765 ch_free( c->tline );
891 ch_free(c->tline);
[all...]
H A Dconfig.h134 char *tline; member in struct:config_args_s
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcompresult.c1767 int nth, tcol, tline, len; local
1778 for (width = nth = tcol = tline = 0;
1780 nth++, tline++) {
1784 if (tline == tlines) {
1786 tline = 0;
1837 int nth, tcol, tline, len; local
1848 for (width = nth = tcol = tline = 0,
1851 nth++, p = skipnolist(p + 1, showall), tline++) {
1855 if (tline == tlines) {
1857 tline
[all...]
H A Dzle_tricky.c2587 int tlines = 0, tline, tcols = 0, maxlen, nth, width; local
2630 for (p = data, nth = tline = width =
2635 if (++tline == tlines) {
2639 maxlen = tline = 0;
2642 if (tline) {
H A Dzle_refresh.c766 scrollwindow(int tline) argument
771 s = nbuf[tline];
772 for (t0 = tline; t0 < winh - 1; t0++)
775 if (!tline)
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotgantt.tcl159 $w create line $x1 $y1 $x2 $y2 -fill black -tag {horizscroll timeline tline}
H A Dplotpriv.tcl1486 $w create line $x1 $y1 $x2 $y2 -fill black -tags {horizscroll timeline tline}
2293 $w lower tline
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Drwm.c2184 ch_free( ca.tline );
2246 ch_free( ca.tline );
2347 ch_free( ca.tline );
2397 ch_free( ca.tline );
2489 ch_free( ca.tline );
2522 ch_free( ca.tline );
/macosx-10.10.1/vim-55/runtime/
H A Doptwin.vim738 call append("$", "textwidth\tline length above which to break a line")

Completed in 230 milliseconds