Searched refs:so (Results 1 - 21 of 21) sorted by relevance

/ast/src/lib/libast/features/
H A Dlibpath.sh24 -x /lib/ld.so /lib/ld-*.so /usr/lib/ld.so /lib/rld \
25 -f /usr/shlib/libc.so /shlib/libc.so /usr/lib/libc.so \
26 -r /usr/shlib/libc.so /shlib/libc.so
/ast/src/cmd/3d/
H A Dstat3d.c41 struct stat* so; local
48 so = st;
63 st = so;
87 st = so;
H A Dlstat3d.c43 struct stat* so; local
50 so = st;
71 st = so;
H A DMakefile4 * NOTE: ld -r does not work with $(CC.DLL) so lib3d.o is not possible
6 * so a static link needs -u _exit -l3d other-libs
/ast/src/lib/libtk/library/demos/
H A Ddialog2.tcl13 set i [tk_dialog .dialog2 "Dialog with local grab" {This dialog box uses a global grab, so it prevents you from interacting with anything on your display until you invoke one of the buttons below. Global grabs are almost always a bad idea; don't use them unless you're truly desperate.} warning 0 OK Cancel {Show Code}]
H A Dtext.tcl68 option on, so that if you resize the window it will always resize to an
71 additional lines so that all the information is always visible.}
H A Dbind.tcl40 The same tag mechanism that controls display styles in text widgets can also be used to associate Tcl commands with regions of text, so that mouse or keyboard actions on the text cause particular Tcl commands to be invoked. For example, in the text below the descriptions of the canvas demonstrations have been tagged. When you move the mouse over a demo description the description lights up, and when you press button 1 over a description then that particular demonstration is invoked.
/ast/src/lib/libdss/
H A Dcxeval.c131 register Cxoperand_t* so; local
152 so = sp;
156 while (--so > sp)
157 if (!so->refs && (f = cxcallout(cx, CX_DEL, so->type, cx->state->type_void, disc)) && (*f)(cx, pc, &r, NiL, so, data, disc))
/ast/src/cmd/html/
H A Dmm2twiki.sh62 integer fd=0 head=2 line=0 lists=0 nest=0 peek=0 pp=0 so=0 soff=4
311 if (( so > 0 ))
313 if (( ( fd = --so + soff ) == soff ))
316 file=${so_file[so]}
317 line=${so_line[so]}
489 .so) x=${text[1]}
492 then (( fd = so + soff ))
497 so_file[so]=$file
499 so_line[so]=$line
501 (( so
[all...]
H A Dmm2bb.sh63 integer fd=0 head=2 line=0 lists=0 nest=0 peek=0 pp=0 so=0 soff=4
321 if (( so > 0 ))
323 if (( ( fd = --so + soff ) == soff ))
326 file=${so_file[so]}
327 line=${so_line[so]}
499 .so) x=${text[1]}
502 then (( fd = so + soff ))
507 so_file[so]=$file
509 so_line[so]=$line
511 (( so
[all...]
H A Dmm2html.sh42 # .sn file like .so but text copied to output
139 integer fd=0 head=2 line=0 lists=0 nest=0 peek=0 pp=0 so=0 soff=4 faq=0
478 if (( so > 0 ))
480 if (( --so ))
481 then (( fd = so + soff - 1 ))
484 file=${so_file[so]}
485 line=${so_line[so]}
663 .so) x=${text[1]}
666 then (( fd = so + soff ))
671 so_file[so]
[all...]
/ast/src/lib/libcmd/
H A DMakefile11 /* 2009-04-15 ld.so experiment -- may become a default for all plugins */
87 pathsetlink == symlink /* ld.so workaround */
/ast/src/cmd/nmake/
H A DScanrules.mk119 I|.so % |A.DONTCARE|
120 I|,so % |A.DONTCARE|
H A DMakerules.mk2554 W := $(Y:B:S=.so)
/ast/src/lib/libcs/
H A DMakefile49 * so we generate minimal files with obnoxious warnings
/ast/src/cmd/ksh93/data/
H A Dbash_pre_rc.sh61 .sh.value=$(shopt -so)
/ast/src/cmd/kshlib/cmdtst/
H A Dgrep.c418 highlight(Sfio_t* sp, const char* s, int n, int so, int eo) argument
423 sfwrite(sp, s, so);
425 sfwrite(sp, s + so, eo - so);
/ast/src/cmd/re/
H A Dgrep.c311 highlight(Sfio_t* sp, const char* s, int n, int so, int eo) argument
316 sfwrite(sp, s, so);
318 sfwrite(sp, s + so, eo - so);
/ast/src/cmd/ie/
H A Deditlib.c73 * so forth. An example of this is in a curses application in which
/ast/src/lib/libast/
H A DMakefile238 * NOTE: sun4 runtime link botches ro data so advertised sig_info is rw
305 * so both must be built very early
420 $(LD) $(CCFLAGS:N=-[gG]*) $(CC.SHARED) -o $(DLL) $(DLL)$(CC.SUFFIX.LD:O=1) $(*$(ID).so/$(DLL)$(CC.SUFFIX.DYNAMIC):C,^[^-],../&,)
/ast/src/cmd/pax/
H A Dfile.c788 * so we avoid the problem by peeking ahead and
1296 struct stat so; local
1301 if ((*state.statf)(f->path, &so))
1303 st = &so;

Completed in 87 milliseconds