Searched refs:app (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libtk/library/demos/
H A Drmt20 set app "local"
133 global app
134 .t insert insert "$app: "
142 # application or executes it locally, depending on "app".
145 global app executing lastCommand
154 if {$app == "local"} {
157 set result [catch [list send $app $cmd] msg]
180 global app executing
181 set app $appName
203 set app [winf
[all...]
/ast/src/cmd/pax/
H A Dfile.c273 * NOTE: VPATH in app code is ugly but the benefits of the
1119 Archive_t** app; local
1121 app = (op & OUT) ? &state.out : &state.in;
1122 if (!*app)
1123 *app = initarchive(NiL, (op & OUT) ? (state.append ? (O_WRONLY|O_CREAT) : (O_WRONLY|O_CREAT|O_TRUNC)) : O_RDONLY);
1124 return *app;
/ast/src/cmd/nmake/
H A Doption.c689 field(char** p, int sep, int app, int lenient) argument
696 if (!(c = *(s = *p)) || c == app)
1067 int app; local
1083 app = (sep == ':') ? ';' : ':';
1085 if (!(name = field(&s, sep, app, 1)))
1093 if (t = field(&s, sep, app, 1))
1133 func = field(&s, sep, app, 1);
1134 desc = field(&s, sep, app, 0);
1135 args = field(&s, sep, app, 0);
1233 while (field(&s, sep, app,
[all...]
H A DMakerules.mk310 INSTRUMENT_app = : $(.INSTRUMENT.app)
317 .INSTRUMENT.app : .FUNCTION
318 if ! ( APP = "$(PATH:/:/ /G:X=../lib/app/cpp:P=X:O=1)" )
319 error 3 app not found

Completed in 35 milliseconds