/netbsd-src/external/bsd/nvi/dist/vi/ |
H A D | v_word.c | 188 inword(cs.cs_ch) ? INWORD : NOTWORD; in fword() 200 if (!inword(cs.cs_ch)) in fword() 203 if (inword(cs.cs_ch)) in fword() 345 inword(cs.cs_ch) ? INWORD : NOTWORD; in eword() 357 if (!inword(cs.cs_ch)) in eword() 360 if (inword(cs.cs_ch)) in eword() 499 inword(cs.cs_ch) ? INWORD : NOTWORD; in bword() 511 if (!inword(cs.cs_ch)) in bword() 514 if (inword(cs.cs_ch)) in bword()
|
H A D | v_search.c | 367 if (inword(VIP(sp)->keyw[0])) in v_searchw() 374 if (inword(p[-1])) in v_searchw()
|
H A D | v_txt.c | 1136 tmp = inword((UCHAR_T)tp->lb[tp->cno - 1]); in v_txt() 1138 if (tmp != inword((UCHAR_T)tp->lb[tp->cno - 1]) in v_txt() 1290 if (!inword((UCHAR_T)evp->e_c)) { in v_txt() 1306 abb = inword((UCHAR_T)evp->e_c) ? AB_INWORD : AB_NOTWORD; in v_txt() 1517 if (inword((UCHAR_T)p[-1])) /* Move backward to change. */ in txt_abbrev() 1520 if (off == tp->offset || !inword((UCHAR_T)p[-1])) in txt_abbrev() 1527 inword((UCHAR_T)p[-1]) || ISBLANK((UCHAR_T)p[-1])) in txt_abbrev()
|
H A D | vi.h | 14 #define inword(ch) ((ch) == '_' || (ISGRAPH((UCHAR_T)ch) && !ISPUNCT((UCHAR_T)ch))) macro
|
H A D | vi.c | 1144 for (end = beg; ++end < len && inword(p[end]);); in v_curword()
|
/netbsd-src/external/bsd/nvi/dist/ex/ |
H A D | ex_abbrev.c | 72 if (!inword(cmdp->argv[0]->bp[cmdp->argv[0]->len - 1])) { in ex_abbr() 86 if (inword(p[0]) != inword(p[1])) { in ex_abbr()
|
/netbsd-src/external/gpl2/groff/dist/contrib/mom/examples/ |
H A D | elvis_syntax | 8 inword _.' 9 color inword normal
|
H A D | elvis_syntax.new | 23 inword _.' 24 color inword normal
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
H A D | text.c | 1403 int inword, nc, nop; in rl_change_case() local 1433 inword = 0; in rl_change_case() 1442 inword = 0; in rl_change_case() 1449 nop = inword ? DownCase : UpCase; in rl_change_case() 1450 inword = 1; in rl_change_case()
|
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/ |
H A D | decBasic.c | 87 uInt inword, uoff, canon; /* .. */ in decCanonical() local 127 inword=DECWORDS-1; /* current input word */ in decCanonical() 129 encode=DFWORD(result, inword); in decCanonical() 134 inword--; in decCanonical() 135 encode=DFWORD(result, inword); in decCanonical() 147 DFWORD(result, inword)=encode; /* .. and save */ in decCanonical() 151 precode=DFWORD(result, inword+1); /* get previous */ in decCanonical() 153 DFWORD(result, inword+1)=precode|(canon<<(32-(10-uoff))); in decCanonical() 156 DFWORD(result, inword)=encode; /* .. and save */ in decCanonical()
|
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/ |
H A D | decBasic.c | 87 uInt inword, uoff, canon; /* .. */ in decCanonical() local 127 inword=DECWORDS-1; /* current input word */ in decCanonical() 129 encode=DFWORD(result, inword); in decCanonical() 134 inword--; in decCanonical() 135 encode=DFWORD(result, inword); in decCanonical() 147 DFWORD(result, inword)=encode; /* .. and save */ in decCanonical() 151 precode=DFWORD(result, inword+1); /* get previous */ in decCanonical() 153 DFWORD(result, inword+1)=precode|(canon<<(32-(10-uoff))); in decCanonical() 156 DFWORD(result, inword)=encode; /* .. and save */ in decCanonical()
|
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/ |
H A D | decBasic.c | 87 uInt inword, uoff, canon; /* .. */ in decCanonical() local 127 inword=DECWORDS-1; /* current input word */ in decCanonical() 129 encode=DFWORD(result, inword); in decCanonical() 134 inword--; in decCanonical() 135 encode=DFWORD(result, inword); in decCanonical() 147 DFWORD(result, inword)=encode; /* .. and save */ in decCanonical() 151 precode=DFWORD(result, inword+1); /* get previous */ in decCanonical() 153 DFWORD(result, inword+1)=precode|(canon<<(32-(10-uoff))); in decCanonical() 156 DFWORD(result, inword)=encode; /* .. and save */ in decCanonical()
|
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/ |
H A D | decBasic.c | 87 uInt inword, uoff, canon; /* .. */ in decCanonical() local 127 inword=DECWORDS-1; /* current input word */ in decCanonical() 129 encode=DFWORD(result, inword); in decCanonical() 134 inword--; in decCanonical() 135 encode=DFWORD(result, inword); in decCanonical() 147 DFWORD(result, inword)=encode; /* .. and save */ in decCanonical() 151 precode=DFWORD(result, inword+1); /* get previous */ in decCanonical() 153 DFWORD(result, inword+1)=precode|(canon<<(32-(10-uoff))); in decCanonical() 156 DFWORD(result, inword)=encode; /* .. and save */ in decCanonical()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | array.d | 1421 bool inword = false; variable 1429 if (inword) 1432 inword = false; 1437 if (!inword) 1440 inword = true; 1444 if (inword)
|
H A D | string.d | 6494 bool inword; 6508 if (inword) 6526 inword = false; 6532 if (!inword) 6535 inword = true; 6540 if (inword)
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | array.d | 1928 bool inword = false; variable 1936 if (inword) 1939 inword = false; 1944 if (!inword) 1947 inword = true; 1951 if (inword)
|
H A D | string.d | 6839 bool inword; 6853 if (inword) 6871 inword = false; 6877 if (!inword) 6880 inword = true; 6885 if (inword)
|