ctext              17 cond.c         condextend(unsigned char *ctext)
ctext              25 cond.c           if ((lp[seno] = (unsigned char *) malloc(strlen(ctext)+1)) == NULL) {
ctext              29 cond.c           strcpy(lp[seno], ctext);
ctext              31 cond.c           while (*ctext != '\0' || stock != NULL) {
ctext              32 cond.c             if ((wp = getcdarray(&ctext)) != NULL) { /* when NULL no word */
ctext              17 divide.c       getwdarray(unsigned char *ctext)
ctext              23 divide.c         while (*ctext) { /* kind = 0 : operator check off */
ctext              24 divide.c           if ((c = divideword(&ctext, 0)) != '\0') {
ctext              44 divide.c         unsigned char *ctext = *cdtext;
ctext              55 divide.c         while (*ctext != '\0' && expf !=2) {
ctext              56 divide.c           switch (c = divideword(&ctext, 1)) { /* kind = 1 : operator check on */
ctext              91 divide.c         *cdtext = ctext;