Home
last modified time | relevance | path

Searched full:stops (Results 1 – 25 of 629) sorted by relevance

12345678910>>...26

/freebsd-src/contrib/ncurses/man/
H A Dtabs.150 set terminal tab stops
54 The \fB@TABS@\fP program clears and sets tab-stops on the terminal.
56 If either is absent, \fB@TABS@\fP is unable to clear/set tab-stops.
77 you should either reset tab-stops to the standard interval
86 since the normal initialization sequences do not ensure that tab-stops
99 The first data line shows the expected tab-stops marked with asterisks.
100 The second data line shows the actual tab-stops, marked with asterisks.
110 The \fB@TABS@\fP program processes a single list of tab stops.
147 .SS "Predefined Tab Stops"
148 POSIX defines several predefined lists of tab stops.
[all …]
/freebsd-src/usr.bin/tabs/
H A Dtabs.c50 /* Maximum number of tab stops allowed in table. */
58 long stops[NSTOPS]; /* Column positions */ member
80 long cols, i, inc, j, margin, nstops, stops[NSTOPS]; in main() local
128 formats[i].stops[j] != 0; j++) in main()
129 stops[nstops++] = formats[i].stops[j]; in main()
136 gettabs(arg, stops, &nstops); in main()
165 /* Optionally output new tab stops. */ in main()
167 printf("%*s", (int)stops[0] - 1, ""); in main()
170 printf("%*s", (int)(stops[i] - stops[i - 1]), ""); in main()
197 gettabs(char *arg, long stops[], long *nstops) in gettabs() argument
[all …]
H A Dtabs.144 tab settings then initialises tab stops at specified positions, and
47 In the first synopsis form, the tab stops set depend on the command line
51 In the second synopsis form, tab stops are set at positions
59 If no tab stops are specified, the
72 is 0, the tab stops are cleared but no new ones are set.
/freebsd-src/share/doc/usd/22.trofftut/
H A Dtt0550 Tab stops are set by default every half inch from the
56 To set stops every inch, for example,
61 Unfortunately the stops are left-justified only
/freebsd-src/lib/libc/locale/
H A Dwcsrtombs.372 If conversion stops because a null character is encountered,
94 except that conversion stops after reading at most
H A Dmbsrtowcs.372 If conversion stops because a null character is encountered,
94 except that conversion stops after reading at most
/freebsd-src/usr.bin/expand/
H A Dexpand.186 Set tab stops at column positions
90 If only a single number is given, tab stops are set that number of
/freebsd-src/sys/arm/freescale/imx/
H A Dimx6_pl310.c56 * - Dynamic Gating stops the clock when the controller is idle. in imx6_pl310_init()
57 * - Standby stops the clock when the cores are in WFI mode. in imx6_pl310_init()
/freebsd-src/contrib/ofed/opensm/include/complib/
H A Dcl_timer.h235 * cl_timer_start implicitly stops the timer before being scheduled.
250 * The cl_timer_stop function stops a pending timer from expiring.
301 * implicitly stops the timer before resetting it.
/freebsd-src/lib/libc/stdio/
H A Dwscanf.3126 Scanning stops
128 Scanning also stops
316 The input string stops at white space
H A Dscanf.3124 Scanning stops
126 Scanning also stops
358 The input string stops at white space
/freebsd-src/lib/libsys/
H A Dptrace.249 it stops.
72 A traced process may report additional signal stops corresponding to
74 These additional signal stops are reported as
99 All other additional signal stops use
231 Report stops for both system call entry and exit.
298 flag enables a new stop that indicates when the new child process stops
339 stops, it cannot be made to continue except via
/freebsd-src/sys/sys/
H A Dsignalvar.h353 #define SIGDEFERSTOP_OFF 1 /* stop ignoring STOPs */
354 #define SIGDEFERSTOP_SILENT 2 /* silently ignore STOPs */
355 #define SIGDEFERSTOP_EINTR 3 /* ignore STOPs, return EINTR */
356 #define SIGDEFERSTOP_ERESTART 4 /* ignore STOPs, return ERESTART */
/freebsd-src/lib/libc/iconv/
H A Diconv.3122 codeset, the conversion stops just after the last successful conversion.
124 character, the conversion also stops in the same way.
/freebsd-src/contrib/libcxxrt/
H A Dunwind-itanium.h104 /* Callback for _Unwind_Backtrace(). The backtrace stops immediately
138 stops for any other reason. */
/freebsd-src/contrib/wpa/src/radius/
H A Dradius_client.h241 * This stops handler calls and frees the message.
248 * This stops handler calls, but does not free the message; the handler
/freebsd-src/share/doc/psd/15.yacc/
H A Dss968 Indent rule bodies by two tab stops, and action bodies by three
69 tab stops.
/freebsd-src/share/doc/usd/21.troff/
H A Dm348 by internal \fItab stops\fR specifiable
54 There are three types of internal tab stops\(em\
109 Set tab stops and types.
113 \*(TR tab stops are preset every 0.5in.;
/freebsd-src/lib/libc/aarch64/string/
H A Dmemmove.S3 * as it stops MISRCS from picking up the C implementation and rtld expects
/freebsd-src/contrib/bmake/unit-tests/
H A Ddeptgt-begin-fail.mk4 # This stops make immediately and does not build the main targets.
H A Ddeptgt-begin-fail-indirect.mk4 # This stops make immediately and does not build the main targets.
H A Dopt-keep-going-multiple.mk3 # Tests for the -k command line option, which stops building a target as soon
H A Dopt-keep-going.mk3 # Tests for the -k command line option, which stops building a target as soon
/freebsd-src/contrib/netbsd-tests/lib/libcurses/tests/
H A Dcbreak2 # setting noecho stops getch setting cbreak itself so we should need
/freebsd-src/usr.bin/grdc/
H A Dgrdc.620 it stops after

12345678910>>...26