Lines Matching refs:wlen
94 size_t wlen; in cl_term_init() local
100 CHAR2INT(sp, tkp->name, strlen(tkp->name), wp, wlen); in cl_term_init()
101 MEMCPY(name, wp, wlen); in cl_term_init()
102 CHAR2INT(sp, t, strlen(t), wp, wlen); in cl_term_init()
103 MEMCPY(ts, wp, wlen); in cl_term_init()
104 CHAR2INT(sp, tkp->output, strlen(tkp->output), wp, wlen); in cl_term_init()
105 MEMCPY(output, wp, wlen); in cl_term_init()
121 CHAR2INT(sp, tkp->name, strlen(tkp->name), wp, wlen); in cl_term_init()
122 MEMCPY(name, wp, wlen); in cl_term_init()
123 CHAR2INT(sp, t, strlen(t), wp, wlen); in cl_term_init()
124 MEMCPY(ts, wp, wlen); in cl_term_init()
145 CHAR2INT(sp, tkp->name, strlen(tkp->name), wp, wlen); in cl_term_init()
146 MEMCPY(name, wp, wlen); in cl_term_init()
147 CHAR2INT(sp, t, strlen(t), wp, wlen); in cl_term_init()
148 MEMCPY(ts, wp, wlen); in cl_term_init()
154 CHAR2INT(sp, tkp->name, strlen(tkp->name), wp, wlen); in cl_term_init()
155 MEMCPY(name, wp, wlen); in cl_term_init()
156 CHAR2INT(sp, t, strlen(t), wp, wlen); in cl_term_init()
157 MEMCPY(ts, wp, wlen); in cl_term_init()
158 CHAR2INT(sp, tkp->output, strlen(tkp->output), wp, wlen); in cl_term_init()
159 MEMCPY(output, wp, wlen); in cl_term_init()
233 size_t wlen; in cl_pfmap() local
248 CHAR2INT(sp, p, strlen(p), wp, wlen); in cl_pfmap()
249 MEMCPY(ts, wp, wlen); in cl_pfmap()