Lines Matching refs:ostrval
94 char *ostrval[2][numelements(ostrcodes)]; variable
364 ostrval[uselevel][i] = otgetstr(ostrcodes[i], &nextstring); in filltables()
367 if (ostrval[uselevel][i]) { in filltables()
369 tpr(trace, ostrval[uselevel][i]); in filltables()
376 if (ostrval[uselevel][i] && (ostrval[uselevel][i][0] == '\0')) { in filltables()
380 ostrval[uselevel][i] = NULL; in filltables()
429 tpr(trace, ostrval[uselevel][i]); in getcapstr()
432 return (ostrval[uselevel][i]); in getcapstr()
689 if (ostrval[uselevel][cap_ko] == NULL) in handleko()
693 for (i = 0; ostrval[uselevel][cap_ko][i] != '\0'; ) { in handleko()
695 capname[0] = ostrval[uselevel][cap_ko][i++]; in handleko()
696 if (ostrval[uselevel][cap_ko][i] == '\0') in handleko()
698 capname[1] = ostrval[uselevel][cap_ko][i++]; in handleko()
699 if (ostrval[uselevel][cap_ko][i] == ',') in handleko()
804 if (ostrval[uselevel][cap_ma] == NULL) in handlema()
808 for (i = 0; ostrval[uselevel][cap_ma][i] != '\0'; ) { in handlema()
810 cap[0] = ostrval[uselevel][cap_ma][i++]; in handlema()
817 if (ostrval[uselevel][cap_ma][i] == '\0') in handlema()
821 vichar = ostrval[uselevel][cap_ma][i++]; in handlema()
895 if (ostrval[uselevel][cap_nl] != NULL) in adddefaults()
896 putstr("cud1", ostrval[uselevel][cap_nl]); in adddefaults()
903 if (ostrval[uselevel][cap_nl] == NULL) in adddefaults()
906 putstr("ind", ostrval[uselevel][cap_nl]); in adddefaults()
915 if (ostrval[uselevel][cap_bc] != NULL) in adddefaults()
916 putstr("cub1", ostrval[uselevel][cap_bc]); in adddefaults()
958 if ((ostrval[uselevel][cap_rs] != NULL) && in adddefaults()
959 (ostrval[uselevel][cap_rs][0] != '\0')) in adddefaults()
960 putstr("rs2", ostrval[uselevel][cap_rs]); in adddefaults()