Searched refs:CNTL (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dshcomp.c66 #define CNTL(x) ((x)&037) macro
68 static const char header[6] = { CNTL('k'),CNTL('s'),CNTL('h'),0,VERSION,0 };
H A Dparse.c72 #define CNTL(x) ((x)&037) macro
348 if( cp[0]==CNTL('k') && cp[1]==CNTL('s') && cp[2]==CNTL('h') && cp[3]==0)
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c169 * CNTL('U') -- control-U, the default for -k.
277 #undef CNTL macro
278 #define CNTL(c) ((c)&037) macro
279 #define BACKSPACE (CNTL('H'))
289 #define CKILL CNTL('U')
292 #define CINTR CNTL('C')
296 #define CSTART CNTL('Q')
297 #define CSTOP CNTL('S')
298 #define CEOF CNTL('D')
301 #define CSUSP CNTL('
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dobject.c332 if ((nlmp = elf_new_lmp(lml, CNTL(olmp), &fd, (Addr)hmpp->mr_addr,
345 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(nlmp));
357 if (CNTL(nlmp) == ALIST_OFF_DATA)
369 if (CNTL(nlmp) == ALIST_OFF_DATA)
H A Dremove.c563 (MODE(lmp) & RTLD_NODELETE) && (CNTL(lmp) == ALIST_OFF_DATA))
662 (CNTL(lmp) != ALIST_OFF_DATA) ||
939 if (CNTL(lmp) == lmco)
H A Dutil.c1150 CNTL(lmp) = lmco;
1182 if (CNTL(lmp) == 0)
1189 if (CNTL(lmp) == ALIST_OFF_DATA)
1201 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(lmp));
1255 CNTL(lmp) = plmco;
H A Danalyze.c130 if (nlmco != CNTL(nlmp))
510 if ((nlmco == CNTL(nlmp)) &&
958 CNTL(lmp));
H A Ddlfcns.c506 ((CNTL(lmp) != ALIST_OFF_DATA) ||
H A Delf.c2716 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(clmp));
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h981 #define CNTL(X) ((X)->rt_cntl) macro
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c513 mdb_printf(MSG_ORIG(MSG_FMT_RT), CNTL(lmp), addr, ADDR(lmp), str);

Completed in 786 milliseconds