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

/ast/src/cmd/ksh93/tests/
H A Dsigchld.sh121 $SHELL -xc $'
H A Dbracket.sh242 $SHELL -xc '[[ abc =~ \babc\b ]]' 2> /dev/null || err_exit '[[ abc =~ \babc\b ]] fails'
H A Dbasic.sh513 $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 Doptions.sh501 [[ $($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 Dproc.h68 #define PROC_fd_ctty 0xc
/ast/src/lib/libcmd/
H A Dwclib.c418 if(skip==2 && (cp[-1]&0xc)==0 && (state=(cp[-1]&0x3)))
/ast/src/cmd/std/
H A Dbanner.c176 0x60, 0x92, 0xc, 0, 0, 0, 0, 0,
/ast/src/cmd/re/
H A Dsed1.c76 #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 Dtprintf.c409 sfsprintf(buf1,sizeof(buf1),"%0#4x",0xc);
/ast/src/lib/libast/regex/
H A Dregcomp.c1430 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 DtclParse.c201 result = 0xc;

Completed in 42 milliseconds