Home
last modified time | relevance | path

Searched refs:codep (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c379 char *codep; in ptout1() local
516 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 …]
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca.c177 bit_strip(uint16_t *codep, uint16_t mask, uint16_t shift) in bit_strip() argument
179 uint8_t val = (*codep & mask) >> shift; in bit_strip()
180 *codep &= ~mask; in bit_strip()
184 #define BIT_STRIP(codep, name) \ argument
185 bit_strip(codep, MCAX86_ERRCODE_##name##_MASK, \
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Deh_frame.c213 uint64_t *codep, uint64_t *next_codep, void **fdep) in get_table_ent_val() argument
289 *codep = code; in get_table_ent_val()