Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c96 char *ostrval[2][numelements(ostrcodes)]; variable
366 ostrval[uselevel][i] = otgetstr(ostrcodes[i], &nextstring); in filltables()
369 if (ostrval[uselevel][i]) { in filltables()
371 tpr(trace, ostrval[uselevel][i]); in filltables()
378 if (ostrval[uselevel][i] && (ostrval[uselevel][i][0] == '\0')) { in filltables()
382 ostrval[uselevel][i] = NULL; in filltables()
431 tpr(trace, ostrval[uselevel][i]); in getcapstr()
434 return (ostrval[uselevel][i]); in getcapstr()
691 if (ostrval[uselevel][cap_ko] == NULL) in handleko()
695 for (i = 0; ostrval[uselevel][cap_ko][i] != '\0'; ) { in handleko()
[all …]