| /src/external/bsd/nvi/dist/ex/ |
| ex_abbrev.c | 72 if (!inword(cmdp->argv[0]->bp[cmdp->argv[0]->len - 1])) { 86 if (inword(p[0]) != inword(p[1])) {
|
| /src/external/bsd/nvi/dist/vi/ |
| v_word.c | 113 enum { INWORD, NOTWORD } state; 188 inword(cs.cs_ch) ? INWORD : NOTWORD; 199 if (state == INWORD) { 200 if (!inword(cs.cs_ch)) 203 if (inword(cs.cs_ch)) 280 enum { INWORD, NOTWORD } state; 345 inword(cs.cs_ch) ? INWORD : NOTWORD; 356 if (state == INWORD) { [all...] |
| v_search.c | 367 if (inword(VIP(sp)->keyw[0])) 374 if (inword(p[-1]))
|
| vi.h | 14 #define inword(ch) ((ch) == '_' || (ISGRAPH((UCHAR_T)ch) && !ISPUNCT((UCHAR_T)ch))) macro
|
| v_txt.c | 1136 tmp = inword((UCHAR_T)tp->lb[tp->cno - 1]); 1138 if (tmp != inword((UCHAR_T)tp->lb[tp->cno - 1]) 1290 if (!inword((UCHAR_T)evp->e_c)) { 1306 abb = inword((UCHAR_T)evp->e_c) ? AB_INWORD : AB_NOTWORD; 1517 if (inword((UCHAR_T)p[-1])) /* Move backward to change. */ 1520 if (off == tp->offset || !inword((UCHAR_T)p[-1])) 1527 inword((UCHAR_T)p[-1]) || ISBLANK((UCHAR_T)p[-1]))
|
| vi.c | 1144 for (end = beg; ++end < len && inword(p[end]););
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| text.c | 1450 int inword, nc, nop; local 1480 inword = 0; 1489 inword = 0; 1496 nop = inword ? DownCase : UpCase; 1497 inword = 1;
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| text.c | 1450 int inword, nc, nop; local 1480 inword = 0; 1489 inword = 0; 1496 nop = inword ? DownCase : UpCase; 1497 inword = 1;
|
| /src/external/gpl3/gcc/dist/libdecnumber/ |
| decBasic.c | 87 uInt inword, uoff, canon; /* .. */ local 127 inword=DECWORDS-1; /* current input word */ 129 encode=DFWORD(result, inword); 134 inword--; 135 encode=DFWORD(result, inword); 147 DFWORD(result, inword)=encode; /* .. and save */ 151 precode=DFWORD(result, inword+1); /* get previous */ 153 DFWORD(result, inword+1)=precode|(canon<<(32-(10-uoff))); 156 DFWORD(result, inword)=encode; /* .. and save */
|
| /src/external/gpl3/gcc.old/dist/libdecnumber/ |
| decBasic.c | 87 uInt inword, uoff, canon; /* .. */ local 127 inword=DECWORDS-1; /* current input word */ 129 encode=DFWORD(result, inword); 134 inword--; 135 encode=DFWORD(result, inword); 147 DFWORD(result, inword)=encode; /* .. and save */ 151 precode=DFWORD(result, inword+1); /* get previous */ 153 DFWORD(result, inword+1)=precode|(canon<<(32-(10-uoff))); 156 DFWORD(result, inword)=encode; /* .. and save */
|
| /src/external/gpl3/gdb/dist/libdecnumber/ |
| decBasic.c | 87 uInt inword, uoff, canon; /* .. */ local 127 inword=DECWORDS-1; /* current input word */ 129 encode=DFWORD(result, inword); 134 inword--; 135 encode=DFWORD(result, inword); 147 DFWORD(result, inword)=encode; /* .. and save */ 151 precode=DFWORD(result, inword+1); /* get previous */ 153 DFWORD(result, inword+1)=precode|(canon<<(32-(10-uoff))); 156 DFWORD(result, inword)=encode; /* .. and save */
|
| /src/external/gpl3/gdb.old/dist/libdecnumber/ |
| decBasic.c | 87 uInt inword, uoff, canon; /* .. */ local 127 inword=DECWORDS-1; /* current input word */ 129 encode=DFWORD(result, inword); 134 inword--; 135 encode=DFWORD(result, inword); 147 DFWORD(result, inword)=encode; /* .. and save */ 151 precode=DFWORD(result, inword+1); /* get previous */ 153 DFWORD(result, inword+1)=precode|(canon<<(32-(10-uoff))); 156 DFWORD(result, inword)=encode; /* .. and save */
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| array.d | 1928 bool inword = false; 1936 if (inword) 1939 inword = false; 1944 if (!inword) 1947 inword = true; 1951 if (inword)
|
| string.d | 6839 bool inword; 6853 if (inword) 6871 inword = false; 6877 if (!inword) 6880 inword = true; 6885 if (inword)
|