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

/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/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/cmd/mailx/
H A Dlex.c261 stop(int sig) function
301 signal(SIGTSTP, stop);
304 signal(SIGTTOU, stop);
307 signal(SIGTTIN, stop);
/ast/src/cmd/sortlib/sync/
H A Dss.h165 Sscount_t stop; /* stop after this many records */ member in struct:Ss_s
H A Dsync.c188 if (ss->stop == 1)
198 if (ss->stop)
199 ss->stop--;
589 if (ss->expr || ss->copy || ss->readexit || ss->in || ss->skip || ss->stop)
H A Dss.c898 ss->stop = strtoull(s, &e, 10) + 1;
1960 if (ss->stop)
1961 sfprintf(io, " STOPAFT %I*u\n", sizeof(ss->stop), ss->stop - 1);
/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/comp/
H A Domitted.c869 int stop; local
978 stop = suffix;
989 } while (suffix != stop);
/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;
/ast/src/cmd/coshell/
H A Dcommand.c316 k [ckst] job terminate [continue|kill|stop|term] job\n\
/ast/src/cmd/nmake/
H A DMakerules.mk511 * stop expansion of certain state variables

Completed in 137 milliseconds