note              819 src/cmd/gc/dcl.c 		f->note = n->val.u.sval;
note              825 src/cmd/gc/dcl.c 		f->note = nil;
note              251 src/cmd/gc/esc.c parsetag(Strlit *note)
note              255 src/cmd/gc/esc.c 	if(note == nil)
note              257 src/cmd/gc/esc.c 	if(strncmp(note->s, "esc:", 4) != 0)
note              259 src/cmd/gc/esc.c 	em = atoi(note->s + 4);
note              851 src/cmd/gc/esc.c escassignfromtag(EscState *e, Strlit *note, NodeList *dsts, Node *src)
note              855 src/cmd/gc/esc.c 	em = parsetag(note);
note              876 src/cmd/gc/esc.c 		fatal("corrupt esc tag %Z or messed up escretval list\n", note);
note              992 src/cmd/gc/esc.c 			escassignfromtag(e, t->note, n->escretval, src);
note             1011 src/cmd/gc/esc.c 			if(escassignfromtag(e, t->note, n->escretval, src) == EscNone && up->op != ODEFER && up->op != OPROC) {
note             1255 src/cmd/gc/esc.c 					t->note = mktag(EscNone);
note             1271 src/cmd/gc/esc.c 				ll->n->paramfld->note = mktag(ll->n->esc);
note              721 src/cmd/gc/fmt.c 		if(!(fp->flags&FmtShort) && t->note)
note              722 src/cmd/gc/fmt.c 			fmtprint(fp, " \"%Z\"", t->note);
note              189 src/cmd/gc/go.h 	Strlit*	note;		// literal string annotation
note             1147 src/cmd/gc/reflect.c 			ot = dgostrlitptr(s, ot, t1->note);
note             1124 src/cmd/gc/subr.c 			if(t1->sym != t2->sym || t1->embedded != t2->embedded || !eqtype1(t1->type, t2->type, &l) || !eqnote(t1->note, t2->note))
note             3653 src/cmd/gc/walk.c 	if(field->note == nil || strstr(field->note->s, "go:\"track\"") == nil)
note             1131 src/pkg/regexp/testdata/testregex.c 		skip = note(level, msg, skip, test);
note             1573 src/pkg/regexp/testdata/testregex.c 							skip = note(level, s, skip, test);
note             1581 src/pkg/regexp/testdata/testregex.c 						skip = note(level, skip, test, "locales not supported");
note              451 src/pkg/runtime/mheap.c forcegchelper(Note *note)
note              454 src/pkg/runtime/mheap.c 	runtime·notewakeup(note);
note              513 src/pkg/runtime/mheap.c 	Note note, *notep;
note              531 src/pkg/runtime/mheap.c 		runtime·noteclear(&note);
note              532 src/pkg/runtime/mheap.c 		runtime·notetsleepg(&note, tick);
note              541 src/pkg/runtime/mheap.c 			runtime·noteclear(&note);
note              542 src/pkg/runtime/mheap.c 			notep = &note;
note              544 src/pkg/runtime/mheap.c 			runtime·notetsleepg(&note, -1);
note               29 src/pkg/runtime/os_plan9_386.c runtime·sighandler(void *v, int8 *note, G *gp)
note               42 src/pkg/runtime/os_plan9_386.c 	if(ureg == nil || note == nil) {
note               43 src/pkg/runtime/os_plan9_386.c 		runtime·printf("sighandler: ureg %p note %p\n", ureg, note);
note               49 src/pkg/runtime/os_plan9_386.c 	len = runtime·findnull((byte*)note);
note               64 src/pkg/runtime/os_plan9_386.c 		if(runtime·strncmp((byte*)note, (byte*)t->name, n) == 0) {
note               71 src/pkg/runtime/os_plan9_386.c 		runtime·exits(note+9); // Strip "go: exit " prefix.
note               76 src/pkg/runtime/os_plan9_386.c 		runtime·memmove(m->notesig, note, len+1);
note              111 src/pkg/runtime/os_plan9_386.c 	runtime·printf("%s\n", note);
note              127 src/pkg/runtime/os_plan9_386.c 	runtime·goexitsall(note);
note              128 src/pkg/runtime/os_plan9_386.c 	runtime·exits(note);
note               37 src/pkg/runtime/os_plan9_amd64.c runtime·sighandler(void *v, int8 *note, G *gp)
note               50 src/pkg/runtime/os_plan9_amd64.c 	if(ureg == nil || note == nil) {
note               51 src/pkg/runtime/os_plan9_amd64.c 		runtime·printf("sighandler: ureg %p note %p\n", ureg, note);
note               57 src/pkg/runtime/os_plan9_amd64.c 	len = runtime·findnull((byte*)note);
note               72 src/pkg/runtime/os_plan9_amd64.c 		if(runtime·strncmp((byte*)note, (byte*)t->name, n) == 0) {
note               79 src/pkg/runtime/os_plan9_amd64.c 		runtime·exits(note+9); // Strip "go: exit " prefix.
note               84 src/pkg/runtime/os_plan9_amd64.c 		runtime·memmove(m->notesig, note, len+1);
note              119 src/pkg/runtime/os_plan9_amd64.c 	runtime·printf("%s\n", note);
note              135 src/pkg/runtime/os_plan9_amd64.c 	runtime·goexitsall(note);
note              136 src/pkg/runtime/os_plan9_amd64.c 	runtime·exits(note);