Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 25 of 91) sorted by relevance

1234

/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Dcategorize.dat29 |B a\(b\)*\1 abab (0,2)(1,2) # BUG=repeat-any
38 |B a\(b\)*\1 abab (0,2)(1,2) BUG=repeat-any
39 ; BUG=repeat-any-UNKNOWN
42 |E (a*)* ax (0,1)(0,1) BUG=repeat-null-unknown
43 |E (a*)* a (0,1)(1,1) BUG=repeat-null
44 ; BUG=repeat-null-UNKNOWN
47 |E (aba|a*b)* ababa (0,5)(3,4) BUG=repeat-short
49 ; BUG=repeat-short-UNKNOWN
52 |E (a(b)?)+ aba (0,3)(2,3)(1,2) BUG=repeat-artifact
53 ; BUG=repeat-artifact-UNKNOWN
[all …]
H A Dcategorize.out8 NOTE BUG=repeat-any-UNKNOWN
9 NOTE BUG=repeat-null-UNKNOWN
10 NOTE BUG=repeat-short-UNKNOWN
11 NOTE BUG=repeat-artifact-UNKNOWN
12 NOTE BUG=repeat-artifact-nomatch-UNKNOWN
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dvi.c396 vp->repeat = 1; in ed_viread()
729 vp->repeat = 1; in cntlmode()
765 vp->repeat = 1; in cntlmode()
795 vp->repeat = 1; in cntlmode()
975 if( vp->repeat <= histmin || vp->repeat > histmax ) in cntlmode()
1060 vp->repeat = 1; in cntlmode()
1068 vp->repeat = 1; in cntlmode()
1073 vp->repeat = 1; in cntlmode()
1343 vp->repeat *= i; in getcount()
1757 count = vp->repeat; in mvcursor()
[all …]
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp.c728 sdp_repeat_t *repeat; in sdp_get_length() local
769 repeat = time->t_repeat; in sdp_get_length()
770 while (repeat != NULL) { in sdp_get_length()
780 repeat = repeat->r_next; in sdp_get_length()
832 sdp_repeat_t *repeat; in sdp_clone_session() local
889 repeat = time->t_repeat; in sdp_clone_session()
890 while (repeat != NULL) { in sdp_clone_session()
901 repeat = repeat->r_next; in sdp_clone_session()
969 sdp_repeat_t *repeat; in sdp_session_to_str() local
1040 repeat = time->t_repeat; in sdp_session_to_str()
[all …]
H A Dsdp_parse_helper.c176 sdp_free_repeat(sdp_repeat_t *repeat) in sdp_free_repeat() argument
180 while (repeat != NULL) { in sdp_free_repeat()
181 next_repeat = repeat->r_next; in sdp_free_repeat()
182 sdp_free_list(repeat->r_offset); in sdp_free_repeat()
183 free(repeat); in sdp_free_repeat()
184 repeat = next_repeat; in sdp_free_repeat()
H A Dsdp_parse.c584 sdp_repeat_t *repeat; in sdp_parse_repeat() local
614 repeat = time->t_repeat; in sdp_parse_repeat()
615 if (repeat == NULL) { in sdp_parse_repeat()
618 while (repeat->r_next != NULL) in sdp_parse_repeat()
619 repeat = repeat->r_next; in sdp_parse_repeat()
620 repeat->r_next = new_repeat; in sdp_parse_repeat()
664 if (repeat != NULL) in sdp_parse_repeat()
665 repeat->r_next = NULL; in sdp_parse_repeat()
/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c454 offset_t repeat, toline; in num_arg() local
471 if ((asc_to_ll(rep, &repeat) == ERR) || repeat < 0L) in num_arg()
475 for (; repeat > 0LL; repeat--) { in num_arg()
480 for (; repeat > 0LL; repeat--) in num_arg()
/illumos-gate/usr/src/boot/forth/
H A Dpnp.4th69 repeat
85 repeat
95 repeat
123 repeat
135 repeat
145 repeat
201 repeat
H A Dsupport.4th191 repeat
210 repeat
290 repeat
322 repeat
457 repeat
472 repeat
537 repeat
634 repeat
646 repeat
660 repeat
[all …]
H A Dbeadm.4th58 repeat
77 repeat
105 repeat
137 repeat
376 repeat
490 repeat
/illumos-gate/usr/src/common/ficl/softcore/
H A Dficl.fr29 repeat 2drop 0 0 (local)
71 repeat $7F xor 2* or
72 begin dup $80 u< 0= while emit repeat drop
H A Djhlocal.fr120 repeat
152 repeat
165 repeat
181 repeat
205 repeat
218 repeat
H A Dficllocal.fr25 repeat
39 repeat
/illumos-gate/usr/src/cmd/vgrind/
H A Dvgrindefs.src33 read readln readonly record recursive rem rep repeat res\
45 program record repeat set then to type until var while with oct hex\
58 neq next not or otherwise repeat restart resume sr0 sr1 srd srr sl0 sl1\
75 glob goto history if logout nice nohup onintr repeat set\
96 repeat return static suspend then to until using while\
108 real repeat return select string subroutine substr until:
111 :bb=\d(begin|case|for|if|loop|record|repeat|while|with)\d:\
121 record repeat return set then to type\
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_val.c279 n[c].repeat = val[c].repeat; in cloneValue()
622 val->repeat = item->repeat; in getMappingItemVal()
919 if (!v1->repeat && !v2->repeat) in explodeValues()
921 else if (v1->repeat && !v2->repeat) in explodeValues()
923 else if (!v1->repeat && v2->repeat) in explodeValues()
937 if (!v1->repeat && !v2->repeat) { in explodeValues()
963 } else if (v1->repeat && !v2->repeat) { in explodeValues()
989 } else if (!v1->repeat && v2->repeat) { in explodeValues()
1281 val->repeat = i->repeat; in getMappingItem()
1303 val->repeat = i->repeat; in getMappingItem()
[all …]
H A Dldap_ruleval.c372 inVal[num].repeat = 0; in addVal2RuleValue()
480 int repeat = 0; in buildLvalue() local
487 repeat = r->repeat; in buildLvalue()
525 if (repeat && val != 0) in buildLvalue()
526 val->repeat = repeat; in buildLvalue()
771 if (!lval->repeat) { in addLdapRuleValue()
H A Dldap_structs.h59 int repeat; /* Should value be repeated ? */ member
H A Dldap_nisdbquery.c343 int repeat; in createQuery() local
388 for (i = 0, repeat = 1; i < rvq->numColumns; i++) { in createQuery()
417 if (r >= repeat) { in createQuery()
424 repeat *= rvq->colVal[i].numVals; in createQuery()
802 if (lval->numVals == 1 && lval->repeat) in createNisPlusEntry()
804 else if (lval->numVals > 1 && rval->repeat) in createNisPlusEntry()
/illumos-gate/usr/src/tools/smatch/src/
H A Doptimize.c71 repeat: in optimize()
118 goto repeat; in optimize()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Ddate.test117 proc repeat {n txt} {
125 datetest 3.16 "strftime('[repeat 200 %Y]','2003-10-31')" [repeat 200 2003]
126 datetest 3.17 "strftime('[repeat 200 abc%m123]','2003-10-31')" \
127 [repeat 200 abc10123]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrchr.S80 lea -0x01010101(%ebx), %ecx / repeat with tmpword
84 jz searchchar / repeat if char not found
/illumos-gate/usr/src/cmd/tr/
H A Dstr.c145 goto repeat;
155 goto repeat;
160 repeat:
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_msg.c178 log->repeat++; in emlxs_msg_log()
183 } else if (log->repeat) { in emlxs_msg_log()
226 log->repeat); in emlxs_msg_log()
234 log->repeat = 0; in emlxs_msg_log()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c1821 gl->vi.repeat.count = 0; in new_GetLine()
1825 gl->vi.repeat.saved = 0; in new_GetLine()
1826 gl->vi.repeat.active = 0; in new_GetLine()
7130 if(gl->vi.repeat.active) { in KT_KEY_FN()
7820 gl->vi.repeat.saved = 1; in gl_save_for_undo()
7878 gl->vi.repeat.count = 1; in KT_KEY_FN()
8047 gl->vi.repeat.active = 1; in KT_KEY_FN()
8051 status = gl->vi.repeat.action.fn(gl, gl->vi.repeat.count, in KT_KEY_FN()
8056 gl->vi.repeat.active = 0; in KT_KEY_FN()
8071 gl->vi.repeat.input_curpos <= gl->vi.repeat.command_curpos && in KT_KEY_FN()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_msg.h104 uint32_t repeat; /* repeat counter */ member

1234