Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/text/
H A Dtemplates.cpp265 std::stack< bool > _skip; member in __anon5ef3b49e0111::templates_parser
334 _skip.top() = !_skip.top(); in handle_normal()
364 _skip.push(true); in handle_normal()
366 _skip.push(false); in handle_normal()
377 _skip.push(true); in handle_normal()
381 _skip.push(false); in handle_normal()
395 PRE(_skip.top()); in handle_skip()
404 _skip.top() = !_skip.top(); in handle_skip()
410 _skip.top() = false; in handle_skip()
412 _skip.pop(); in handle_skip()
[all …]
/freebsd/libexec/rc/rc.d/
H A Drouting142 local _action _if _skip _fibmod _fibs
183 _skip=0
187 *) _skip=1 ;;
190 if [ $_skip = 0 ]; then
204 local _action _if _skip fibmod _fibs
260 _skip=0
264 *) _skip=1 ;;
267 if [ $_skip = 0 ]; then
/freebsd/contrib/ntp/libntp/
H A Ddecodenetnum.c60 _skip( in _skip() function
106 port = _num_or_dflt(_skip(_chop(endp), ':'), in decodenetnum()
/freebsd/sys/netpfil/pf/
H A Dpf_table.c433 goto _skip; in pfr_set_addrs()
445 goto _skip; in pfr_set_addrs()
460 _skip: in pfr_set_addrs()
1212 goto _skip; in pfr_add_tables()
1218 goto _skip; in pfr_add_tables()
1225 goto _skip; in pfr_add_tables()
1230 goto _skip; in pfr_add_tables()
1242 goto _skip; in pfr_add_tables()
1248 _skip: in pfr_add_tables()
1282 goto _skip; in pfr_del_tables()
[all …]
/freebsd/
H A DMakefile562 universe: universe_${toolchain}_skip .PHONY
563 universe_epilogue: universe_${toolchain}_skip .PHONY
564 universe_${toolchain}_skip: universe_prologue .PHONY
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp777 SKIP_SCAN(unsigned _skip = 0, unsigned _scan = 0) in SKIP_SCAN() argument
778 : skip(_skip), scan(_scan) {} in SKIP_SCAN()