Searched defs:close (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/3d/
H A Dast.c81 #define close CLOSE macro
/ast/src/lib/libexpr/
H A Dexlib.h37 int close; /* close fp on pop */ member in struct:Exinput_s
/ast/src/cmd/ksh93/bltins/
H A Dmkservice.c41 "\avarname\a\b.action\b and \avarname\a\b.close\b implement the "
53 "[+close?This function is invoked when the connection is closed.]"
109 "close",
207 close(fd);
290 close(accept_fd);
301 close(fd);
310 static int Action(Service_t *sp, int fd, int close) argument
315 if(close)
388 close(i);
450 close(f
[all...]
/ast/src/lib/libast/comp/
H A Domitted.c4 * workarounds to bring the native interface close to posix and x/open
107 #define sysclose close
705 close(int fd) function
/ast/src/cmd/ksh93/include/
H A Dshell.h237 # define close(a) sh_close(a) macro
/ast/src/cmd/ksh93/sh/
H A Dlex.c1732 * skip to <close> character
1736 void sh_lexskip(Lex_t *lp,int close, register int copy, int state) argument
1739 lp->lexd.nest = close;
/ast/src/lib/libtk/generic/
H A DtkTextDisp.c2885 int bottomY, close, lineIndex, lineHeight;
2942 * it means to be "close" to the top or bottom of the screen.
2950 close = (dInfoPtr->maxY - dInfoPtr->y)/3;
2951 if (close < 3*lineHeight) {
2952 close = 3*lineHeight;
2954 close += lineHeight;
2958 * "close" to the top of the window then make it the top
2962 MeasureUp(textPtr, &textPtr->topIndex, close, &tmpIndex);
2970 * "close" to the bottom of the screen then position it at the
2974 MeasureUp(textPtr, indexPtr, close,
2868 int bottomY, close, lineIndex, lineHeight; local
[all...]
/ast/src/cmd/INIT/
H A Dratz.c109 #define close _close macro
4474 close(0);
4614 close(0);
4616 close(sear_stdin);

Completed in 42 milliseconds