Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/mg/
H A Dcscope.c71 static int do_cscope(int);
84 return (do_cscope(CSSYMBOL)); in cssymbol()
93 return (do_cscope(CSDEFINITION)); in csdefinition()
102 return (do_cscope(CSCALLEDFUNCS)); in csfuncalled()
111 return (do_cscope(CSCALLERFUNCS)); in cscallerfuncs()
120 return (do_cscope(CSTEXT)); in csfindtext()
129 return (do_cscope(CSEGREP)); in csegrep()
138 return (do_cscope(CSFINDFILE)); in csfindfile()
147 return (do_cscope(CSINCLUDES)); in csfindinc()
363 do_cscope(int i) in do_cscope() function