HomeSort by: relevance | last modified time | path
    Searched defs:tempv (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/csh/
csh.c 205 char *tcp, **tempv; local in function:main
234 tempv = argv;
235 if (eq(str2short(tempv[0]), STRaout)) /* A.out's are quittable */
245 loginsh = (**tempv == '-' && argc == 1) ||
246 (argc == 2 && tempv[1][0] == '-' && tempv[1][1] == 'l' &&
247 tempv[1][2] == '\0');
249 if (loginsh && **tempv != '-') {
253 tempv[1][0] = '\0';
254 tempv[1][1] = '\0'
    [all...]
csh.c 205 char *tcp, **tempv; local in function:main
234 tempv = argv;
235 if (eq(str2short(tempv[0]), STRaout)) /* A.out's are quittable */
245 loginsh = (**tempv == '-' && argc == 1) ||
246 (argc == 2 && tempv[1][0] == '-' && tempv[1][1] == 'l' &&
247 tempv[1][2] == '\0');
249 if (loginsh && **tempv != '-') {
253 tempv[1][0] = '\0';
254 tempv[1][1] = '\0'
    [all...]

Completed in 23 milliseconds