Searched refs:sdone (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/text_cmds-88/sed/
H A Dprocess.c82 static int sdone; /* If any substitutes since last line input. */ variable
218 sdone |= substitute(cp);
221 if (sdone) {
222 sdone = 0;
482 * therefore it also resets the substitution done (sdone) flag.
515 appendx = sdone = 0;
/macosx-10.10.1/ruby-106/ruby/lib/
H A Doptparse.rb383 # +sdone+:: Already summarized short style options keyed hash.
391 def summarize(sdone = [], ldone = [], width = 1, max = width - 1, indent = "")
393 @short.each {|s| sdone.fetch(s) {sopts << s}; sdone[s] = true} if @short
447 def compsys(sdone, ldone) # :nodoc:
449 @short.each {|s| sdone.fetch(s) {sopts << s}; sdone[s] = true} if @short

Completed in 173 milliseconds