Home
last modified time | relevance | path

Searched refs:recur (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-14-stable/contrib/byacc/test/btyacc/
HDerr_syntax20.output3 1 expr : '(' recur ')'
15 expr : '(' . recur ')' (1)
17 recur shift 3
28 expr : '(' recur . ')' (1)
35 expr : '(' recur ')' . (1)
47 2 257 recur
HDerr_syntax20.tab.h4 #define recur 257 macro
HDerr_syntax20.error1 YACC: w - the symbol recur is undefined
HDerr_syntax22.error1 YACC: e - line 17 of "./err_syntax22.y", $2 (recur) is untyped
HDerr_syntax20.tab.c156 #define recur 257 macro
/freebsd-14-stable/contrib/byacc/test/yacc/
HDerr_syntax20.output3 1 expr : '(' recur ')'
15 expr : '(' . recur ')' (1)
17 recur shift 3
28 expr : '(' recur . ')' (1)
35 expr : '(' recur ')' . (1)
HDerr_syntax20.tab.h1 #define recur 257 macro
HDerr_syntax20.error1 YACC: w - the symbol recur is undefined
HDerr_syntax22.error1 YACC: e - line 17 of "./err_syntax22.y", $2 (recur) is untyped
HDerr_syntax20.tab.c136 #define recur 257 macro
/freebsd-14-stable/contrib/byacc/test/
HDerr_syntax23.y11 %type <tag2> recur
17 expr : '(' recur ')'
21 recur : NUMBER
HDerr_syntax20.y7 %type <rechk> recur
11 expr : '(' recur ')'
HDerr_syntax21.y7 %type <rechk> recur
11 expr : '(' recur ')'
HDerr_syntax22.y16 expr : '(' recur ')'
20 recur : NUMBER
HDerr_syntax24.y18 expr : '(' recur ')'
21 recur : NUMBER
HDerr_syntax25.y23 expr : '(' recur ')'
26 recur : NUMBER
/freebsd-14-stable/sys/dev/firewire/
HDfirewire.c1462 fw_explore_csrblock(struct fw_device *fwdev, int offset, int recur) in fw_explore_csrblock() argument
1487 if (recur == 0) in fw_explore_csrblock()
1492 recur = 1; in fw_explore_csrblock()
1494 recur = 0; in fw_explore_csrblock()
1503 err = fw_explore_csrblock(fwdev, off, recur); in fw_explore_csrblock()
/freebsd-14-stable/contrib/dialog/
HDdialog.c658 findOption(const char *name, int pass, bool recur) in findOption() argument
673 if (result == NULL && !recur) { in findOption()
/freebsd-14-stable/contrib/file/magic/Magdir/
HDapple385 # I don't know what these values really mean, but they seem to recur.
/freebsd-14-stable/contrib/bmake/
HDconfigure972 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/freebsd-14-stable/contrib/byacc/
HDconfigure347 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/freebsd-14-stable/contrib/tcpdump/
HDconfigure988 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/freebsd-14-stable/contrib/sqlite3/tea/
HDconfigure1013 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/freebsd-14-stable/contrib/libpcap/
HDconfigure1062 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/freebsd-14-stable/contrib/openbsm/
HDconfigure1025 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)

12