Home
last modified time | relevance | path

Searched refs:endloop (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.bin/tr/
H A Dtr.c214 goto endloop; in main()
231 goto endloop; in main()
246 endloop: in main()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-tic54x.texi508 @cindex @code{endloop} directive, TIC54X
511 @itemx .endloop
513 @code{.endloop} marks its termination. @var{count} defaults to 1024,
516 @code{.endloop} directive. The optional @var{condition} will cause the
/dragonfly/contrib/mdocml/
H A Droff.c2347 int endloop, irc, rr; in roff_cond_checkend() local
2351 endloop = tok != ROFF_while ? ROFF_IGN : in roff_cond_checkend()
2354 irc |= endloop; in roff_cond_checkend()
2380 irc |= endloop; in roff_cond_checkend()