Symbol: inword
usr.bin/mg/def.h
627
int inword(void);
usr.bin/mg/paragraph.c
160
while (inword() == 0 && forwchar(FFRAND, 1));
usr.bin/mg/word.c
130
while (inword() == FALSE) {
usr.bin/mg/word.c
210
while (inword() == TRUE) {
usr.bin/mg/word.c
251
while (inword() == FALSE) {
usr.bin/mg/word.c
258
while (inword() != FALSE) {
usr.bin/mg/word.c
292
while (inword() == FALSE) {
usr.bin/mg/word.c
299
while (inword() != FALSE) {
usr.bin/mg/word.c
336
while (inword() == FALSE) {
usr.bin/mg/word.c
343
if (inword() != FALSE) {
usr.bin/mg/word.c
35
while (inword() == FALSE) {
usr.bin/mg/word.c
352
while (inword() != FALSE) {
usr.bin/mg/word.c
381
while (inword() != FALSE) {
usr.bin/mg/word.c
39
while (inword() != FALSE) {
usr.bin/mg/word.c
425
while (inword() == FALSE) {
usr.bin/mg/word.c
431
while (inword() != FALSE) {
usr.bin/mg/word.c
481
while (inword() == FALSE) {
usr.bin/mg/word.c
487
while (inword() != FALSE) {
usr.bin/mg/word.c
57
while (inword() == FALSE) {
usr.bin/mg/word.c
61
while (inword() != FALSE) {
usr.bin/vi/ex/ex_abbrev.c
64
if (!inword(cmdp->argv[0]->bp[cmdp->argv[0]->len - 1])) {
usr.bin/vi/ex/ex_abbrev.c
78
if (inword(p[0]) != inword(p[1])) {
usr.bin/vi/vi/v_txt.c
1116
tmp = inword(tp->lb[tp->cno - 1]);
usr.bin/vi/vi/v_txt.c
1118
if (tmp != inword(tp->lb[tp->cno - 1])
usr.bin/vi/vi/v_txt.c
1253
if (!inword(evp->e_c)) {
usr.bin/vi/vi/v_txt.c
1269
abb = inword(evp->e_c) ? AB_INWORD : AB_NOTWORD;
usr.bin/vi/vi/v_txt.c
1479
if (inword(p[-1])) /* Move backward to change. */
usr.bin/vi/vi/v_txt.c
1482
if (off == tp->offset || !inword(p[-1]))
usr.bin/vi/vi/v_txt.c
1489
inword(p[-1]) || isblank(p[-1]))
usr.bin/vi/vi/v_word.c
173
inword(cs.cs_ch) ? INWORD : NOTWORD;
usr.bin/vi/vi/v_word.c
182
if (!inword(cs.cs_ch))
usr.bin/vi/vi/v_word.c
185
if (inword(cs.cs_ch))
usr.bin/vi/vi/v_word.c
323
inword(cs.cs_ch) ? INWORD : NOTWORD;
usr.bin/vi/vi/v_word.c
332
if (!inword(cs.cs_ch))
usr.bin/vi/vi/v_word.c
335
if (inword(cs.cs_ch))
usr.bin/vi/vi/v_word.c
470
inword(cs.cs_ch) ? INWORD : NOTWORD;
usr.bin/vi/vi/v_word.c
479
if (!inword(cs.cs_ch))
usr.bin/vi/vi/v_word.c
482
if (inword(cs.cs_ch))
usr.bin/vi/vi/vi.c
1074
for (state = inword(p[beg]),
usr.bin/vi/vi/vi.c
1075
end = beg; ++end < len && state == inword(p[end]););