Searched refs:line (Results 26 - 50 of 3500) sorted by relevance

1234567891011>>

/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dcolon.c2 #line 23 "colon.def"
4 #line 30 "colon.def"
6 #line 36 "colon.def"
8 #line 42 "colon.def"
/macosx-10.9.5/bash-92/bash-3.2/tests/
H A Dinput-line.sh1 echo before calling input-line.sub
2 ${THIS_SH} ./input-line.sub
3 this line for input-line.sub
4 echo finished with input-line.sub
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/testsuite/
H A Dexp_test.c14 char line[ARRAYSIZE]; local
17 memset (line, 0, ARRAYSIZE);
18 fgets (line, ARRAYSIZE, stdin);
19 *(line + strlen(line)-1) = '\0'; /* get rid of the newline */
22 if (strncmp (line,"prompt ", 6) == 0) {
23 printf ("%s (y or n) ?", line + 6);
29 if (strncmp (line, "print ", 6) == 0) {
30 puts (line + 6);
32 } while (strncmp (line, "qui
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DOldWebAssertions.c29 void WebReportAssertionFailure(const char *file, int line, const char *function, const char *assertion);
30 void WebReportError(const char *file, int line, const char *function, const char *format, ...);
32 void WebReportAssertionFailure(const char *file, int line, const char *function, const char *assertion) argument
36 void WebReportError(const char *file, int line, const char *function, const char *format, ...) argument
/macosx-10.9.5/bash-92/bash-3.2/tests/misc/
H A Dredir-t2.sh3 echo read line 1 \"$line1\"
11 echo line read from tty = \"$line2\"
17 echo read line 3 \"$line3\"
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/include/
H A Dparse_cmd_line.h2 * mac doesnt have a command line to read
6 int parse_cmd_line(int max_argc,char **argv,int line_size,char *line);
/macosx-10.9.5/Chess-310.5/sjeng/
H A Drcfile.c30 char line[STR_BUFF]; variable
95 fgets(line, STR_BUFF, rcfile);
96 while (line[0] == '#') fgets(line, STR_BUFF, rcfile);
97 sscanf(line, "%d", &TTSize);
99 fgets(line, STR_BUFF, rcfile);
100 while (line[0] == '#') fgets(line, STR_BUFF, rcfile);
101 sscanf(line, "%d", &ECacheSize);
103 fgets(line, STR_BUF
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/ripper/tools/
H A Dstrip.rb2 ARGF.each do |line|
3 if line.strip.empty?
6 elsif /\A\#/ === line
9 print line
/macosx-10.9.5/ruby-104/ruby/template/
H A Dvm.inc.tmpl15 line = 15
20 line.to_s
24 line += 1
/macosx-10.9.5/apache-786.1/httpd/build/
H A Dmake_var_export.awk22 if (old_filename != "") printf("%s", line)
27 line = ""
32 line = line "#ifdef " macro "\n"
39 line = line "#endif /* " macro " */\n"
44 printf("%s", line)
46 line = ""
56 line = line "\
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A Dmake_var_export.awk6 if (old_filename != "") printf("%s", line)
11 line = ""
16 line = line "#ifdef " macro "\n"
23 line = line "#endif /* " macro " */\n"
28 printf("%s", line)
30 line = ""
40 line = line "\
[all...]
/macosx-10.9.5/apr-30/apr/apr/build/
H A Dmake_var_export.awk6 if (old_filename != "") printf("%s", line)
11 line = ""
16 line = line "#ifdef " macro "\n"
23 line = line "#endif /* " macro " */\n"
28 printf("%s", line)
30 line = ""
40 line = line "\
[all...]
/macosx-10.9.5/apache-786.1/httpd/support/SHA1/
H A Dconvert-sha1.pl12 while (my $line = <>) {
13 chomp $line;
14 if ( $line =~ /uid:\s*(.+)/) { $uid = $1 }
15 if ( $line =~ /userpassword:\s*(\{\w+\}.+)/) {
20 if (length($line)==0) {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/bench/
H A Dbench_read.tcl66 # First line is number of interpreters #n. int
88 while {[gets $chan line] >= 0} {
89 set line [string trim $line]
90 if {$line == {}} break
91 set line [csv::split $line]
92 set desc [lindex $line 1]
95 foreach val [lrange $line 2 end] ip $iplist {
109 # Empty line
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dmakepro.awk26 # all relevant declarations are preceded by "/**/" on a line by itself
32 line = ""
39 if (line == "" && $0 ~ /^[ \t]*#/) {
40 # Directly after the /**/ was a preprocessor line.
47 line = line " " $0
48 gsub(/\/\*([^*]|\*+[^*\/])*\*+\//, " ", line)
49 if(line ~ /\/\*/)
52 if(line ~ /\) *(VA_DCL )*[{].*$/) #}
54 if(sub(/ *[{;].*$/, "", line)) #}
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/mac_lib/
H A Dparse_cmd_line.c2 * prompt for a command line
65 int parse_cmd_line(int max_argc,char **argv,int line_size,char *line) argument
68 memset(line,0,line_size);
71 fgets(line,line_size-1,stdin);
73 chomp(line,'\n');
75 while(line[0]!=0) {
76 line=skip_blanks(line);
77 if(line[0]==0)
81 *argv++=line;
[all...]
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts.noah/
H A Dshcat.bash22 local line
27 while read -r line; do
28 echo "${line}"
34 while read -r line; do
35 echo "${line}"
/macosx-10.9.5/zsh-60/zsh/Functions/VCS_Info/Backends/
H A DVCS_INFO_detect_svk23 while IFS= read -r line ; do
25 line=${line## ##}
26 [[ ${line} == depotpath:* ]] && vcs_comm[branch]=${line##*/}
27 [[ ${line} == revision:* ]] && vcs_comm[revision]=${line##*[[:space:]]##}
31 (( fhash > 0 )) && [[ ${line} == ' '[^[:space:]]*:* ]] && break
32 [[ ${line} == ' hash:'* ]] && fhash=1 && continue
34 [[ ${PWD}/ == ${${line## ##}
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/
H A Dmmencode6 # line buffer for parcel below.
7 set line ""
11 # lines of at most $max characters each. The last line is possibly shorter.
19 global line
22 set line ""
25 set line ""
28 append line $buffer
31 while {[string length $line] > $max} {
32 append res "[string range $line 0 [expr {$max-1}]]\n"
33 set line [strin
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldaptcl/
H A Dldaperr.tcl8 while {[gets $fp line] != -1 &&
9 ![string match "#define LDAP_SUCCESS*" $line]} { }
13 while {[gets $fp line] != -1} {
14 if {[clength $line] == 0 || [ctype space $line]} continue
15 if {[string match *typedef* $line]} break
16 if {![string match #define* $line]} continue
17 if {![string match "#define LDAP_*" $line]} continue
18 if {[string match "*LDAP_RANGE*" $line]} continue
19 if {[string match "*LDAP_API_RESULT*" $line]} continu
[all...]
/macosx-10.9.5/WebKit-7537.78.2/WebKit.vcxproj/WebKitExportGenerator/
H A Dmake-export-file-generator31 def line_for_output line
32 return line.chomp if line =~ /#/
33 return " printf(\"%s\\n\",#{line.chomp});" if line =~ /symbolWithPointer/
34 return " printf(\"#{line.chomp}\\n\");"
50 <%- input.each_line do |line| -%>
51 <%= line_for_output line %>
/macosx-10.9.5/tcl-102/tcl/tcl/tools/
H A Dfix_tommath_h.tcl22 foreach line [split $data \n] {
24 switch -regexp -- $line {
26 puts $line
38 puts [string map {long int} $line]
40 puts $line
47 puts $line
63 puts $line
69 puts [regsub {^extern} $line "MODULE_SCOPE"]
74 puts $line
79 puts "[string map {__x86_64__ NEVER} $line]\
[all...]
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_parsecfg.c40 static const char *unslashquote(const char *line, char *param);
120 char *line; local
129 line = aline;
132 /* line with # in the first non-blank column is a comment! */
133 while(*line && ISSPACE(*line))
134 line++;
136 switch(*line) {
148 option = line;
149 while(*line
235 unslashquote(const char *line, char *param) argument
278 char *line = NULL; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblber/
H A Dassert.c31 ber_pvt_assert( const char *file, int line, const char *test ) argument
34 _("Assertion failed: %s, file %s, line %d\n"),
35 test, file, line);
/macosx-10.9.5/dcerpc-58/dcerpc/libdcethread/
H A Ddcethread_exc_raise.c85 dcethread_exc_raise(dcethread_exc* exc, const char* file, unsigned int line) argument
87 dcethread__exc_raise(exc, file, line);

Completed in 300 milliseconds

1234567891011>>