OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:func_def
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/usr.bin/xlint/lint1/
msg_351.c
26
/* expect+3: warning: missing header declaration for '
func_def
' [351] */
28
func_def
(void)
function
57
void
func_def
(void);
/src/external/bsd/byacc/dist/test/yacc/
grammar.tab.c
203
FuncDefStyle
func_def
; /* style of function definition */
member in struct:_Declarator
383
if (p->declarator->
func_def
== FUNC_ANSI) {
1430
if (yystack.l_mark[0].declarator->
func_def
== FUNC_NONE) {
1446
* '
func_def
' so that the parameter will be converted.
1450
&& yystack.l_mark[-3].declarator->head->
func_def
== func_style) {
1451
yystack.l_mark[-3].declarator->head->
func_def
= FUNC_BOTH;
1470
if (yystack.l_mark[0].declarator->
func_def
== FUNC_NONE) {
1723
if (yystack.l_mark[0].declarator->
func_def
!= FUNC_NONE && func_params == NULL &&
1735
if (yystack.l_mark[-1].declarator->
func_def
!= FUNC_NONE && func_params == NULL &&
1826
yyval.declarator->
func_def
= FUNC_ANSI
[
all
...]
/src/external/bsd/byacc/dist/test/btyacc/
grammar.tab.c
223
FuncDefStyle
func_def
; /* style of function definition */
member in struct:_Declarator
403
if (p->declarator->
func_def
== FUNC_ANSI) {
2156
if (yystack.l_mark[0].declarator->
func_def
== FUNC_NONE) {
2172
* '
func_def
' so that the parameter will be converted.
2176
&& yystack.l_mark[-3].declarator->head->
func_def
== func_style) {
2177
yystack.l_mark[-3].declarator->head->
func_def
= FUNC_BOTH;
2196
if (yystack.l_mark[0].declarator->
func_def
== FUNC_NONE) {
2449
if (yystack.l_mark[0].declarator->
func_def
!= FUNC_NONE && func_params == NULL &&
2461
if (yystack.l_mark[-1].declarator->
func_def
!= FUNC_NONE && func_params == NULL &&
2552
yyval.declarator->
func_def
= FUNC_ANSI
[
all
...]
Completed in 32 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026