Searched refs:xc (Results 1 - 11 of 11) sorted by relevance
/ast/src/cmd/ksh93/tests/ |
H A D | sigchld.sh | 121 $SHELL -xc $'
|
H A D | bracket.sh | 242 $SHELL -xc '[[ abc =~ \babc\b ]]' 2> /dev/null || err_exit '[[ abc =~ \babc\b ]] fails'
|
H A D | basic.sh | 513 $SHELL -xc '$(LD_LIBRARY_PATH=$LD_LIBRARY_PATH exec $SHELL -c :)' > /dev/null 2>&1 || err_exit "ksh -xc '(name=value exec ksh)' fails with err=$?"
|
H A D | options.sh | 501 [[ $($SHELL 2> /dev/null -xc $'set --showme\nprint 1\n; print 2') == 1 ]] || err_exit 'showme option with xtrace not working correctly'
|
/ast/src/lib/libast/include/ |
H A D | proc.h | 68 #define PROC_fd_ctty 0xc
|
/ast/src/lib/libcmd/ |
H A D | wclib.c | 418 if(skip==2 && (cp[-1]&0xc)==0 && (state=(cp[-1]&0x3)))
|
/ast/src/cmd/std/ |
H A D | banner.c | 176 0x60, 0x92, 0xc, 0, 0, 0, 0, 0,
|
/ast/src/cmd/re/ |
H A D | sed1.c | 76 #define xc Tc macro 670 pc,qc,rc,sc,tc,xx,xx,wc,xc,yc,xx,Lc,xx,Rc,xx,xx /* p-y{} */
|
/ast/src/cmd/tests/sfio/ |
H A D | tprintf.c | 409 sfsprintf(buf1,sizeof(buf1),"%0#4x",0xc);
|
/ast/src/lib/libast/regex/ |
H A D | regcomp.c | 1430 Cchr_t* xc; local 1635 xc = (tc = (Cchr_t*)dtprev(dt, cc)) && !strcasecmp((char*)tc->nam, (char*)cc->nam) ? tc : cc; 1642 strcpy((char*)ce->beg, (char*)xc->key); 1652 if (!strcasecmp((char*)xc->nam, (char*)cc->nam) && (tc = (Cchr_t*)dtnext(dt, cc)))
|
/ast/src/lib/libtksh/tcl/ |
H A D | tclParse.c | 201 result = 0xc;
|
Completed in 40 milliseconds