Searched refs:CNTL (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/ucbcmd/tset/ |
H A D | tset.c | 278 #undef CNTL 279 #define CNTL(c) ((c)&037) macro 280 #define BACKSPACE (CNTL('H')) 290 #define CKILL CNTL('U') 293 #define CINTR CNTL('C') 297 #define CSTART CNTL('Q') 298 #define CSTOP CNTL('S') 299 #define CEOF CNTL('D') 302 #define CSUSP CNTL('Z') 303 #define CDSUSP CNTL('Y') [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | shcomp.c | 66 #define CNTL(x) ((x)&037) macro 68 static const char header[6] = { CNTL('k'),CNTL('s'),CNTL('h'),0,VERSION,0 };
|
H A D | parse.c | 76 #define CNTL(x) ((x)&037) macro 360 if( cp[0]==CNTL('k') && cp[1]==CNTL('s') && cp[2]==CNTL('h') && cp[3]==0) in sh_parse()
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | object.c | 330 if ((nlmp = elf_new_lmp(lml, CNTL(olmp), &fd, (Addr)hmpp->mr_addr, in elf_obj_fini() 343 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(nlmp)); in elf_obj_fini() 355 if (CNTL(nlmp) == ALIST_OFF_DATA) in elf_obj_fini() 367 if (CNTL(nlmp) == ALIST_OFF_DATA) in elf_obj_fini()
|
H A D | remove.c | 563 (MODE(lmp) & RTLD_NODELETE) && (CNTL(lmp) == ALIST_OFF_DATA)) in is_deletable() 662 (CNTL(lmp) != ALIST_OFF_DATA) || in gdp_collect() 939 if (CNTL(lmp) == lmco) in remove_lmc()
|
H A D | util.c | 1153 CNTL(lmp) = lmco; in lm_append() 1185 if (CNTL(lmp) == 0) in lm_delete() 1192 if (CNTL(lmp) == ALIST_OFF_DATA) in lm_delete() 1204 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(lmp)); in lm_delete() 1258 CNTL(lmp) = plmco; in lm_move()
|
H A D | analyze.c | 129 if (nlmco != CNTL(nlmp)) in analyze_lmc() 509 if ((nlmco == CNTL(nlmp)) && in relocate_lmc() 957 CNTL(lmp)); in update_mode()
|
H A D | dlfcns.c | 507 ((CNTL(lmp) != ALIST_OFF_DATA) || in dlclose_core()
|
H A D | elf.c | 2693 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(clmp));
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 983 #define CNTL(X) ((X)->rt_cntl) macro
|
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 513 mdb_printf(MSG_ORIG(MSG_FMT_RT), CNTL(lmp), addr, ADDR(lmp), str); in rtmap_format()
|