HomeSort by: relevance | last modified time | path
    Searched defs:linestart (Results 1 - 10 of 10) sorted by relevancy

  /src/games/adventure/
setup.c 78 int c, count, linestart; local
97 linestart = YES;
100 if (linestart && c == ' ') { /* Convert first spaces to tab */
105 linestart = NO;
109 linestart = NO; /* Don't need to convert spaces */
112 linestart = YES; /* Ready to convert spaces
  /src/crypto/external/bsd/openssl.old/dist/apps/
bf_prefix.c 50 int linestart; /* flag to indicate we're at the line start */ member in struct:prefix_ctx_st
61 ctx->linestart = 1;
93 ctx->linestart = (out[outl-1] == '\n');
104 if (ctx->linestart) {
110 ctx->linestart = 0;
133 ctx->linestart = 1;
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bf_prefix.c 49 int linestart; /* flag to indicate we're at the line start */ member in struct:prefix_ctx_st
61 ctx->linestart = 1;
100 ctx->linestart = (out[outl - 1] == '\n');
114 if (ctx->linestart) {
122 ctx->linestart = 0;
145 ctx->linestart = 1;
184 ctx->linestart = 1;
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bf_prefix.c 49 int linestart; /* flag to indicate we're at the line start */ member in struct:prefix_ctx_st
61 ctx->linestart = 1;
100 ctx->linestart = (out[outl-1] == '\n');
114 if (ctx->linestart) {
122 ctx->linestart = 0;
145 ctx->linestart = 1;
184 ctx->linestart = 1;
  /src/external/bsd/tradcpp/dist/
files.c 181 size_t bufend, bufmax, linestart, lineend, nextlinestart, tmp; local
197 linestart = 0;
204 assert(bufend >= linestart);
205 if (linestart > 0 && bufend > linestart) {
207 memmove(buf, buf+linestart, bufend-linestart);
208 bufend -= linestart;
209 lineend -= linestart;
210 linestart = 0
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
dcache.c 602 char *linestart; local
604 i = strtol (exp, &linestart, 10);
605 if (linestart == exp || i < 0)
  /src/external/gpl3/gdb.old/dist/gdb/
dcache.c 602 char *linestart; local
604 i = strtol (exp, &linestart, 10);
605 if (linestart == exp || i < 0)
  /src/external/gpl3/gcc/dist/gcc/
vmsdbgout.cc 792 int linestart = 0;
802 file_info_table[1].listing_line_start = linestart;
803 linestart = linestart + ((max_line / 100000) + 1) * 100000;
808 file_info_table[i].listing_line_start = linestart;
809 linestart = linestart + ((max_line / 10000) + 1) * 10000;
922 int linestart = file_info_entry.listing_line_start;
1026 src_command_sl.dst_a_src_cmd_fields.dst_l_src_unslong = linestart + 1;
791 int linestart = 0; local
921 int linestart = file_info_entry.listing_line_start; local
  /src/external/gpl3/gcc.old/dist/gcc/
vmsdbgout.cc 792 int linestart = 0;
802 file_info_table[1].listing_line_start = linestart;
803 linestart = linestart + ((max_line / 100000) + 1) * 100000;
808 file_info_table[i].listing_line_start = linestart;
809 linestart = linestart + ((max_line / 10000) + 1) * 10000;
922 int linestart = file_info_entry.listing_line_start;
1026 src_command_sl.dst_a_src_cmd_fields.dst_l_src_unslong = linestart + 1;
791 int linestart = 0; local
921 int linestart = file_info_entry.listing_line_start; local
  /src/external/bsd/ntp/dist/ntpd/
refclock_ripencc.c 4926 *linestart; local
4953 linestart = pbuf;
4959 (pbuf==linestart)?"\n ":",",
4961 if (pbuf-linestart > 60) linestart = pbuf;
4966 linestart = pbuf;
4971 (pbuf==linestart)?"\n ":",",
4973 if (pbuf-linestart > 60) linestart = pbuf;

Completed in 59 milliseconds