Searched refs:end_line (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Ddeparse.c58 static int end_line; variable
78 int save = end_line;
82 end_line = ' ';
84 end_line = '\n';
119 end_line = ' ';
251 sfprintf(outfile,"(( %s ))%c",ap->argval,end_line);
264 tflags = end_line;
265 end_line = '\n';
267 end_line = tflags;
286 tflags = end_line;
[all...]
/macosx-10.10.1/nano-12/src/
H A Dmove.c212 bool end_line = FALSE, started_on_word = FALSE; local
220 while (!end_line) {
234 end_line = TRUE;
241 end_line = TRUE;
247 while (!end_line) {
257 end_line = TRUE;
264 if (!end_line)
268 end_line = FALSE;
H A Dwinio.c2540 const filestruct *end_line; local
2587 end_line = fileptr;
2588 while (end_line != NULL && regexec(tmpcolor->end,
2589 end_line->data, 1, &endmatch, 0) == REG_NOMATCH)
2590 end_line = end_line->next;
2593 if (end_line == NULL || (end_line == fileptr &&
2604 if (end_line != fileptr)
2662 end_line
[all...]
H A Dprompt.c512 bool end_line = FALSE, started_on_word = FALSE; local
520 while (!end_line) {
533 end_line = TRUE;
540 end_line = TRUE;
544 while (!end_line) {
553 end_line = TRUE;
/macosx-10.10.1/groff-38/groff/src/devices/grohtml/
H A Dhtml.h69 simple_output &end_line();
H A Doutput.cpp168 simple_output &simple_output::end_line() function in class:simple_output
H A Dpost-html.cpp2878 html.end_line(); // flush line
2893 html.end_line(); // flush line
4674 html.end_line();
4701 html.end_line();
4702 html.end_line();
/macosx-10.10.1/groff-38/groff/src/devices/grops/
H A Dps.h40 ps_output &end_line();
H A Dpsrm.cpp307 out.end_line();
332 out.end_line();
H A Dps.cpp112 ps_output &ps_output::end_line() function in class:ps_output
1434 out.end_line();
1516 out.end_line();
/macosx-10.10.1/postfix-255/postfix/src/cleanup/
H A Dcleanup_message.c95 char *end_line; local
107 end_line = line + strcspn(line, "\n");
109 if (end_line - start_line < 70) { /* TAB counts as one */
115 next_line = *end_line ? end_line + 1 : 0;
/macosx-10.10.1/postfix-255/postfix/src/smtp/
H A Dsmtp_proto.c1002 char *end_line; local
1069 end_line = line + strcspn(line, "\n");
1071 if (end_line - start < 70) { /* TAB counts as one */
1077 next_line = *end_line ? end_line + 1 : 0;
/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dparser.h95 unsigned long end_line; member in struct:_xmlParserNodeInfo
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dparser.h95 unsigned long end_line; member in struct:_xmlParserNodeInfo
/macosx-10.10.1/libxml2-26/libxml2/
H A DSAX2.c1803 ctxt->nodeInfo->end_line = ctxt->input->line;
2500 node_info.end_line = ctxt->input->line;
H A DHTMLparser.c4289 node_info.end_line = ctxt->input->line;
4324 node_info.end_line = ctxt->input->line;
4344 ctxt->nodeInfo->end_line = ctxt->input->line;
H A Dparser.c10016 node_info.end_line = ctxt->input->line;
10044 node_info.end_line = ctxt->input->line;
10091 node_info.end_line = ctxt->input->line;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DSAX2.c1774 node_info.end_line = ctxt->input->line;
2362 node_info.end_line = ctxt->input->line;
H A DHTMLparser.c4212 node_info.end_line = ctxt->input->line;
4247 node_info.end_line = ctxt->input->line;
4267 ctxt->nodeInfo->end_line = ctxt->input->line;
H A Dparser.c9504 node_info.end_line = ctxt->input->line;
9532 node_info.end_line = ctxt->input->line;
9577 node_info.end_line = ctxt->input->line;

Completed in 488 milliseconds