Searched refs:codep (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c381 char *codep; local
518 codep = t.codetab[k-_SPECCHAR_ST];
519 while (*codep != 0) {
520 if (*codep & 0200) {
521 codep = plot(codep);
524 if (*codep == '%') /* escape */
525 codep++;
526 oput(*codep);
527 if (*codep
[all...]
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca.c175 bit_strip(uint16_t *codep, uint16_t mask, uint16_t shift) argument
177 uint8_t val = (*codep & mask) >> shift;
178 *codep &= ~mask;
182 #define BIT_STRIP(codep, name) \
183 bit_strip(codep, MCAX86_ERRCODE_##name##_MASK, \
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Deh_frame.c215 uint64_t *codep, uint64_t *next_codep, void **fdep)
291 *codep = code;
213 get_table_ent_val(unsigned char *data, unsigned char *data_end, int enc, ptrdiff_t reloc, uintptr_t base, uint64_t *codep, uint64_t *next_codep, void **fdep) argument
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c137 static long detzcode P((const char * codep));
184 detzcode(codep)
185 const char * const codep;
192 result = (result << 8) | (codep[i] & 0xff);

Completed in 65 milliseconds