session.c:        swctl.szSwtitle[l]='\0';
vip2win.c:**              <argc> and <argv> aren't used in OS/2
vip2win.c:**              This enables an 'About...' entry in the system
vip2win.c:        if (!frame||!canvas) /* Can't even display an error message now! */
vip2win.c:                VipError(VIPERR_VIP, "VipProc: Window pointer doesn't point to a VIP window!");
vip2win.c:**              and a 'Okay' button. When the user presses the
vip2win.c:    VipError(VIPERR_VIP, "VipSet: Window pointer doesn't point to a VIP window!");
vip2win.c:            p=strchr(line,' ');
vip2win.c:            *p++='\0';
vip2win.c:            p=strchr(p,'0');
vipdial.c:**              view is not updated until a 'VipUpdate' or
vipdial.c:**              'VipShow' forces a redraw or refresh.
vipexcep.c:        "Math produced an 'out of bounds' result. Program will be aborted!");
vipfont.c:            /* Didn't found a bitmap font, select stretchable one */
vipgraph.c:**              view is not updated until a 'VipUpdate' or
vipgraph.c:**              'VipShow' forces a redraw or refresh.
vipgraph.c:**              view is not updated until a 'VipUpdate' or
vipgraph.c:**              'VipShow' forces a redraw or refresh.
vipimage.c:**              byte of each line is padded with 0's.
vipinput.c:    if (keyFlags&VIP_KEYRELEASE) return TRUE;  /* Don't act on key releases */
vipinput.c:                wip->title[strlen(wip->title)-1]='\0';
vipinput.c:            changed=Insert(wip, ' ');
vipinput.c:            wip->title[l+1]='\0';
vipkeys.c:    /* Test if it is a 'global accelerator key' */
vipkeys.c:**              VipKeysAdd(ks, 'a');
vipmenu.c:**              the user selected the menu, but didn't select
vipmenu.c:        /* We're done, so submenu can forget this menu */
vipmeter.c:**              The title string of a meter is a 'printf' format
vipmeter.c:**              view is not updated until a 'VipUpdate' or
vipmeter.c:**              'VipShow' forces a redraw or refresh.
vipprint.c:** DESCRIPTION: Displays printer setup dialog. Doesn't store
vipprint.c:                                printerInfo->Driver,    /* points to 'PSCRIPT' */
vipprint.c:                                printerInfo->Model,     /* Points to 'Apple...' */
vipprint.c:           "Can't find printer configuration in OS2.INI\n"
vipprint.c:    printerInfo->Driver = strchr(printerInfo->Details,';')+1;
vipprint.c:    printerInfo->Driver[-1]='\0';
vipprint.c:    printerInfo->Queue = strchr(printerInfo->Driver,';')+1;
vipprint.c:    printerInfo->Queue[-1] = '\0';
vipprint.c:    *(strchr(printerInfo->Queue,';')) = '\0';
vipprint.c:    ptr = strchr(printerInfo->Driver,'.');
vipprint.c:        *ptr='\0';
vipprint.c:    ptr = strchr(printerInfo->Queue,',');
vipprint.c:    if (ptr) *ptr = '\0';
vipprint.c:    ptr = strchr(printerInfo->Queue,'.');
vipprint.c:    if (ptr) *ptr = '\0';
vipprint.c:    if (printerInfo->Queue[0]!='\0')                     /* Queue is defined ? */
vipprint.c:                            printerInfo->Driver,  /* points to 'PSCRIPT' */
vipprint.c:                            printerInfo->Model,   /* points to 'Apple ...' */
vipprint.c:                            printerInfo->Printer, /* Points to 'Matrixje' */
vipprint.c:           "Request for the size of the 'Printer Data' structure failed");
vipprint.c:           "Request for memory for the 'Printer Data' structure failed");
vipprint.c:        "Request for the contents of the 'Printer Data' structure failed");
vipprint.c:    printerInfo->Printer[cb-2] = 0;                     /* remove trailing ';' */
vipscrol.c:**              view is not updated until a 'VipUpdate' or
vipscrol.c:**              'VipShow' forces a redraw or refresh.
vipscrol.c:**              view is not updated until a 'VipUpdate' or
vipscrol.c:**              'VipShow' forces a redraw or refresh.
vipscrol.c:            if (pp.y>=0x8000L) pp.y=0;  /* Bug in PM about unsigned coord's */
viptext.c:**              The first column contains a 'a' and is left
viptext.c:                char *p=strchr(str, '\t');
viptext.c:            if (str[0]=='\t') str++;
viptrans.c:**              This module doesn't export any functions, but it
