Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sh/
H A Dxec.c132 short comtype; local
145 if (argn == 0 || (comtype = hashtype(cmdhash)) == BUILTIN) {
156 if (comtype == NOTFOUND)
168 else if (comtype == PATH_COMMAND)
173 else if (comtype & (COMMAND | REL_COMMAND))
178 else if (comtype == BUILTIN) {
183 else if (comtype == FUNCTION)
/titanic_41/usr/src/cmd/vgrind/
H A Dvfontedpr.c62 int comtype; /* type of comment */ variable
484 comtype = STANDARD; in putScp()
500 comtype = ALTERNATE; in putScp()
567 if (((comtype == STANDARD) && (comptr != NIL)) || in putScp()
568 ((comtype == ALTERNATE) && (acmptr != NIL))) { in putScp()
569 if (comtype == STANDARD) { in putScp()