Searched refs:CNTL (Results 1 – 13 of 13) sorted by relevance
/titanic_51/usr/src/ucbcmd/tset/ |
H A D | tset.c | 169 * CNTL('U') -- control-U, the default for -k. 277 #undef CNTL 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...] |
/titanic_51/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 353 if( cp[0]==CNTL('k') && cp[1]==CNTL('s') && cp[2]==CNTL('h') && cp[3]==0) in sh_parse()
|
/titanic_51/usr/src/lib/libshell/common/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 | 72 #define CNTL(x) ((x)&037) macro 348 if( cp[0]==CNTL('k') && cp[1]==CNTL('s') && cp[2]==CNTL('h') && cp[3]==0) in sh_parse()
|
/titanic_51/usr/src/cmd/sgs/rtld/common/ |
H A D | object.c | 332 if ((nlmp = elf_new_lmp(lml, CNTL(olmp), &fd, (Addr)hmpp->mr_addr, in elf_obj_fini() 345 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(nlmp)); in elf_obj_fini() 357 if (CNTL(nlmp) == ALIST_OFF_DATA) in elf_obj_fini() 369 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 | 1150 CNTL(lmp) = lmco; in lm_append() 1182 if (CNTL(lmp) == 0) in lm_delete() 1189 if (CNTL(lmp) == ALIST_OFF_DATA) in lm_delete() 1201 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(lmp)); in lm_delete() 1255 CNTL(lmp) = plmco; in lm_move()
|
H A D | analyze.c | 130 if (nlmco != CNTL(nlmp)) in analyze_lmc() 510 if ((nlmco == CNTL(nlmp)) && in relocate_lmc() 958 CNTL(lmp)); in update_mode()
|
H A D | dlfcns.c | 506 ((CNTL(lmp) != ALIST_OFF_DATA) || in dlclose_core()
|
H A D | elf.c | 2716 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(clmp));
|
/titanic_51/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 981 #define CNTL(X) ((X)->rt_cntl) macro
|
/titanic_51/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()
|