Home
last modified time | relevance | path

Searched refs:go_to_tag (Results 1 – 1 of 1) sorted by relevance

/minix/external/bsd/nvi/dist/motif_l/
H A Dm_tags.c92 static void go_to_tag(Widget w);
97 { "Go To Tag", True, go_to_tag },
281 static void go_to_tag( Widget w ) in go_to_tag() function
283 static void go_to_tag( w ) in go_to_tag()
386 XtAddCallback( db_list, XmNdefaultActionCallback, go_to_tag, 0 );
422 XtAddCallback( db_text, XmNactivateCallback, go_to_tag, 0 );