Searched refs:always (Results 1 - 7 of 7) sorted by relevance

/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.}
/ast/src/cmd/nmake/
H A Dpkg-cobol-mfcobc.mk19 if "$(!!:A=.SCAN.cob|.SCAN.sqb:O=1)$(!!:N=?(*/)libcob.h:O=1)$(.PACKAGE.cobol.option.always:N!=0)"
32 if .PACKAGE.cobol.option.always
H A Drule.c613 else if (r == internal.always || r == internal.local || r == internal.make || r == internal.run)
927 if (a == internal.always) return n & P_always;
1467 ATTR(always, ".ALWAYS", P_always|P_immediate);
H A Ddump.c164 sfputr(sp, "always", ' ');
350 sfputr(sp, internal.always->name, ' ');
H A Dmake.h269 #define CO_ALWAYS (CO_USER<<0) /* always exec */
291 #define P_force (1<<8) /* target is always out of date */
534 Rule_t* always; /* .ALWAYS rule pointer */ member in struct:Internal_s
H A Dparse.c3347 sfputr(tmp, internal.always->name, -1);

Completed in 77 milliseconds