Searched refs:DOBREAK (Results 1 – 4 of 4) sorted by relevance
| /minix3/minix/commands/cawf/ |
| H A D | pass2.c | 70 Pass3(DOBREAK, (unsigned char *)"need", NULL, 999); in Pass2() 83 Pass3(DOBREAK, (unsigned char *)"space", NULL, 0); in Pass2() 90 Pass3(DOBREAK, (unsigned char *)"flush", NULL, 0); in Pass2() 124 Pass3(DOBREAK,(unsigned char *)"center", NULL, in Pass2() 128 Pass3(DOBREAK, (unsigned char *)"flush", NULL, in Pass2() 442 Pass3(DOBREAK, (unsigned char *)"center", NULL, in Pass2() 446 Pass3(DOBREAK, (unsigned char *)"flush", NULL, in Pass2() 468 Pass3(DOBREAK, in Pass2() 502 Pass3(DOBREAK, in Pass2() 552 brk = (*line == '.') ? DOBREAK : NOBREAK; in Pass2() [all …]
|
| H A D | pass3.c | 103 } else if (len == DOBREAK && strcmp((char *)word, "need") == 0 108 } else if (len == DOBREAK && strcmp((char *)word, "toindent") == 0 123 || (len == DOBREAK && strcmp((char *)word, "need") == 0)) { 195 else if (len == DOBREAK && strcmp((char *)word, "center") == 0) 255 if (vsp == 0 && len == DOBREAK 322 if (len == DOBREAK)
|
| H A D | cawf.h | 89 #define DOBREAK -2 macro
|
| H A D | nreq.c | 193 Pass3(DOBREAK, (unsigned char *)"flush", NULL, 0); in nr_di()
|