/netbsd-src/usr.bin/sed/TEST/ |
H A D | sed.test | 94 mark() 106 mark '1.1' 114 mark '1.2' ; $SED -n 's/^/e1_/p' lines1 115 mark '1.3' 121 mark '1.4' ; $SED -n 's/^/e1_/p' <lines1 123 mark '1.4.1' 130 mark '1.5' 136 mark '1.6' 142 mark '1.7' 148 mark '1.8' [all …]
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | tal-debug.c | 62 struct tmp_debug_t **markp, struct tmp_debug_t *mark, in __gmp_tmp_debug_mark() argument 77 if (mark->file != NULL && mark->file[0] != '\0' && mark->line != -1) in __gmp_tmp_debug_mark() 79 __gmp_assert_header (mark->file, mark->line); in __gmp_tmp_debug_mark() 85 *markp = mark; in __gmp_tmp_debug_mark() 86 mark->file = file; in __gmp_tmp_debug_mark() 87 mark->line = line; in __gmp_tmp_debug_mark() 88 mark->list = NULL; in __gmp_tmp_debug_mark() 96 struct tmp_debug_t *mark = *markp; in __gmp_tmp_debug_alloc() local 101 if (mark == NULL) in __gmp_tmp_debug_alloc() 111 p->next = mark->list; in __gmp_tmp_debug_alloc() [all …]
|
H A D | tal-reent.c | 71 __gmp_tmp_reentrant_free (struct tmp_reentrant_t *mark) in __gmp_tmp_reentrant_free() argument 75 while (mark != NULL) in __gmp_tmp_reentrant_free() 77 next = mark->next; in __gmp_tmp_reentrant_free() 78 (*__gmp_free_func) ((char *) mark, mark->size); in __gmp_tmp_reentrant_free() 79 mark = next; in __gmp_tmp_reentrant_free()
|
/netbsd-src/usr.bin/tail/ |
H A D | reverse.c | 169 BF *mark, *tl, *tr; in r_buf() local 176 for (mark = NULL, enomem = 0;;) { in r_buf() 183 if (!mark) { in r_buf() 193 if (!mark) { in r_buf() 197 tl = mark; in r_buf() 199 } else if (mark) { in r_buf() 200 tl->next = mark; in r_buf() 201 tl->prev = mark->prev; in r_buf() 202 mark->prev->next = tl; in r_buf() 203 mark->prev = tl; in r_buf() [all …]
|
/netbsd-src/usr.sbin/altq/altqd/altq.conf.samples/ |
H A D | cbq.diffedge | 12 conditioner pvc1 ef_cdnr <tbmeter 6M 64K <mark 0xb8><drop>> 18 <trtcm 3M 32K 10M 64K <mark 0x28><mark 0x30><mark 0x38> colorblind> 20 <trtcm 3M 32K 10M 64K <mark 0x48><mark 0x50><mark 0x58> colorblind> 22 <trtcm 3M 32K 10M 64K <mark 0x68><mark 0x70><mark 0x78> colorblind> 25 <tswtcm 3M 10M 500 <mark 0x88><mark 0x90><mark 0x98>>
|
H A D | hfsc.diffedge | 11 conditioner pvc1 ef_cdnr <tbmeter 6M 64K <mark 0xb8><drop>> 17 <trtcm 3M 32K 10M 64K <mark 0x28><mark 0x30><mark 0x38> colorblind> 19 <trtcm 3M 32K 10M 64K <mark 0x48><mark 0x50><mark 0x58> colorblind> 21 <trtcm 3M 32K 10M 64K <mark 0x68><mark 0x70><mark 0x78> colorblind> 24 <tswtcm 3M 10M 500 <mark 0x88><mark 0x90><mark 0x98>>
|
H A D | cdnr.sample | 15 conditioner pvc1 clear_marker <mark 0x0> 28 <trtcm 3M 32K 10M 64K <mark 0x28><mark 0x30><mark 0x38> colorblind> 35 <tbmeter 10M 64K <tbmeter 3M 32K <mark 0x28><mark 0x30>><mark 0x38>>
|
/netbsd-src/lib/libmenu/ |
H A D | menu.c | 79 set_menu_mark(MENU *m, char *mark) in set_menu_mark() argument 86 if (menu->mark.string != NULL) free(menu->mark.string); in set_menu_mark() 88 if ((menu->mark.string = (char *) malloc(strlen(mark) + 1)) == NULL) in set_menu_mark() 91 strcpy(menu->mark.string, mark); in set_menu_mark() 92 menu->mark.length = strlen(mark); in set_menu_mark() 106 return _menui_default_menu.mark.string; in menu_mark() 108 return menu->mark.string; in menu_mark() 115 set_menu_unmark(MENU *m, char *mark) in set_menu_unmark() argument 124 if ((menu->unmark.string = (char *) malloc(strlen(mark) + 1)) == NULL) in set_menu_unmark() 127 strcpy(menu->unmark.string, mark); in set_menu_unmark() [all …]
|
/netbsd-src/bin/sh/ |
H A D | memalloc.c | 169 setstackmark(struct stackmark *mark) in setstackmark() argument 171 mark->stackp = stackp; in setstackmark() 172 mark->stacknxt = stacknxt; in setstackmark() 173 mark->stacknleft = stacknleft; in setstackmark() 174 mark->sstrnleft = sstrnleft; in setstackmark() 175 mark->marknext = markp; in setstackmark() 176 markp = mark; in setstackmark() 181 popstackmark(struct stackmark *mark) in popstackmark() argument 184 markp = mark->marknext; /* delete mark from the list */ in popstackmark() 185 rststackmark(mark); /* and reset stack */ in popstackmark() [all …]
|
/netbsd-src/external/bsd/less/dist/ |
H A D | mark.c | 24 struct mark struct 47 static struct mark marks[NMARKS]; 54 static void cmark(struct mark *m, IFILE ifile, POSITION pos, int ln) in cmark() 88 static void mark_set_ifile(struct mark *m, IFILE ifile) in mark_set_ifile() 99 static void mark_get_ifile(struct mark *m) in mark_get_ifile() 109 static struct mark * getumark(LWCHAR c) in getumark() 130 static struct mark * getmark(LWCHAR c) in getmark() 132 struct mark *m; in getmark() 133 static struct mark sm; in getmark() 200 struct mark *m; in setmark() [all …]
|
/netbsd-src/usr.bin/telnet/ |
H A D | ring.c | 127 ring->mark = ring_decrement(ring, ring->supply, 1); in ring_mark() 137 if (ring->mark == ring->consume) { in ring_at_mark() 151 ring->mark = 0; in ring_clear_mark() 173 if (ring->mark && in ring_consumed() 174 (ring_subtract(ring, ring->mark, ring->consume) < count)) { in ring_consumed() 175 ring->mark = 0; in ring_consumed() 236 if ((ring->mark == 0) || (ring->mark == ring->consume)) { in ring_full_count() 243 return ring_subtract(ring, ring->mark, ring->consume); in ring_full_count() 254 if ((ring->mark == 0) || (ring->mark == ring->consume)) { in ring_full_consecutive() 261 if (ring->mark < ring->consume) { in ring_full_consecutive() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | ERR_set_mark.pod | 6 - set mark, clear mark and pop errors until mark 18 ERR_set_mark() sets a mark on the current topmost error record if there 21 ERR_pop_to_mark() will pop the top of the error stack until a mark is found. 22 The mark is then removed. If there is no mark, the whole stack is removed. 24 ERR_clear_last_mark() removes the last mark added if there is one. 30 ERR_clear_last_mark() and ERR_pop_to_mark() return 0 if there was no mark in the
|
/netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
H A D | ElftosbAST.cpp | 17 #pragma mark = ASTNode = 46 #pragma mark = ListASTNode = 127 #pragma mark = CommandFileASTNode = 164 #pragma mark = ExprASTNode = 203 #pragma mark = IntConstExprASTNode = 229 #pragma mark = VariableExprASTNode = 255 #pragma mark = SymbolRefExprASTNode = 341 #pragma mark = NegativeExprASTNode = 375 #pragma mark = BooleanNotExprASTNode = 409 #pragma mark = SourceFileFunctionASTNode = [all …]
|
/netbsd-src/external/bsd/nvi/docs/internals/ |
H A D | context | 3 In historic vi, the previous context mark was always set: 6 any number, <question-mark>, <slash>, <dollar-sign>, 16 In historic vi, the previous context mark was set if the 19 vi commands: '<mark>, G, H, L, M, z 22 In historic vi, the previous context mark was set if the 25 vi commands: `<mark>, /, ?, N, n 30 In historic vi, the previous context mark was set in non-visual
|
/netbsd-src/external/gpl2/diffutils/dist/po/ |
H A D | en@quot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
H A D | en@boldquot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
/netbsd-src/external/bsd/flex/dist/po/ |
H A D | en@quot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
/netbsd-src/external/gpl2/gmake/dist/po/ |
H A D | en@quot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
H A D | en@boldquot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/po/ |
H A D | en@quot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
/netbsd-src/crypto/external/cpl/tpm-tools/dist/po/ |
H A D | en@quot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
/netbsd-src/external/gpl2/texinfo/dist/po/ |
H A D | en@quot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
H A D | en@boldquot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/po/ |
H A D | en@quot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|
H A D | en@boldquot.header | 8 # left single quotation mark (U+2018) and right single quotation mark (U+2019). 10 # left single quotation mark (U+2018) and right single quotation mark (U+2019) 11 # and pairs of quotation mark (0x22) to 12 # left double quotation mark (U+201C) and right double quotation mark (U+201D).
|