teken.h (547e74a8be76e2d9fcaa1c4c9b31225044f70963) | teken.h (3eb27bf0a7b229d523bcc059b90784cfd7b908db) |
---|---|
1/*- 2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD 3 * 4 * Copyright (c) 2008-2009 Ed Schouten <ed@FreeBSD.org> 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 143 unchanged lines hidden (view full) --- 152 /* For DECOM. */ 153 teken_span_t t_originreg; 154 155#define T_NUMCOL 160 156 unsigned int t_tabstops[T_NUMCOL / (sizeof(unsigned int) * 8)]; 157 158 unsigned int t_utf8_left; 159 teken_char_t t_utf8_partial; | 1/*- 2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD 3 * 4 * Copyright (c) 2008-2009 Ed Schouten <ed@FreeBSD.org> 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 143 unchanged lines hidden (view full) --- 152 /* For DECOM. */ 153 teken_span_t t_originreg; 154 155#define T_NUMCOL 160 156 unsigned int t_tabstops[T_NUMCOL / (sizeof(unsigned int) * 8)]; 157 158 unsigned int t_utf8_left; 159 teken_char_t t_utf8_partial; |
160 teken_char_t t_last; |
|
160 161 unsigned int t_curscs; 162 teken_scs_t *t_saved_curscs; 163 teken_scs_t *t_scs[2]; 164}; 165 166/* Initialize teken structure. */ 167void teken_init(teken_t *, const teken_funcs_t *, void *); --- 52 unchanged lines hidden --- | 161 162 unsigned int t_curscs; 163 teken_scs_t *t_saved_curscs; 164 teken_scs_t *t_scs[2]; 165}; 166 167/* Initialize teken structure. */ 168void teken_init(teken_t *, const teken_funcs_t *, void *); --- 52 unchanged lines hidden --- |