Lines Matching +full:- +full:yq
4 # pattern replacement input-string sub-output gsub-output
54 # system("bprint -c ../a.out")
125 x\&y paq px&yq px&yq
160 [0-9] xyz 0 xyz xyz
168 ^[0-9] xyz 0 xyz xyz
175 [0-9]$ xyz 0 xyz xyz
182 [0-9]* xyz 0 xyz xyz
198 x[0-9]+y Q xy xy xy no change
204 # x[0-9]?y ~ xy
213 # x[-]y ~ x-y
216 # x[^-]y ~ x+y
217 # !~ x-y
219 # [0\-9] ~ 0
220 # -
224 # [-1] ~ -
227 # [0-] ~ 0
228 # -
230 # [^-0] ~ x
232 # !~ -
235 # [^0-] ~ x
237 # !~ -
275 # [\60-\62\65-6\71] ~ 0
285 # [\60-2\65-6\71] ~ 0
295 # [\x30-\x32\x35-6\71] ~ 0
305 # [\x30-2\x35-6\x39] ~ 0