Searched refs:sep (Results 126 - 150 of 432) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/tepam/
H A D2_argument_dialogbox_introduction.demo83 # example contains also some formatting instructions like -frame and -sep which
116 -sep {} \
121 -sep {} \
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pluginmgr/
H A Dpluginmgr.tcl336 set sep \;
338 set sep :
341 #puts "$pmgr += ($name) $sep"
356 foreach path [split $env($ev) $sep] {
380 foreach path [split $data $sep] {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dattr.h28 Tcl_Obj* key, Tcl_Obj* o, const char* sep);
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/
H A Dmake55.tcl62 regexp -expanded {s(.)@vfs_LIB_FILE@\1(.*)\1} $line => sep files([platform])
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Dsuperframe.tcl64 ttk::separator $sf.sep -orient horizontal
67 grid $sf.sep -row 0 -column 1 -stick sew -pady 2 -padx 2
/macosx-10.10.1/configd-699.1.5/dnsinfo/
H A Ddnsinfo_flatfile.c282 const char *sep = " \t"; local
313 word = strsep(&lineptr, sep);
338 word = strsep(&lineptr, sep);
383 word = strsep(&lineptr, sep);
424 word = strsep(&lineptr, sep);
458 word = strsep(&lineptr, sep);
482 word = strsep(&lineptr, sep);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Drootns.c265 const char *viewname = "", *sep = ""; local
275 sep = ": view ";
289 sep, viewname, namebuf, typebuf, databuf);
294 "in hints", sep, viewname, namebuf, typebuf,
426 const char *viewname = "", *sep = ""; local
440 sep = ": view ";
454 "from hints: %s", sep, viewname,
465 "from cache: %s", sep, viewname,
486 "NS '%s' in hints", sep, viewname,
513 sep, viewnam
[all...]
/macosx-10.10.1/Libc-1044.1.2/db/mpool/FreeBSD/
H A Dmpool.c411 char *sep; local
429 sep = "";
432 (void)fprintf(stderr, "%s%d", sep, bp->pgno);
438 sep = "\n";
441 sep = ", ";
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dstring.c72 #define sep(c) ((c)=='-'||(c)=='_') macro
89 if(sep(*sp))
138 else if(sep(*s))
140 else if(sep(*t))
153 while(*t && !sep(*t))
/macosx-10.10.1/tcl-105/tcl/tcl/library/http1.0/
H A Dhttp.tcl326 set sep ""
328 append result $sep [httpMapReply $i]
329 if {$sep != "="} {
330 set sep =
332 set sep &
/macosx-10.10.1/tcl-105/tcl84/tcl/library/http1.0/
H A Dhttp.tcl326 set sep ""
328 append result $sep [httpMapReply $i]
329 if {$sep != "="} {
330 set sep =
332 set sep &
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Ddialog.tcl128 Separator::create $path.sep -orient $orient -background $bg
153 if { [winfo exists $path.sep] } {
154 Separator::configure $path.sep -background $bg
269 if { [winfo exists $path.sep] } {
270 pack $path.sep -side $side -fill $fill $pad 2m
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/readme/
H A Dreadme.tcl232 proc ::sak::readme::Header {s {sep =}} {
234 puts [string repeat $sep [string length $s]]
307 set sep {}
309 lappend sep [string repeat $char [expr {2+[$m columnwidth $i]}]]
313 $m insert row $k $sep
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Darray.c332 char *ifs, sep[2], *t; local
364 sep[0] = ifs ? *ifs : '\0';
366 sep[0] = ' ';
367 sep[1] = '\0';
369 t = array_to_string (a2, sep, 0);
625 array_to_string_internal (start, end, sep, quoted)
627 char *sep;
637 slen = strlen(sep);
655 strcpy(result + rlen, sep);
717 array_to_string (a, sep, quote
[all...]
/macosx-10.10.1/awk-20/src/
H A Dlib.c186 int sep, c; local
193 if ((sep = **RS) == 0) {
194 sep = '\n';
201 for (; (c=getc(inf)) != sep && c != EOF; ) {
207 if (**RS == sep || c == EOF)
261 char *r, *fr, sep; local
281 } else if ((sep = *inputFS) == ' ') { /* default whitespace */
300 } else if ((sep = *inputFS) == 0) { /* new: FS="" => 1 char/field */
330 while (*r != sep && *r != rtest && *r != '\0') /* \n is always a separator */
/macosx-10.10.1/apache-793/httpd/modules/aaa/
H A Dmod_authn_socache.c140 const char *sep, *name; local
146 sep = ap_strchr_c(arg, ':');
147 if (sep) {
148 name = apr_pstrmemdup(cmd->pool, arg, sep - arg);
149 sep++;
164 errmsg = socache_provider->create(&socache_instance, sep,
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dpcvs-util.el195 (let ((sep (or separator " ")))
201 strings sep)))
209 (let ((sep (or separator "\\s-+"))
211 (if (null i) (split-string string sep t) ; no quoting: easy
212 (append (unless (eq i 0) (split-string (substring string 0 i) sep t))
216 sep)))))))
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/xbm/
H A Dxbm.c579 int sep = ' '; local
632 sep = ' ';
646 sprintf(buffer,"%c 0x%02x",sep,value);
650 sep = ',';
654 sprintf(buffer,"%c 0x%02x",sep, value);
662 sep = ' ';
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dsql.c199 char *conninfo, *sep; local
215 sep = "";
217 strcat(conninfo, sep);
221 sep = " ";
224 strcat(conninfo, sep);
228 sep = " ";
231 strcat(conninfo, sep);
235 sep = " ";
238 strcat(conninfo, sep);
242 sep
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A Ditcl_util.c1230 register char *sep, *newname;
1242 for (sep=newname; *sep != '\0'; sep++)
1245 while (--sep > newname) {
1246 if (*sep == ':' && *(sep-1) == ':') {
1256 if (sep > newname) {
1257 *tail = sep+1;
1258 while (sep > newnam
1202 register char *sep, *newname; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/env/
H A Denv_stat.c742 const char *sep; local
759 sep = "";
762 sep = " ";
765 __db_msgadd(env, &mb, "%s%luMB", sep, mbytes);
766 sep = " ";
769 __db_msgadd(env, &mb, "%s%luKB", sep, bytes / 1024);
771 sep = " ";
774 __db_msgadd(env, &mb, "%s%luB", sep, bytes);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dtridpars.cpp554 int32_t sep = id.indexOf(TARGET_SEP); local
561 if (sep < 0) {
565 } else if (sep < var) {
567 if (sep > 0) {
568 id.extractBetween(0, sep, source);
571 id.extractBetween(++sep, var, target);
579 id.extractBetween(var, sep++, variant);
580 id.extractBetween(sep, id.length(), target);
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dmaps.c117 static char sep[] = " \t,\r\n"; local
141 while ((map_type_name = mystrtok(&bufp, sep)) != 0) {
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dmclist.rb41 sep = Ttk::Separator.new(frame)
42 Tk.grid(sep, :columnspan=>4, :row=>0, :sticky=>'ew', :pady=>2)
H A Dtree.rb39 sep = Ttk::Separator.new(frame)
40 Tk.grid(sep, :columnspan=>4, :row=>0, :sticky=>'ew', :pady=>2)

Completed in 5365 milliseconds

1234567891011>>