Home
last modified time | relevance | path

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

/dports/lang/python311/Python-3.11.0a3/Tools/peg_generator/pegen/
H A Dgrammar_visualizer.py31 def print_nodes_recursively(self, node: Rule, prefix: str = "", istail: bool = True) -> str:
36 line = prefix + ("└──" if istail else "├──") + value + "\n"
37 sufix = " " if istail else "│ "
/dports/lang/python39/Python-3.9.9/Tools/peg_generator/pegen/
H A Dgrammar_visualizer.py32 def print_nodes_recursively(self, node: Rule, prefix: str = "", istail: bool = True) -> str:
37 line = prefix + ("└──" if istail else "├──") + value + "\n"
38 sufix = " " if istail else "│ "
/dports/lang/python310/Python-3.10.1/Tools/peg_generator/pegen/
H A Dgrammar_visualizer.py32 def print_nodes_recursively(self, node: Rule, prefix: str = "", istail: bool = True) -> str:
37 line = prefix + ("└──" if istail else "├──") + value + "\n"
38 sufix = " " if istail else "│ "
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs.h561 int istail : 1; member
H A Dlibzfs_sendrecv.c2201 (flags.istail ? "-e" : "-d")); in zfs_receive_one()
2204 cp = (flags.istail ? strrchr(chopprefix, '/') : in zfs_receive_one()
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/
H A Dn1.c1052 tailflg = istail(i); in getch()
1071 tailflg = istail(i); in getch()
1150 tailflg = istail(i); in getch()
H A Dtdef.h273 #define istail(n) (((n) & (TAILBIT|MOT|'\n')) == (TAILBIT|'\n')) macro
H A Dn5.c1860 tailflg = istail(ii); in eatblk()
H A Dn3.c631 if (!diflg && istail(i)) in finds()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_main.c2711 flags.istail = B_TRUE; in zfs_do_receive()