Lines Matching refs:wlen
97 size_t wlen; in cl_term_init() local
103 CHAR2INT(sp, tkp->name, strlen(tkp->name), wp, wlen); in cl_term_init()
104 MEMCPY(name, wp, wlen); in cl_term_init()
105 CHAR2INT(sp, t, strlen(t), wp, wlen); in cl_term_init()
106 MEMCPY(ts, wp, wlen); in cl_term_init()
107 CHAR2INT(sp, tkp->output, strlen(tkp->output), wp, wlen); in cl_term_init()
108 MEMCPY(output, wp, wlen); in cl_term_init()
124 CHAR2INT(sp, tkp->name, strlen(tkp->name), wp, wlen); in cl_term_init()
125 MEMCPY(name, wp, wlen); in cl_term_init()
126 CHAR2INT(sp, t, strlen(t), wp, wlen); in cl_term_init()
127 MEMCPY(ts, wp, wlen); in cl_term_init()
148 CHAR2INT(sp, tkp->name, strlen(tkp->name), wp, wlen); in cl_term_init()
149 MEMCPY(name, wp, wlen); in cl_term_init()
150 CHAR2INT(sp, t, strlen(t), wp, wlen); in cl_term_init()
151 MEMCPY(ts, wp, wlen); in cl_term_init()
157 CHAR2INT(sp, tkp->name, strlen(tkp->name), wp, wlen); in cl_term_init()
158 MEMCPY(name, wp, wlen); in cl_term_init()
159 CHAR2INT(sp, t, strlen(t), wp, wlen); in cl_term_init()
160 MEMCPY(ts, wp, wlen); in cl_term_init()
161 CHAR2INT(sp, tkp->output, strlen(tkp->output), wp, wlen); in cl_term_init()
162 MEMCPY(output, wp, wlen); in cl_term_init()
236 size_t wlen; in cl_pfmap() local
251 CHAR2INT(sp, p, strlen(p), wp, wlen); in cl_pfmap()
252 MEMCPY(ts, wp, wlen); in cl_pfmap()