/freebsd/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/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/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/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/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/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/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/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/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/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/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/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/contrib/libcxxrt/ |
H A D | unwind-itanium.h | 104 /* Callback for _Unwind_Backtrace(). The backtrace stops immediately 138 stops for any other reason. */
|
/freebsd/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/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/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.
|
/freebsd/lib/libc/aarch64/string/ |
H A D | memmove.S | 3 * as it stops MISRCS from picking up the C implementation and rtld expects
|
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/ |
H A D | cbreak | 2 # setting noecho stops getch setting cbreak itself so we should need
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | BaseLib.h | 373 be ignored. Then, the function stops at the first character that is a not a 389 @param EndPointer Pointer to character that stops scan. 424 be ignored. Then, the function stops at the first character that is a not a 440 @param EndPointer Pointer to character that stops scan. 479 after [x] or the first valid hexadecimal digit. Then, the function stops at 496 @param EndPointer Pointer to character that stops scan. 535 after [x] or the first valid hexadecimal digit. Then, the function stops at 552 @param EndPointer Pointer to character that stops scan. 772 be ignored. Then, the function stops at the first character that is a not a 786 @param EndPointer Pointer to character that stops scan. [all …]
|
/freebsd/contrib/unbound/dnstap/ |
H A D | dtstream.h | 178 /** command pipe that stops the pipe if closed. Used to quit 342 /** callback for the timer when the thread stops and wants to finish up */ 345 /** callback for the output when the thread stops and wants to finish up */
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadPlan.h | 64 // When the target process stops the plans are queried, among other things, 132 // When the target process stops, the plan is called in the following stages: 215 // When the process stops, the thread is given a StopReason, in the form of a 222 // example of this is the "StepRangeStepIn" thread plan. If it stops because 238 // the user will continue, and when that continue stops, the old stale
|