Searched defs:commandline (Results 1 – 4 of 4) sorted by relevance
89 struct commandline { struct90 int cflag; /* xdr C routines */91 int hflag; /* header file */92 int lflag; /* client side stubs */93 int mflag; /* server side stubs */94 int nflag; /* netid flag */95 int sflag; /* server stubs for the given transport */96 int tflag; /* dispatch Table file */97 int Ssflag; /* produce server sample code */98 int Scflag; /* produce client sample code */[all …]
719 char *commandline; in modepage_edit() local
185 char buf[BUFSIZ], buf1[BUFSIZ], commandline[BUFSIZ], *ed, *sdname; in gvinum_create() local
172 static char *commandline = NULL; variable