Searched refs:inword (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/bsd/nvi/dist/vi/ |
| 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()
|
| D | v_search.c | 367 if (inword(VIP(sp)->keyw[0])) in v_searchw() 374 if (inword(p[-1])) in v_searchw()
|
| 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()
|
| D | vi.h | 14 #define inword(ch) ((ch) == '_' || (ISGRAPH((UCHAR_T)ch) && !ISPUNCT((UCHAR_T)ch))) macro
|
| D | vi.c | 1144 for (end = beg; ++end < len && inword(p[end]);); in v_curword()
|
| /netbsd/src/external/bsd/nvi/dist/ex/ |
| 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/gpl3/gdb/dist/libdecnumber/ |
| 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/dist/libdecnumber/ |
| 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()
|