Home
last modified time | relevance | path

Searched refs:linsert (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/dports/lang/jimtcl/jimtcl-0.81/tests/
H A Dlinsert.test19 test linsert-1.1 {linsert command} {
22 test linsert-1.2 {linsert command} {
25 test linsert-1.3 {linsert command} {
28 test linsert-1.4 {linsert command} {
31 test linsert-1.5 {linsert command} {
34 test linsert-1.6 {linsert command} {
37 test linsert-1.7 {linsert command} {
40 test linsert-1.8 {linsert command} {
43 test linsert-1.9 {linsert command} {
46 test linsert-1.10 {linsert command} {
[all …]
/dports/lang/tcl87/tcl8.7a5/tests/
H A Dlinsert.test22 test linsert-1.1 {linsert command} {
25 test linsert-1.2 {linsert command} {
28 test linsert-1.3 {linsert command} {
31 test linsert-1.4 {linsert command} {
34 test linsert-1.5 {linsert command} {
37 test linsert-1.6 {linsert command} {
40 test linsert-1.7 {linsert command} {
43 test linsert-1.8 {linsert command} {
46 test linsert-1.9 {linsert command} {
83 test linsert-2.1 {linsert errors} {
[all …]
/dports/devel/openocd/openocd-0.11.0/jimtcl/tests/
H A Dlinsert.test19 test linsert-1.1 {linsert command} {
22 test linsert-1.2 {linsert command} {
25 test linsert-1.3 {linsert command} {
28 test linsert-1.4 {linsert command} {
31 test linsert-1.5 {linsert command} {
34 test linsert-1.6 {linsert command} {
37 test linsert-1.7 {linsert command} {
40 test linsert-1.8 {linsert command} {
43 test linsert-1.9 {linsert command} {
46 test linsert-1.10 {linsert command} {
[all …]
/dports/lang/tcl85/tcl8.5.19/tests/
H A Dlinsert.test22 test linsert-1.1 {linsert command} {
25 test linsert-1.2 {linsert command} {
28 test linsert-1.3 {linsert command} {
31 test linsert-1.4 {linsert command} {
34 test linsert-1.5 {linsert command} {
37 test linsert-1.6 {linsert command} {
40 test linsert-1.7 {linsert command} {
43 test linsert-1.8 {linsert command} {
46 test linsert-1.9 {linsert command} {
83 test linsert-2.1 {linsert errors} {
[all …]
/dports/lang/tcl86/tcl8.6.12/tests/
H A Dlinsert.test22 test linsert-1.1 {linsert command} {
25 test linsert-1.2 {linsert command} {
28 test linsert-1.3 {linsert command} {
31 test linsert-1.4 {linsert command} {
34 test linsert-1.5 {linsert command} {
37 test linsert-1.6 {linsert command} {
40 test linsert-1.7 {linsert command} {
43 test linsert-1.8 {linsert command} {
46 test linsert-1.9 {linsert command} {
83 test linsert-2.1 {linsert errors} {
[all …]
/dports/editors/mg/mg-6.9/
H A Dutil.c163 linsert(1, cr); in twiddle()
169 linsert(1, cr); in twiddle()
264 linsert(1, ' '); in justone()
378 curbp->b_flag & BFNOTAB) ? linsert(nicol, ' ') == FALSE : ( in lfindent()
380 ((i = nicol / 8) != 0 && linsert(i, '\t') == FALSE) || in lfindent()
381 ((i = nicol % 8) != 0 && linsert(i, ' ') == FALSE)))) { in lfindent()
414 (curbp->b_flag & BFNOTAB) ? linsert(n, ' ') == FALSE : in indent()
416 (((i = n / 8) != 0 && linsert(i, '\t') == FALSE) || in indent()
417 ((i = n % 8) != 0 && linsert(i, ' ') == FALSE))) in indent()
484 return (linsert((n << 3) - (curwp->w_doto & 7), ' ')); in space_to_tabstop()
[all …]
/dports/mail/alpine/alpine-465e23b/pico/
H A Dword.c98 linsert(1, ' '); in wrapword()
955 linsert(1, qstr[i++]); in fillregion()
997 || (linsert(1, ' '))) in fillregion()
1027 linsert(1, ' '); in fillregion()
1033 linsert(1, word[j]); in fillregion()
1050 linsert(1, ' '); in fillregion()
1054 linsert(1, ' '); in fillregion()
1057 linsert(1, word[j]); in fillregion()
1116 linsert(1, *quote); in fpnewline()
1205 linsert(1, (UCS) c); in setquotelevelinregion()
[all …]
/dports/editors/pico-alpine/alpine-465e23b/pico/
H A Dword.c98 linsert(1, ' '); in wrapword()
955 linsert(1, qstr[i++]); in fillregion()
997 || (linsert(1, ' '))) in fillregion()
1027 linsert(1, ' '); in fillregion()
1033 linsert(1, word[j]); in fillregion()
1050 linsert(1, ' '); in fillregion()
1054 linsert(1, ' '); in fillregion()
1057 linsert(1, word[j]); in fillregion()
1116 linsert(1, *quote); in fpnewline()
1205 linsert(1, (UCS) c); in setquotelevelinregion()
[all …]
/dports/devel/tcllib/tcllib-1.20/examples/csv/
H A Dcsvdiff144 puts stdout [::csv::join [linsert $data 0 - $linenum] $sepChar]
146 puts stdout [::csv::join [linsert $data 0 -] $sepChar]
155 puts stdout [::csv::join [linsert $data 0 + $lmap($key)] $sepChar]
157 puts stdout [::csv::join [linsert $data 0 +] $sepChar]
/dports/devel/tcllibc/tcllib-1.20/examples/csv/
H A Dcsvdiff144 puts stdout [::csv::join [linsert $data 0 - $linenum] $sepChar]
146 puts stdout [::csv::join [linsert $data 0 -] $sepChar]
155 puts stdout [::csv::join [linsert $data 0 + $lmap($key)] $sepChar]
157 puts stdout [::csv::join [linsert $data 0 +] $sepChar]
/dports/editors/uemacs/uemacs-4.0/src/
H A Drandom.c326 return(linsert(n, c));
349 return(linsert(1, '\t'));
434 linsert(1, '\t');
668 return(linsert(n, c));
714 return(linsert(n, c));
735 linsert(1, '\t');
741 return(linsert(n, c));
752 return(linsert(1, '#')); in inspound()
759 return(linsert(1, '#')); in inspound()
767 return(linsert(1, '#')); in inspound()
[all …]
/dports/japanese/ng/ng-1.4.4/
H A Dparagraph.c421 (VOID) linsert(1, ' '); in fillpara()
443 if (linsert(1, *cp++) == FALSE) in fillpara()
447 if (linsert(1, *cp) == FALSE) in fillpara()
454 if (linsert(1, *cp) == FALSE) in fillpara()
471 (VOID) linsert(1, wbuf[0]); in fillpara()
475 (VOID) linsert(1, wbuf[i]); in fillpara()
480 (VOID) linsert(1, wbuf[i]); in fillpara()
728 if (linsert(1, *cp++) == FALSE) in fillpara()
733 if (linsert(1, *cp) == FALSE) in fillpara()
740 if (linsert(1, *cp) == FALSE) in fillpara()
H A Dcmode.c631 (cbo += nicol, linsert(nicol, ' ') == FALSE) :
634 ((i = nicol / tab)!=0 && (cbo += i, linsert(i, '\t') == FALSE)) ||
636 cbo += i, linsert(i, ' ' ) == FALSE)))
638 ((i = nicol / 8) != 0 && (cbo += i, linsert(i, '\t') == FALSE)) ||
640 cbo += i, linsert(i, ' ' ) == FALSE)))
647 (cbo += nicol, linsert(nicol, ' ') == FALSE) :
650 ((i = nicol / tab)!=0 && (cbo += i, linsert(i, '\t') == FALSE)) ||
651 ((i = nicol % tab)!=0 && (cbo += i, linsert(i, ' ' ) == FALSE)))
653 ((i = nicol / 8) != 0 && (cbo += i, linsert(i, '\t') == FALSE)) ||
654 ((i = nicol % 8) != 0 && (cbo += i, linsert(i, ' ' ) == FALSE)))
/dports/japanese/ng-canna/ng-1.4.4/
H A Dcmode.c631 (cbo += nicol, linsert(nicol, ' ') == FALSE) :
634 ((i = nicol / tab)!=0 && (cbo += i, linsert(i, '\t') == FALSE)) ||
636 cbo += i, linsert(i, ' ' ) == FALSE)))
638 ((i = nicol / 8) != 0 && (cbo += i, linsert(i, '\t') == FALSE)) ||
640 cbo += i, linsert(i, ' ' ) == FALSE)))
647 (cbo += nicol, linsert(nicol, ' ') == FALSE) :
650 ((i = nicol / tab)!=0 && (cbo += i, linsert(i, '\t') == FALSE)) ||
651 ((i = nicol % tab)!=0 && (cbo += i, linsert(i, ' ' ) == FALSE)))
653 ((i = nicol / 8) != 0 && (cbo += i, linsert(i, '\t') == FALSE)) ||
654 ((i = nicol % 8) != 0 && (cbo += i, linsert(i, ' ' ) == FALSE)))
H A Dparagraph.c421 (VOID) linsert(1, ' '); in fillpara()
443 if (linsert(1, *cp++) == FALSE) in fillpara()
447 if (linsert(1, *cp) == FALSE) in fillpara()
454 if (linsert(1, *cp) == FALSE) in fillpara()
471 (VOID) linsert(1, wbuf[0]); in fillpara()
475 (VOID) linsert(1, wbuf[i]); in fillpara()
480 (VOID) linsert(1, wbuf[i]); in fillpara()
728 if (linsert(1, *cp++) == FALSE) in fillpara()
733 if (linsert(1, *cp) == FALSE) in fillpara()
740 if (linsert(1, *cp) == FALSE) in fillpara()
/dports/japanese/ng-devel/ng-1.5beta1/
H A Dcmode.c636 (cbo += nicol, linsert(nicol, ' ') == FALSE) :
638 ((i = nicol / tab)!=0 && (cbo += i, linsert(i, '\t') == FALSE)) ||
640 cbo += i, linsert(i, ' ' ) == FALSE)))
642 ((i = nicol / 8) != 0 && (cbo += i, linsert(i, '\t') == FALSE)) ||
644 cbo += i, linsert(i, ' ' ) == FALSE)))
650 (cbo += nicol, linsert(nicol, ' ') == FALSE) :
652 ((i = nicol / tab)!=0 && (cbo += i, linsert(i, '\t') == FALSE)) ||
653 ((i = nicol % tab)!=0 && (cbo += i, linsert(i, ' ' ) == FALSE)))
655 ((i = nicol / 8) != 0 && (cbo += i, linsert(i, '\t') == FALSE)) ||
656 ((i = nicol % 8) != 0 && (cbo += i, linsert(i, ' ' ) == FALSE)))
H A Dparagraph.c422 (VOID) linsert(1, ' '); in fillpara()
444 if (linsert(1, *cp++) == FALSE) in fillpara()
448 if (linsert(1, *cp) == FALSE) in fillpara()
455 if (linsert(1, *cp) == FALSE) in fillpara()
472 (VOID) linsert(1, wbuf[0]); in fillpara()
476 (VOID) linsert(1, wbuf[i]); in fillpara()
481 (VOID) linsert(1, wbuf[i]); in fillpara()
725 if (linsert(1, *cp++) == FALSE) in fillpara()
730 if (linsert(1, *cp) == FALSE) in fillpara()
737 if (linsert(1, *cp) == FALSE) in fillpara()
/dports/devel/tcllib/tcllib-1.20/modules/fumagic/
H A Dtmc32 set auto_path [linsert $auto_path 0 [file dirname [file normalize [info script]]]] ; # This directo…
33 set auto_path [linsert $auto_path 0 [file dirname [lindex $auto_path end]]]] ; # and the one…
234 set tcl [eval [linsert $tmc::magic 0 \
/dports/devel/tcllibc/tcllib-1.20/modules/fumagic/
H A Dtmc32 set auto_path [linsert $auto_path 0 [file dirname [file normalize [info script]]]] ; # This directo…
33 set auto_path [linsert $auto_path 0 [file dirname [lindex $auto_path end]]]] ; # and the one…
234 set tcl [eval [linsert $tmc::magic 0 \
/dports/japanese/ng/ng-1.4.4/sys/default/
H A Dcanna.c112 linsert( 1, '|');
114 linsert(1,*(ks.echoStr + i));
116 linsert( 1, '|');
/dports/japanese/ng-devel/ng-1.5beta1/sys/unix/
H A Dcanna.c115 linsert( 1, '|');
117 linsert(1,*(ks.echoStr + i));
119 linsert( 1, '|');
/dports/japanese/ng-canna/ng-1.4.4/sys/default/
H A Dcanna.c112 linsert( 1, '|');
114 linsert(1,*(ks.echoStr + i));
116 linsert( 1, '|');
/dports/devel/tcllib/tcllib-1.20/modules/interp/
H A Ddeleg_proc.test96 } {{{re quest} {a b args} {COMM send ID [linsert $args 0 {re quest} $a $b]}}}
106 } {{{re quest} args {COMM send ID [linsert $args 0 {re quest}]}}}
138 } {{{re quest} {a b args} {COMM send -async ID [linsert $args 0 {re quest} $a $b]}}}
148 } {{{re quest} args {COMM send -async ID [linsert $args 0 {re quest}]}}}
/dports/devel/tcllibc/tcllib-1.20/modules/interp/
H A Ddeleg_proc.test96 } {{{re quest} {a b args} {COMM send ID [linsert $args 0 {re quest} $a $b]}}}
106 } {{{re quest} args {COMM send ID [linsert $args 0 {re quest}]}}}
138 } {{{re quest} {a b args} {COMM send -async ID [linsert $args 0 {re quest} $a $b]}}}
148 } {{{re quest} args {COMM send -async ID [linsert $args 0 {re quest}]}}}
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/alecthomas/chroma/lexers/t/
H A Dtcl.go25 …ttp`, `incr`, `info`, `interp`, `join`, `lappend`, `lassign`, `lindex`, `linsert`, `list`, `llengt…
31 …ttp`, `incr`, `info`, `interp`, `join`, `lappend`, `lassign`, `lindex`, `linsert`, `list`, `llengt…
37 …ttp`, `incr`, `info`, `interp`, `join`, `lappend`, `lassign`, `lindex`, `linsert`, `list`, `llengt…
43 …ttp`, `incr`, `info`, `interp`, `join`, `lappend`, `lassign`, `lindex`, `linsert`, `list`, `llengt…

12345678910>>...20