Home
last modified time | relevance | path

Searched refs:DOBREAK (Results 1 – 4 of 4) sorted by relevance

/minix3/minix/commands/cawf/
H A Dpass2.c70 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 Dpass3.c103 } 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 Dcawf.h89 #define DOBREAK -2 macro
H A Dnreq.c193 Pass3(DOBREAK, (unsigned char *)"flush", NULL, 0); in nr_di()