Searched defs:blank (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/librecsort/
H A Drskeyhdr.h56 #define blank(c) ((c)==' '||(c)=='\t') macro
/ast/src/cmd/builtin/
H A Dnl.c65 "[l:join-blank-lines]#[num:=1?\anum\a is the number of blank lines to be "
127 int blank=0, width=pp->width+strlen(pp->sep); local
139 blank = 0;
141 blank++;
179 if(!blank || blank==pp->blines)
182 blank = 0;
191 blank = 0;
/ast/src/cmd/ie/
H A Demacs.c92 #undef blank macro
1185 /* If 'first' assume screen is blank */
/ast/src/cmd/re/
H A Dsed1.c31 int blank(Text*);
86 blank(Text *t) function
228 while(blank(t)); /* not exactly posix */
289 if(!blank(t))
291 while(blank(t)) ;
326 while(blank(t));
405 while(bflag && blank(t)) ;
687 while(blank(t)) ;
701 while(blank(t));

Completed in 11 milliseconds