Searched refs:space (Results 1 - 25 of 35) sorted by relevance

12

/ast/src/lib/libtk/library/demos/
H A Dpuzzle.tcl10 # if the button is next to the empty space, it moves the button into th
11 # empty space.
15 if {(($ypos($num) >= ($ypos(space) - .01))
16 && ($ypos($num) <= ($ypos(space) + .01))
17 && ($xpos($num) >= ($xpos(space) - .26))
18 && ($xpos($num) <= ($xpos(space) + .26)))
19 || (($xpos($num) >= ($xpos(space) - .01))
20 && ($xpos($num) <= ($xpos(space) + .01))
21 && ($ypos($num) >= ($ypos(space) - .26))
22 && ($ypos($num) <= ($ypos(space)
[all...]
H A Dtcolor16 # colorSpace - Color space currently being used for
50 .menu.file.m add radio -label "RGB color space" -variable colorSpace \
52 .menu.file.m add radio -label "CMY color space" -variable colorSpace \
54 .menu.file.m add radio -label "HSB color space" -variable colorSpace \
180 # a change in the color space and after a named color value has
238 # The procedure below is invoked when a new color space is selected.
240 # the appropriate values for the current color in the new color space
242 proc changeColorSpace space {
244 if {$space == "rgb"} {
251 if {$space
[all...]
/ast/src/lib/libtk/library/
H A Dbutton.tcl33 bind Button <space> {
47 bind Checkbutton <space> {
66 bind Radiobutton <space> {
H A Dlistbox.tcl141 bind Listbox <space> {
147 bind Listbox <Control-Shift-space> {
H A Dentry.tcl169 bind Entry <Control-space> {
175 bind Entry <Control-Shift-space> {
H A Dmenu.tcl94 bind Menubutton <space> {
125 bind Menu <space> {
/ast/src/lib/libcmd/
H A Dcut.c99 unsigned char space[UCHAR_MAX+1]; member in struct:Cut_s
141 error(ERROR_exit(1), "out of space");
144 memset(cut->space, 0, sizeof(cut->space) / 2);
145 memset(cut->space + sizeof(cut->space) / 2, SP_WIDE, sizeof(cut->space) / 2);
148 memset(cut->space, 0, sizeof(cut->space));
151 cut->space[wdeli
[all...]
/ast/src/cmd/tw/
H A Dfind.c663 error(ERROR_SYSTEM|2, "out of space");
679 error(ERROR_SYSTEM|2, "out of space");
745 error(ERROR_SYSTEM|2, "out of space");
1127 error(ERROR_SYSTEM|2, "out of space");
1151 error(ERROR_SYSTEM|2, "out of space");
1754 error(ERROR_SYSTEM|2, "out of space");
1775 error(ERROR_SYSTEM|2, "out of space");
1782 error(2, "not enough space for expressions");
/ast/src/cmd/std/
H A Dseq.sh88 [[ $fmt == *%*([^[:space:][:alpha:]])[efg]* ]] || err_exit "$fmt: invalid format string"
/ast/src/cmd/ksh93/data/
H A Dbash_pre_rc.sh62 .sh.value=${.sh.value//+([[:space:]])on*([[:space:]])/:}
/ast/src/cmd/dsslib/ip_t/
H A DMakefile56 ivsa.tgz ptvsa.tgz : $$(<:B:S=.manifest:T=F:T=I:/[[:space:]][[:space:]]*/ /G)
/ast/src/cmd/nmake/
H A Dpkg-cobol.mk24 #I|\D *. COPY % |M$$(.INCLUDE.SUFFIX. cob)| # this one is trouble for ^[[:space:]]*COPY sqlca.cbl$
/ast/src/cmd/html/
H A Dbb2tok.c281 goto space;
288 goto space;
303 space:
H A Dmm2twiki.sh243 function space function
269 space
751 *) space
757 space
909 space
911 space
1132 space
1180 space
1384 .sp|.SP)space
H A Dtroff2html.c236 error(ERROR_SYSTEM|3, "out of space");
264 error(ERROR_SYSTEM|3, "out of space [file pushin]");
306 error(ERROR_SYSTEM|3, "out of space [macro call]");
785 error(ERROR_SYSTEM|3, "out of space [number]");
809 error(ERROR_SYSTEM|3, "out of space [stream]");
962 error(ERROR_SYSTEM|3, "out of space [set value]");
990 error(ERROR_SYSTEM|3, "out of space [mac]");
1012 error(ERROR_SYSTEM|3, "out of space [environment]");
1273 error(ERROR_SYSTEM|3, "out of space [trap]");
2338 error(ERROR_SYSTEM|3, "out of space [strea
[all...]
H A Dhtmlrefs.c262 error(ERROR_SYSTEM|3, "out of space [file]");
372 error(ERROR_SYSTEM|3, "out of space [file]");
386 error(ERROR_SYSTEM|3, "out of space [file]");
408 error(ERROR_SYSTEM|3, "out of space [file]");
448 error(ERROR_SYSTEM|3, "out of space [rootdir]");
596 error(ERROR_SYSTEM|3, "out of space [hosts]");
631 error(ERROR_SYSTEM|3, "out of space [path pattern]");
917 error(ERROR_SYSTEM|3, "out of space [state]");
921 error(ERROR_SYSTEM|3, "out of space [dict]");
1028 error(ERROR_SYSTEM|3, "out of space [roo
[all...]
H A Dmm2bb.sh253 function space function
279 space
825 space
827 space
1001 space
1003 space
1251 space
1314 else space
1541 .sp|.SP)space
H A Dmm2html.sh90 [o:option?Sets a space or \b,\b separated list of \b--license\b
1414 -space) print -nr "$t$Sm"
2603 mandoc -space ${op#.} "$@"
2609 An_sep=-space
2681 .Oo) mandoc -space ${op#.} "$@"
/ast/src/lib/libjcl/
H A Djcllib.h145 int space; \
/ast/src/cmd/ksh93/
H A DMakefile66 if SHOPT_DYNAMIC && ( "$(CC.DIALECT:N=EXPORT=DLL)" || "$(PACKAGE_OPTIONS:N=optimize-space)" )
67 if "$(PACKAGE_OPTIONS:N=optimize-space)" && ! SHOPT_CMDLIB_HDR
202 sed -e 's/\\/\\\\/g' -e 's/"/\\"/g' -e 's/'"'"'/\\'"'"'/g' -e 's/^[[:space:]]*\(.*\)$/\"\1\\n\"/' $(*) >> $(<)
/ast/src/cmd/builtin/
H A DMakefile5 :PACKAGE: ast cmd:space
38 if "$(PACKAGE_OPTIONS:N=optimize-space)" && "$(T:T=F)" == "-lcmd"
/ast/src/lib/libvcodex/Vcmisc/
H A Dvcrle.c367 Vcchar_t *dt, *output, *space; local
397 if(!(output = space = vcbuffer(vc, NIL(Vcchar_t*), outsz+128, hd)) )
445 if(space != output) /* free space if unused */
446 vcbuffer(vc, space, -1, -1);
/ast/src/lib/libtksh/src/
H A DtclIO.c67 * buffer occuppies this space + bufSize-4
365 Channel *chanPtr, char *result, int space));
3094 * Copy at most one buffer of input to the result space, doing
3108 CopyAndTranslateBuffer(chanPtr, result, space)
3111 int space; /* How many bytes are available in result
3117 * into the destination space? */
3135 if (bytesInBuffer < space) {
3136 space = bytesInBuffer;
3142 if (space == 0) {
3152 (size_t) space);
[all...]
/ast/src/lib/libast/cdt/
H A Ddtlist.c156 st->space = sizeof(Dtlist_t) + (dt->disc->link >= 0 ? 0 : dt->data->size*sizeof(Dthold_t));
/ast/src/lib/libast/include/
H A Dcdt.h162 ssize_t space; /* memory usage of data structure */ member in struct:_dtstat_s

Completed in 71 milliseconds

12