Searched refs:newline (Results 1 - 12 of 12) sorted by relevance
/ast/src/lib/libpp/ |
H A D | pppragma.c | 31 pppragma(char* directive, char* pass, char* name, char* value, int newline) argument 64 if (newline)
|
/ast/src/cmd/ncsl/ |
H A D | ncsl.c | 80 newline: 97 goto newline; 163 goto newline;
|
/ast/src/cmd/sort/ |
H A D | gen.c | 82 int newline = 0; local 151 newline = 1; 248 if (newline) 253 if (newline)
|
/ast/src/cmd/tests/sfio/ |
H A D | tsync.c | 62 ssize_t newline(Sfio_t* f, const Void_t* buf, size_t n, Sfdisc_t* disc) function 64 ssize_t newline(f,buf,n,disc) 87 Mydisc_t Mydisc = {{(Sfread_f)0, newline, (Sfseek_f)0, event, (Sfdisc_t*)0}, 0};
|
/ast/src/lib/libtksh/tcl/ |
H A D | tclIOCmd.c | 74 int newline; /* Add a newline at end? */ 80 newline = 1; 82 newline = 0; 102 newline = 0; 124 if (newline != 0) { 303 int newline, i; /* Discard newline at end? */ 325 newline = 0; 327 newline 73 int newline; /* Add a newline at end? */ local 299 int newline, i; /* Discard newline at end? */ local [all...] |
/ast/src/lib/libdss/ |
H A D | cxlib.h | 163 int newline; member in struct:Cxinclude_s
|
H A D | cxcomp.c | 59 if (cx->include->newline > 1) 61 cx->include->newline--; 74 if ((cx->include->base = sfgetr(cx->include->sp, '\n', 0)) && !(cx->include->newline = 0) || (cx->include->base = sfgetr(cx->include->sp, '\n', -1)) && (cx->include->newline = 2)) 80 sfprintf(sfstderr, "+%d+ %-.*s%s", error_info.line, cx->include->last - cx->include->next, cx->include->base, cx->include->newline ? "\n" : ""); 145 if (cx->include && cx->include->newline == 1) 146 cx->include->newline++;
|
/ast/src/lib/libtk/library/demos/ |
H A D | text.tcl | 61 the insertion cursor to the end of the line, or it deletes the newline 63 a new line by inserting a newline character to the right of the insertion
|
/ast/src/cmd/nmake/ |
H A D | parse.c | 144 unsigned int newline:1; /* \n at *bp replaced by 0 */ member in struct:Parseinfo_s 538 * `\<newline>' splices the current and next lead line 539 * `#...<newline>' comments (preceded by space) are stripped from files 580 pp->newline = 1; 639 error(lead > 0 ? 2 : 1, "file does not end with newline"); 656 newline: 799 goto newline; 808 goto newline; 839 if (pp->newline) 841 pp->newline [all...] |
/ast/src/cmd/ie/ |
H A D | io.h | 225 #define newline() p_char(NL) macro
|
H A D | edit.c | 825 newline();
|
/ast/src/cmd/std/ |
H A D | ps.c | 518 static const char newline[] = "\n"; variable 1718 state.lastfield->sep = newline;
|
Completed in 23 milliseconds