HomeSort by: relevance | last modified time | path
    Searched refs:tcx (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libintl/
plural_parser.c 108 init_tokenizer_context(struct tokenizer_context *tcx)
110 tcx->token0.token = T_NONE;
115 tokenize_atom(struct tokenizer_context *tcx, union token_data *token_data)
122 ch = _memstream_getc(&tcx->memstream);
124 _memstream_ungetc(&tcx->memstream, ch);
157 tokenize(struct tokenizer_context *tcx, union token_data *token_data)
162 ch = _memstream_getc(&tcx->memstream);
180 ch = _memstream_getc(&tcx->memstream);
182 _memstream_ungetc(&tcx->memstream, ch);
196 ch = _memstream_getc(&tcx->memstream)
254 struct tokenizer_context tcx; local in function:main
758 struct tokenizer_context tcx; local in function:main
854 struct tokenizer_context tcx; local in function:main
1004 struct tokenizer_context tcx; local in function:parse_plural_body
    [all...]
  /src/share/man/man4/man4.sparc/
Makefile 7 magma.4 mem.4 ms.4 nell.4 openprom.4 pnozz.4 tctrl.4 tcx.4 timer.4 \
  /src/etc/
MAKEDEV.tmpl 201 # tcx* accelerated 8/24-bit color frame buffer
2077 tcx[0-9]*)
2078 unit=${i#tcx}
2079 mkdev tcx$unit c %tcx_chr% $unit 666
  /src/sys/dev/sbus/
tcx.c 1 /* $NetBSD: tcx.c,v 1.62 2025/06/02 14:27:09 jdc Exp $ */
33 * color display (TCX) driver.
41 __KERNEL_RCSID(0, "$NetBSD: tcx.c,v 1.62 2025/06/02 14:27:09 jdc Exp $");
131 CFATTACH_DECL_NEW(tcx, sizeof(struct tcx_softc),
187 #define OBPNAME "SUNW,tcx"
190 * Match a tcx.
235 * presence of the "tcx-8-bit" attribute on the SS4 version.
237 sc->sc_8bit = node_has_property(node, "tcx-8-bit");
246 aprint_normal(" (8-bit only TCX)\n");
312 * 8bit tcx has the RSTIP and RBLIT ranges set to size 0
    [all...]

Completed in 37 milliseconds