Home
last modified time | relevance | path

Searched refs:getoptval (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/sh/
H A Dbltin.c431 int getoptval; in builtin() local
445 getoptval = getopt(argc-2, (char **)&argv[2], (char *)argv[1]); in builtin()
448 getoptval = getopt(dolc+1, (char **)dolv, (char *)argv[1]); in builtin()
449 if(getoptval == -1) { in builtin()
460 c[0] = getoptval; in builtin()