| /freebsd-src/contrib/ncurses/man/ |
| H A D | tabs.1 | 50 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 D | tabs.c | 50 /* 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 D | tabs.1 | 44 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 D | tt05 | 50 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 D | wcsrtombs.3 | 72 If conversion stops because a null character is encountered, 94 except that conversion stops after reading at most
|
| H A D | mbsrtowcs.3 | 72 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 D | expand.1 | 86 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 D | imx6_pl310.c | 56 * - 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 D | cl_timer.h | 235 * 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 D | wscanf.3 | 126 Scanning stops 128 Scanning also stops 316 The input string stops at white space
|
| H A D | scanf.3 | 124 Scanning stops 126 Scanning also stops 358 The input string stops at white space
|
| /freebsd-src/lib/libsys/ |
| H A D | ptrace.2 | 49 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 D | signalvar.h | 353 #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 D | iconv.3 | 122 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 D | unwind-itanium.h | 104 /* Callback for _Unwind_Backtrace(). The backtrace stops immediately 138 stops for any other reason. */
|
| /freebsd-src/contrib/wpa/src/radius/ |
| H A D | radius_client.h | 241 * 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 D | ss9 | 68 Indent rule bodies by two tab stops, and action bodies by three 69 tab stops.
|
| /freebsd-src/share/doc/usd/21.troff/ |
| H A D | m3 | 48 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 D | memmove.S | 3 * as it stops MISRCS from picking up the C implementation and rtld expects
|
| /freebsd-src/contrib/bmake/unit-tests/ |
| H A D | deptgt-begin-fail.mk | 4 # This stops make immediately and does not build the main targets.
|
| H A D | deptgt-begin-fail-indirect.mk | 4 # This stops make immediately and does not build the main targets.
|
| H A D | opt-keep-going-multiple.mk | 3 # Tests for the -k command line option, which stops building a target as soon
|
| H A D | opt-keep-going.mk | 3 # Tests for the -k command line option, which stops building a target as soon
|
| /freebsd-src/contrib/netbsd-tests/lib/libcurses/tests/ |
| H A D | cbreak | 2 # setting noecho stops getch setting cbreak itself so we should need
|
| /freebsd-src/usr.bin/grdc/ |
| H A D | grdc.6 | 20 it stops after
|