Searched defs:tempmode (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dvidupdate.c179 int counter = max_attributes, i, j, tempmode; local
193 tempmode = A_NORMAL;
198 tempmode |=
205 modes[k] = tempmode;
/osnet-11/usr/src/lib/libpkg/common/
H A Dgpkgmap.c434 char tempmode[20]; local
438 if ((retval = getstr(fp, NULL, ATRSIZ, tempmode)) == 1)
450 if (tempmode[0] == '?') {
457 if (tempmode[0] == '$' &&
458 (isupper(tempmode[1]) || !islower(tempmode[1]))) {
463 if ((map) && (mapvar(mapmode, tempmode))) {
467 maptype, tempmode); local
473 if (tempmode[0] == '$') {
486 while (tempmode[
975 char tempmode[ATRSIZ+1]; local
1011 pkg_gt(ERR_NOVAR), maptype, tempmode); local
[all...]

Completed in 38 milliseconds