Searched refs:codep (Results 1 – 3 of 3) sorted by relevance
379 char *codep; in ptout1() local516 codep = t.codetab[k-_SPECCHAR_ST]; in ptout1()517 while (*codep != 0) { in ptout1()518 if (*codep & 0200) { in ptout1()519 codep = plot(codep); in ptout1()522 if (*codep == '%') /* escape */ in ptout1()523 codep++; in ptout1()524 oput(*codep); in ptout1()525 if (*codep == '\033') in ptout1()526 oput(*++codep); in ptout1()[all …]
177 bit_strip(uint16_t *codep, uint16_t mask, uint16_t shift) in bit_strip() argument179 uint8_t val = (*codep & mask) >> shift; in bit_strip()180 *codep &= ~mask; in bit_strip()184 #define BIT_STRIP(codep, name) \ argument185 bit_strip(codep, MCAX86_ERRCODE_##name##_MASK, \
213 uint64_t *codep, uint64_t *next_codep, void **fdep) in get_table_ent_val() argument289 *codep = code; in get_table_ent_val()