Searched defs:stop (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libcoshell/
H A Dcoopen.c78 stop(int sig) function
85 signal(sig, stop);
365 signal(SIGTSTP, stop);
368 signal(SIGTTIN, stop);
371 signal(SIGTTOU, stop);
/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwngram.c58 Vcchar_t* data, size_t dtsz, size_t pos, double stop)
60 double vcwngmatch(mtch, dfreq, size, data, dtsz, pos, stop)
67 double stop; /* stop search criterion */
104 if(bestd < stop || dtsz == 0)
143 if(bestd < stop)
164 if(bestd < stop)
57 vcwngmatch(int* mtch, size_t* dfreq, size_t size, Vcchar_t* data, size_t dtsz, size_t pos, double stop) argument
/ast/src/cmd/mailx/
H A Dlex.c261 stop(int sig) function
301 signal(SIGTSTP, stop);
304 signal(SIGTTOU, stop);
307 signal(SIGTTIN, stop);
/ast/src/lib/libast/comp/
H A Domitted.c869 int stop; local
978 stop = suffix;
989 } while (suffix != stop);
/ast/src/cmd/sortlib/sync/
H A Dss.h165 Sscount_t stop; /* stop after this many records */ member in struct:Ss_s
/ast/src/lib/libtksh/tcl/
H A DtclCmdMZ.c1759 Tcl_Time start, stop;
1785 TclpGetTime(&stop);
1786 timePer = (stop.sec - start.sec)*1000000 + (stop.usec - start.usec);
1747 Tcl_Time start, stop; local
/ast/src/lib/libast/misc/
H A Doptget.c147 int stop; /* tab column position */ member in struct:Indent_s
3760 ip->stop = (ip+1)->stop = style >= STYLE_html ? 0 : 2;
3776 ts = ip->stop;
3875 if ((ip+1)->stop)
3883 } while ((ip+1)->stop);
3886 ts = ip->stop;
3892 ts = ip->stop;

Completed in 43 milliseconds