Home
last modified time | relevance | path

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

12

/freebsd/contrib/byacc/test/btyacc/
H A Derr_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
H A Derr_syntax20.tab.h4 #define recur 257 macro
H A Derr_syntax20.error1 YACC: w - the symbol recur is undefined
H A Derr_syntax22.error1 YACC: e - line 17 of "./err_syntax22.y", $2 (recur) is untyped
H A Derr_syntax20.tab.c156 #define recur 257 macro
/freebsd/contrib/byacc/test/yacc/
H A Derr_syntax20.output3 1 expr : '(' recur ')'
15 expr : '(' . recur ')' (1)
17 recur shift 3
28 expr : '(' recur . ')' (1)
35 expr : '(' recur ')' . (1)
H A Derr_syntax20.tab.h1 #define recur 257 macro
H A Derr_syntax20.error1 YACC: w - the symbol recur is undefined
H A Derr_syntax22.error1 YACC: e - line 17 of "./err_syntax22.y", $2 (recur) is untyped
H A Derr_syntax20.tab.c136 #define recur 257 macro
/freebsd/contrib/byacc/test/
H A Derr_syntax23.y11 %type <tag2> recur
17 expr : '(' recur ')'
21 recur : NUMBER
H A Derr_syntax20.y7 %type <rechk> recur
11 expr : '(' recur ')'
H A Derr_syntax21.y7 %type <rechk> recur
11 expr : '(' recur ')'
H A Derr_syntax22.y16 expr : '(' recur ')'
20 recur : NUMBER
H A Derr_syntax24.y18 expr : '(' recur ')'
21 recur : NUMBER
H A Derr_syntax25.y23 expr : '(' recur ')'
26 recur : NUMBER
/freebsd/cddl/usr.sbin/dtrace/tests/common/inline/
H A DMakefile10 err.D_IDENT_UNDEF.recur.d \
/freebsd/sys/dev/firewire/
H A Dfirewire.c1461 fw_explore_csrblock(struct fw_device *fwdev, int offset, int recur) in fw_explore_csrblock() argument
1486 if (recur == 0) in fw_explore_csrblock()
1491 recur = 1; in fw_explore_csrblock()
1493 recur = 0; in fw_explore_csrblock()
1502 err = fw_explore_csrblock(fwdev, off, recur); in fw_explore_csrblock()
/freebsd/contrib/dialog/
H A Ddialog.c658 findOption(const char *name, int pass, bool recur) in findOption() argument
673 if (result == NULL && !recur) { in findOption()
/freebsd/contrib/file/magic/Magdir/
H A Dapple378 # I don't know what these values really mean, but they seem to recur.
/freebsd/contrib/byacc/
H A Dconfigure347 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/freebsd/contrib/bmake/
H A Dconfigure975 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/freebsd/contrib/tcpdump/
H A Dconfigure949 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/freebsd/contrib/sqlite3/tea/
H A Dconfigure1013 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
/freebsd/contrib/ncurses/
H A Dconfigure347 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
996 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;

12