Home
last modified time | relevance | path

Searched refs:CNTL (Results 1 – 13 of 13) sorted by relevance

/titanic_51/usr/src/ucbcmd/tset/
H A Dtset.c169 * 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 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.c76 #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 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) in sh_parse()
/titanic_51/usr/src/cmd/sgs/rtld/common/
H A Dobject.c332 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 Dremove.c563 (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 Dutil.c1150 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 Danalyze.c130 if (nlmco != CNTL(nlmp)) in analyze_lmc()
510 if ((nlmco == CNTL(nlmp)) && in relocate_lmc()
958 CNTL(lmp)); in update_mode()
H A Ddlfcns.c506 ((CNTL(lmp) != ALIST_OFF_DATA) || in dlclose_core()
H A Delf.c2716 lmc = (Lm_cntl *)alist_item_by_offset(lml->lm_lists, CNTL(clmp));
/titanic_51/usr/src/cmd/sgs/include/
H A Drtld.h981 #define CNTL(X) ((X)->rt_cntl) macro
/titanic_51/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c513 mdb_printf(MSG_ORIG(MSG_FMT_RT), CNTL(lmp), addr, ADDR(lmp), str); in rtmap_format()