Home
last modified time | relevance | path

Searched refs:rdelim (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c96 static int rdelim = NOCHAR; variable
193 while ((c = getc(infile)) != rdelim) { in skeqn()
691 rdelim = NOCHAR; in eqn()
694 rdelim = c2; in eqn()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c2568 char rdelim = ">>)]"[encoding]; in print_event() local
2595 mdb_printf("%c%2d %c", ldelim, vid, rdelim); in print_event()
2597 mdb_printf("%c%3d%c", ldelim, vid, rdelim); in print_event()