Searched refs:when (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/ksh93/tests/
H A Dsubstring.sh160 then err_exit '${xx#*/} != a/b/c/d/e when xx=a/b/c/d/e'
258 [[ $var == 'typeset -a .sh.match=((vin vin) )' ]] || err_exit '.sh.match not correct when replacement pattern contains a substring match'
510 { $SHELL -c 'unset x;[[ ${SHELL:$x} == $SHELL ]]';} 2> /dev/null || err_exit '${var:$x} fails when x is not set'
511 { $SHELL -c 'x=;[[ ${SHELL:$x} == $SHELL ]]';} 2> /dev/null || err_exit '${var:$x} fails when x is null'
581 } 2> /dev/null || err_exit '${x:i:j} fails when i > strlen(x)'
584 [[ $got == $'"B"' ]] || err_exit '"\"$I\"" fails when $I is empty string'
598 [[ ${ print -v .sh.match;} ]] && err_exit 'print -v should show .sh.match empty when there are no matches'
/ast/src/lib/libtk/library/demos/
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.
H A Drolodex179 set helpTopics(context) {Unfortunately, this application doesn't support context-sensitive help in the usual way, because when this demo was written Tk didn't have a grab mechanism and this is needed for context-sensitive help. Instead, you can achieve much the same effect by simply moving the mouse over the window you're curious about and pressing the Help or F1 keys. You can do this anytime.}
/ast/src/cmd/msgcc/
H A Dmsgcc.sh58 where gzip(\ax\a) is the size of text \ax\a when compressed by
/ast/src/cmd/jcl/
H A Djcm.c106 int when; member in struct:Jcmshout_s
893 shout->when = *s++;
/ast/src/cmd/nmake/
H A DMakerules.mk51 set option=';local-static;bp;-;Compile and link against static library targets. The default links against shared library targets, but care must be taken to point runtime shared library binding to the current directory when executing command targets in the current directory.'
54 set option=';prefix-include;b;-;Override the C preprocessor prefix include option. \b--noprefix-include\b may be needed for some compilers that misbehave when \b$$(CC.INCLUDE.LOCAL)\b is set and \b#include "..."\b assumes the subdirectory of the including file. The default value is based on the \bprobe\b(1) information.'
162 * made when the base rules are loaded
348 ARHYPHEN = /* XXX: change to ``-'' when sun4 finally expires */
3571 * when C const is used/implemented to do same

Completed in 31 milliseconds