Searched defs:cd (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/ksh93/data/
H A Dbash_pre_rc.sh216 function cd function
226 command cd "$@"
228 msg=$(command cd "$@" 2>&1)
244 command cd $args
/ast/src/lib/libast/regex/
H A Dregdecomp.c80 int cd; local
153 cb = cd = cr = 0;
164 cd = 1;
189 cd = -1;
232 if (cd < 0 && delimiter > 0)
246 if (cd > 0 && delimiter > 0)
/ast/src/cmd/3d/
H A Dfs.c157 int cd; local
223 cd = fs->match[fs->matchsize];
229 fs->match[fs->matchsize] = cd;
353 cd = -1;
354 while (csrecv(&cs, fd, NiL, &cd, 1) != 1 && errno == EINTR);
355 fd = cd;
430 if ((cd = fsmount(mp)) < 0)
442 cd = fd;
480 n = msgvcall(cd, MSG_CHANNEL(state.pid, mp->channel), call, rp, xp, ap);
503 if ((n = READ(cd, bu
[all...]
/ast/src/lib/libvcodex/Vcdelta/
H A Dvcdelta.c46 int cd; local
52 cd = idx->add[az <= siz->add ? az : 0];
53 vcioputc(vcd->inst, cd);
55 if(tbl->code[cd].inst1.size == 0)
87 int cd; local
92 cd = idx->copy[md][cz <= siz->copy[md] ? cz : 0];
93 vcioputc(vcd->inst, cd);
94 if(tbl->code[cd].inst1.size == 0)
111 int cd; local
128 { cd
157 int cd; local
398 { Vcdcode_t* cd; local
[all...]
/ast/src/lib/libast/comp/
H A Diconv.c260 _win_iconv(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
262 Conv_t* cc = (Conv_t*)cd;
531 utf2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
605 bin2utf(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
715 ume2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
791 bin2ume(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
865 ucs2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
910 bin2ucs(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
956 scu2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
1001 bin2scu(_ast_iconv_t cd, cha argument
1180 _ast_iconv_close(_ast_iconv_t cd) argument
1235 _ast_iconv(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) argument
1342 _ast_iconv_write(_ast_iconv_t cd, Sfio_t* op, char** fb, size_t* fn, Iconv_disc_t* disc) argument
1437 _ast_iconv_move(_ast_iconv_t cd, Sfio_t* ip, Sfio_t* op, size_t n, Iconv_disc_t* disc) argument
[all...]
/ast/src/cmd/mailx/
H A Dcmd3.c348 cd(char** arglist) function

Completed in 19 milliseconds