text 33 common.c unsigned char *text; /* Word text edit work input */
text 48 cond.c getcdentry(unsigned char **wap, unsigned char *text)
text 53 cond.c p->cdparm = text;
text 104 divide.c text = *string;
text 109 divide.c for ( ; *text <= ' ' && *text != ESC && *text != '\0'; text++);
text 110 divide.c while (*text > ' ' || *text == ESC) {
text 111 divide.c if (*text == ESC)
text 113 divide.c else if (*text >= ' ' && *text < (unsigned char) '\xA0') {
text 115 divide.c if (mlsepcheck(&text, JIS) != SEP) {
text 121 divide.c *wordp++ = *text++; *wordp++ = *text++; wc += 2;
text 125 divide.c switch (type = *text) {
text 129 divide.c if (*(text-1) == ' ' || *(text-1) == '\t') {
text 130 divide.c text++;
text 131 divide.c if ((*text == ' ') || (*text == '\t') || (*text == '(')) {
text 133 divide.c *string = text;
text 136 divide.c text--;
text 141 divide.c *string = ++text;
text 146 divide.c *string = ++text;
text 152 divide.c *wordp++ = *text++; wc++;
text 157 divide.c while (*text == '*' || *text == '.') {
text 158 divide.c *wordp++ = *text++; wc++;
text 160 divide.c if (*text == ')')
text 162 divide.c if (*text == '\\')
text 165 divide.c if (*text < (unsigned char) '\xA0')
text 166 divide.c if (mlsepcheck(&text, ASCII) != SEP) {
text 168 divide.c *wordp++ = *text++; wc ++;
text 179 divide.c if (mlsepcheck(&text, langp) != SEP) {
text 185 divide.c *wordp++ = *text++; wc ++;
text 193 divide.c *wordp++ = *text++; wc++;
text 206 divide.c *string = text;
text 19 lang.c unsigned char *escp = text;
text 21 lang.c if ((strncmp(text, ESCASCII, 3)) == 0) {
text 22 lang.c if (*(text+3) == '\n') {
text 23 lang.c text += 4;
text 27 lang.c text += 3;
text 32 lang.c } else if ((strncmp(text, ESCASCII ESC88591 "\n", 7)) == 0) {
text 33 lang.c text += 7;
text 35 lang.c } else if ((strncmp(text, ESC88591, 3)) == 0) {
text 36 lang.c if (*(text+3) == '\n') {
text 37 lang.c text += 4;
text 41 lang.c text += 3;
text 46 lang.c } else if ((strncmp(text, ESC88591 ESCASCII "\n", 7)) == 0) {
text 47 lang.c text += 7;
text 51 lang.c *wordp++ = *text++;
text 52 lang.c if ((c = *wordp++ = *text++) == '\x28') {
text 53 lang.c if ((c = *wordp++ = *text++) == '\x42') {
text 62 lang.c if ((c = *wordp++ = *text++) == '\x28') {
text 63 lang.c *wordp++ = *text++;
text 69 lang.c *wordp++ = *text++;
text 74 lang.c switch (c = *wordp++ = *text++) {
text 84 lang.c *wordp++ = *text++;
text 95 lang.c if (*text < (unsigned char) '\xA0') {
text 16 separate.c sepextend(unsigned char *text)
text 25 separate.c if ((c = *text++) == 'k') { /* Latin */
text 26 separate.c if (*text == 's') {
text 27 separate.c switch (*++text) {
text 33 separate.c fprintf(stderr, "Unknown ks%c\n", *text);
text 36 separate.c } else if (*text == 'c') {
text 37 separate.c switch (*++text) {
text 43 separate.c fprintf(stderr, "Unknown kc%c\n", *text);
text 46 separate.c } else if (*text == 'p') {
text 47 separate.c switch (*++text) {
text 53 separate.c fprintf(stderr, "Unknown kp%c\n", *text);
text 57 separate.c fprintf(stderr, "Unknown command k%c\n", *text);
text 60 separate.c while (*++text)
text 61 separate.c if (*text > c)
text 62 separate.c *k++ = *text;
text 72 separate.c switch (c = *text++) {
text 80 separate.c text++;
text 81 separate.c while (*text != '\0' && *text != '\n') {
text 82 separate.c switch (*text) {
text 84 separate.c if (strncmp(text, ESCKANJI, 3) == 0) {
text 85 separate.c text += 4;
text 87 separate.c } else if (strncmp(text, ESCASCII, 3) == 0) {
text 88 separate.c text += 3;
text 98 separate.c text++;
text 100 separate.c *k++ = *text++; *k++ = *text++;
text 105 separate.c text++;
text 109 separate.c *k++ = *text++; *k++ = *text++;
text 113 separate.c if (isxdigit(r = *text)) {
text 114 separate.c hex[i++] = *text++;
text 119 separate.c if (isxdigit(r = *text)) {
text 120 separate.c hex[i++] = *text++; hex[i] = '\0';
text 38 table.h extern unsigned char *text;