Searched defs:app (Results 1 - 2 of 2) sorted by relevance

/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...]

Completed in 16 milliseconds