fArgs
const char* Args() const { return fArgs; }
char fArgs[64];
if (fArgs->FullScreen())
fArgs->Parse(argc, argv);
if (fArgs->UsageRequested()) {
fTermWindow = new TermWindow(*fArgs);
fArgs = new Arguments(0, NULL);
delete fArgs;
Arguments* fArgs;
fArgs = addedInfo->name + addedInfo->args_offset;
fArgs = args;
fArgs = teamInfo.args;
BString fArgs;
inline const char* const* Args() const { return fArgs; }
const char** fArgs;
fArgs(NULL),
fArgs = new(nothrow) const char*[fArgc + 1];
if (!fArgs)
fArgs[0] = fAppPath.Path();
fArgs[i + 1] = args[i];
fArgs[fArgc - 1] = fDocPath.Path();
fArgs[fArgc] = NULL;
delete[] fArgs;
fArgs = NULL;
fArgs = args;
const BString& Arguments() const { return fArgs; }
BString fArgs;
fArgs = (char*)alloc_tracing_buffer(argBufferSize);
if (fArgs) {
char* buffer = fArgs;
if (fArgs != NULL) {
char* args = fArgs;
char* fArgs;
fArgs[0] = '\0';
strlcpy(fArgs, args, sizeof(fArgs));
fArgs[0] = '\0';
strlcpy(fArgs, path, sizeof(fArgs));
strlcat(fArgs, " ", sizeof(fArgs));
strlcat(fArgs, otherArgs[i], sizeof(fArgs));
fArgs.MakeEmpty();
BList fArgs;
void PushArg(struct ATTRIBUTE* attr) { fArgs.AddItem(attr); }
int NumOfArgs() { return fArgs.CountItems(); }
struct ATTRIBUTE* ArgAt(int i) { return (struct ATTRIBUTE*)fArgs.ItemAt(i); }
fArgs[fArgCount] = 0;
ProcessVT100Command(*c, false, fArgs, fArgCount + 1);
fArgs[fArgCount] = *c - '0';
ProcessVT100Command(*c, true, fArgs, fArgCount + 1);
fArgs[fArgCount] = *c - '0';
ProcessVT100Command(*c, true, fArgs, fArgCount + 1);
fArgs[fArgCount] *= 10;
fArgs[fArgCount] += *c - '0';
ProcessVT100Command(*c, true, fArgs, fArgCount + 1);
int32 fArgs[MAX_ARGS];