Searched defs:close (Results 1 - 8 of 8) sorted by relevance
/ast/src/cmd/3d/ |
H A D | ast.c | 81 #define close CLOSE macro
|
/ast/src/lib/libexpr/ |
H A D | exlib.h | 37 int close; /* close fp on pop */ member in struct:Exinput_s
|
/ast/src/cmd/ksh93/bltins/ |
H A D | mkservice.c | 41 "\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 D | omitted.c | 4 * 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 D | shell.h | 237 # define close(a) sh_close(a) macro
|
/ast/src/cmd/ksh93/sh/ |
H A D | lex.c | 1732 * 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 D | tkTextDisp.c | 2885 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 D | ratz.c | 109 #define close _close macro 4474 close(0); 4614 close(0); 4616 close(sear_stdin);
|
Completed in 93 milliseconds