fullrune          805 src/cmd/cc/lex.c 				if(fullrune(cp, c1))
fullrune         1096 src/cmd/cc/lex.c 	if(!fullrune(str, i))
fullrune         1716 src/cmd/gc/lex.c 	if(!fullrune(str, i))
fullrune          160 src/lib9/fmt/dofmt.c 			else if((me - m) >= UTFmax || fullrune(m, (int)(me-m)))
fullrune          179 src/lib9/fmt/dofmt.c 			else if((me - m) >= UTFmax || fullrune(m, (int)(me-m)))
fullrune          155 src/lib9/fmt/fmtquote.c 			else if((me - m) >= UTFmax || fullrune(m, (int)(me-m)))
fullrune           98 src/lib9/utf/utf.h int fullrune(const char* s, int n);
fullrune           34 src/lib9/utf/utfnlen.c 		if(!fullrune(s, (int)(es-s)))
fullrune           50 src/libbio/bgetrune.c 		if(fullrune(str, i)) {